Skip to main content

Interactive Google Maps scraper with Tkinter confirmation

Project description

gmaps-scraper

Interactive Google Maps scraper with Tkinter confirmation

gmaps-scraper lets you visually pick locations in Google Maps and captures the place name, coordinates, address, city, state, country, plus any custom fields you specify. Each pick pops up a dialog so you can review or add extra info before recording.

Features

  • Live map interaction via Selenium & Chrome
  • Automatic extraction of:
    • Place name
    • Latitude & longitude
    • Full address
    • City, state, country (via Plus code)
  • Custom fields: define required * or optional fields in your dialog
  • Repeatable picks: after each capture, you’re asked “Keep going?”
  • Clean teardown of browser sessions

Installation

pip install gmaps-scraper

Usage

Basic pick

from gmaps_scraper import get_google_map_details

# Launch the map picker; no extra fields
data = get_google_map_details()
print(data)
# => { "Central Park": { "latitude": "...", "longitude": "...", ... } }

With search term

from gmaps_scraper import get_google_map_details

data = get_google_map_details(search_term="Empire State Building")
print(data)

With custom fields

from gmaps_scraper import get_google_map_details

data = get_google_map_details(
    additional_required=['Contact', 'Phone'],
    additional_optional=['Notes']
)
print(data)

In the confirmation dialog box:

  • Fields ending with * are required—the dialog won’t proceed until you fill them.
  • Optional fields can be left blank.

API Reference

  • get_google_map_details(additional_required=None, additional_optional=None)
    Starts a headful Chrome session, opens maps.google.com, and watches for your place selections. Returns a dict keyed by place name, with all fields you confirmed.

License

MIT © Kanad Rishiraj (RoamingSaint)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gmaps_scraper-0.3.4.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gmaps_scraper-0.3.4-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

Details for the file gmaps_scraper-0.3.4.tar.gz.

File metadata

  • Download URL: gmaps_scraper-0.3.4.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.0

File hashes

Hashes for gmaps_scraper-0.3.4.tar.gz
Algorithm Hash digest
SHA256 87cf22fbc5ffa85f952a63aca5e61c971dcca58e99a287f377752da56625926e
MD5 b9b46edcaa267a133bd372401b4ee4fb
BLAKE2b-256 92f2b6bd59d05def575218e149433f52a27760f55c4fe2eeded366e3195e2487

See more details on using hashes here.

File details

Details for the file gmaps_scraper-0.3.4-py3-none-any.whl.

File metadata

  • Download URL: gmaps_scraper-0.3.4-py3-none-any.whl
  • Upload date:
  • Size: 8.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.0

File hashes

Hashes for gmaps_scraper-0.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 bdc39fbad8aac1a9b694d68704825a6c9d42621f7a53fd9d34745f6d44a5a35f
MD5 5187e86c0f020914303cbc181a31c239
BLAKE2b-256 7dbcbdf57d4edc8a514b62ac765dac1b3bb7a769bd58ca17c4999f2cf7025db4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page