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, 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 (91)

Pricing

Pay per event

1623

Total users

127K

Monthly users

17K

Runs succeeded

97%

Issues response

3.5 days

Last modified

2 days ago

SX

Option to pagination/limitation

Open

saxsax199502a opened this issue
2 days ago

Hi, do we have an option to add limitation to fetch records only from number A to number B.

E.g: { "from": 150, "to": 200 }

Currently, if we run the API, we can only fetch all 200 records, then filter by our self. If it have the limitation as I describe, we can get 50 records each API run without fetch them all, this will surely help us prevent the timeout issue.

It's even better if we have option to sort, such as "orderBy", so it won't display duplicated records when we limitation fetch.