I need to scrap a city to get some restaurants with a lot of categories

Currently, I'm scraping entire cities by selecting one category at a time, parsing the results, and inserting the data into our system. I came across this thread, where someone suggests scraping smaller areas with multiple categories instead to reduce duplicates and cost. Does this approach scale better in practice? Also, is there a way to avoid retrieving places I’ve already scraped, maybe by providing known placeIds to skip or filter them out?
Apify
Issues · 📍 Google Maps Scraper · Apify
Extract data from any place on Google Maps. Get addresses, coordinates, popular times, contact details, reviews, prices, menus, images + more.
2 Replies
Hall
Hall4w ago
Someone will reply to you shortly. In the meantime, this might help: -# This post was marked as solved by Matous. View answer.
ambitious-aqua
ambitious-aqua4w ago
Responding to you last question: no, there is no feature like that. But, the approach suggested in the thread is exactly what you need to overcome it. By doing smaller searches with defined boundaries you have full control on the results, granted it will take some time to set up on your side.

Did you find this page helpful?