Google Maps Extractor avatar
Google Maps Extractor

Pricing

$6.00 / 1,000 results

Go to Store
Google Maps Extractor

Google Maps Extractor

Developed by

Compass

Compass

Maintained by Apify

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.

4.4 (60)

Pricing

$6.00 / 1,000 results

1033

Total users

48K

Monthly users

4.2K

Runs succeeded

98%

Issues response

4.5 days

Last modified

21 hours ago

JI

Scraped places include some that don't contain the search term

Closed

jimvlahos opened this issue
8 months ago

Search term was "restaurant" but scraped places include an ace hardware and walmart auto care center. Exctractor's fault or mine? Can I modify my data set that drives the results map to clean some of the results?

ondrejklinovsky avatar

Hey,

sometimes Google gives us places that it thinks are close enough to your search terms. To get rid of them, you can use category filter - this will accept only places that have at least one of the categories specified in the filter. Note that restaurant category will accept all kinds of categories: indian restaurant, mexican restaurant, etc

// rest of your input
"categoryFilterWords": [
"restaurant"
]