Google Maps Scraper avatar
Google Maps Scraper

Pricing

Pay per event

Go to Store
Google Maps Scraper

Google Maps Scraper

Developed by

Compass

Compass

Maintained by Apify

Extract data from thousands of Google Maps locations and businesses. Get Google Maps data including reviews, reviewer details, images, contact info, opening hours, location, prices & more. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

4.2 (90)

Pricing

Pay per event

1481

Total users

119K

Monthly users

17K

Runs succeeded

97%

Issues response

3.6 days

Last modified

a day ago

DA

Give me extra categories when i only ask for one

Closed

direct_artery opened this issue
a year ago

When i only ask for pet stores or anything like that it gives me a lot of others extra category like convenience stores etc which is very achy for me

ondrejklinovsky avatar

Hi, when you're using search terms, the actor scrapes everything that Google Maps sends us, even places that Google thinks are close enough to the search term. To exclude these results, you'll need to specify category filter:

"categoryFilterWords": [
"pet store"
],

I'm gonna close the issue but feel free to reopen if you have any questions.