Go to Store
Google Maps Extractorcompass/google-maps-extractor

Extract data from hundreds of places fast. Scrape Google Maps by keyword, category, location, URLs & other filters. Get addresses, contact info, opening hours, popular times, prices, menus & more. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

API

Run Google Maps Extractor from your own code. Maps IO calls the samerun-sync-get-dataset-items endpoint server-side and ingests the results into the enriched Postgres.

Set APIFY_API_KEY in your environment, then run the actor and read its dataset:

curl -X POST "https://api.apify.com/v2/acts/compass~google-maps-extractor/run-sync-get-dataset-items?token=$APIFY_API_KEY" \
  -H 'Content-Type: application/json' \
  -d '{ "searchStringsArray": ["coffee shop"], "maxCrawledPlacesPerSearch": 10 }'