serpapi / public-roadmap

Public Roadmap for SerpApi, LLC (https://serpapi.com)
45 stars 3 forks source link

[Google Reviews Detail API] Scrape a review based on URL or ID #1667

Open hilmanski opened 3 weeks ago

hilmanski commented 3 weeks ago

A user requested that we scrape a detailed review (a single review) based on the URL or any IDs.

Google's review Link sample | Intercom

aciddjus commented 2 weeks ago

It's not exactly what they are looking for, but our Google Maps Contributor Reviews API can retrieve the review by returning all of the user's reviews and then iterating through them.

The response returns review_id, in this case, ChZDSUhNMG9nS0VJQ0FnSUR6OEpXbUtBEAE, the same ID as the URL. So they would just have to check for this field while iterating through reviews to find the matching one.

Playground

hilmanski commented 2 weeks ago

Thank you for the tips, @aciddjus . I'll reach out to the user.