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.1 (57)

Pricing

Pay per event

1154

Total users

98.4k

Monthly users

9.4k

Runs succeeded

98%

Response time

4.2 days

Last modified

9 hours ago

UD

Is it possible to run of Cid instead of Place ID or both?

Closed

user-dFMWQn2J7csCs8QYB opened this issue
a year ago

Google Place ID can change for a particular listing, so using it as the sole reference mapping point in your database could lead to issues tracking that listing over time.

To address this potential issue you could have a combination input of the Google Place ID and the CID (Customer ID) as the reference mapping points.

Would it be possible to incorporate both Place ID and CID as input values when getting updated information for more accurate mapping?

ondrejklinovsky avatar

Hi, you can use both place id and cid in form of start URL:

  • place id URL: https://www.google.com/maps/search/?api=1&query=<PLACE_TITLE>&query_place_id=<PLACE_ID>
  • or cid URL: https://www.google.com/maps?cid=<PLACE_CID>