Apify Discord Mirror

Updated 5 months ago

Google Maps Scraper Specific Category Only

At a glance

The post asks if there is a way to scrape Google Maps data for a specific category. The comments indicate that while it may not be possible directly through the scraper, community members have developed workarounds. One community member has written a Python script to pull the entire dataset and filter for the desired category. Another community member suggests that it is not possible to filter by category on Google Maps, but that the feature could potentially be added to the scraper. A third community member mentions that for now, the data would need to be filtered after the initial scrape, and provides a link to a tool that could be used for this purpose. The final comment expresses interest in this feature being added and thanks the community for their work.

Useful resources
Hey i was just wondering if there is anyway i can scrape google maps but only scrape a specific category.
Attachment
image.png
1
Z
A
L
5 comments
Hey. I use google maps often but not sure there is a way in the scraper to do that. But I have written a python script that pulls the entire dataset and checks for the category and spits out a csv or json with only those items with the set category.
It's not possible, because well - it's not possible on the google maps. You could use category as search term, but google would still show some other categories in accordance with its algorithm.
It is possible to add this feature to the actor so I'm adding it to the TODO feature list
For now, you have to filter it after the run, you can use e.g. https://apify.com/lukaskrivka/dedup-datasets to do that
Hi, is this feature added? πŸ™‚ currently also looking for an option to add "categoryName" as a filter for my search

Thanks in advance! Keep up the great work πŸ™‚
Add a reply
Sign up and join the conversation on Discord