Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Google Local Results API] Scrape reviews for Google Local Results #2243

Open
NateSkiles opened this issue Dec 17, 2024 · 3 comments
Open

[Google Local Results API] Scrape reviews for Google Local Results #2243

NateSkiles opened this issue Dec 17, 2024 · 3 comments
Labels
status: queued Ready to work on type: feature Something new to build

Comments

@NateSkiles
Copy link

NateSkiles commented Dec 17, 2024

A customer reached out with confusion around the place_id returned form The Google Local Results API and why they weren't able to return reviews from the Google Reviews API using the place_id. As mentioned in #709, this is very confusing for users as the place_id returned from the Google Local Results API is actually the data_cid attribute in the Google Maps API.

Currently, users have no way of returning reviews for a location found through the Google Local Results API.

Reviews appear to be fairly accessible through the Google Local Results page:

image

https://serpapi.com/playground?engine=google_local&q=Thai+Food&location=Portland%2C+Oregon%2C+United+States&gl=us&hl=en&start=0&device=desktop&no_cache=true

Returns the following for google_local_url:

https://www.google.com/search?q=Thai+Food&uule=w+CAIQICIdUG9ydGxhbmQsT3JlZ29uLFVuaXRlZCBTdGF0ZXM&hl=en&gl=us&start=0&tbm=lcl

From this page, you can select a location and then the review tabs to view reviews for a given location

Screen Recording 2024-12-17 at 3 55 59 PM


I'm not sure if it would it would be easier to surface a shared ID between local results and maps reviews, similar to #1127, or scrape the reviews directly from the local results page. I believe either would be sufficient, with the goal being to allow users to scrape reviews returned from local results.

Intercom

@NateSkiles NateSkiles added status: queued Ready to work on type: feature Something new to build labels Dec 17, 2024
@schaferyan
Copy link
Contributor

Thanks for opening this @NateSkiles! Just to clarify #1127 is for the Google Local Services API and the Google Maps API, but a similar approach could be taken to connect the Google Local API and the Google Maps API.

@NateSkiles
Copy link
Author

@schaferyan Yes, correct, thank you for pointing that out.

I've updated the issue to be more clear.

@NateSkiles NateSkiles changed the title [Google Local Results Reviews API] Scrape reviews for Google Local Results [Google Local Results API] Scrape reviews for Google Local Results Dec 18, 2024
@alexbarron
Copy link

Another request:

Intercom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: queued Ready to work on type: feature Something new to build
Projects
None yet
Development

No branches or pull requests

3 participants