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 Maps API] Price Format Has Changed #2306

Open
schaferyan opened this issue Jan 10, 2025 · 3 comments
Open

[Google Maps API] Price Format Has Changed #2306

schaferyan opened this issue Jan 10, 2025 · 3 comments
Assignees
Labels
status: queued Ready to work on type: bug Something is broken

Comments

@schaferyan
Copy link
Contributor

A high volume customer reported Google Maps has changed the format of price for both Place and Search results.

Screenshot 2025-01-10 at 11 22 17 AM Screenshot 2025-01-10 at 11 20 00 AM

We're currently scraping this correctly when type=search, but we are now not scraping the price for place searches. The customer also requested we scrape the price_per_person field from place results.

Public links: Playground 1 | Playground 2 | Documentation

Internal links: Intercom | Search Inspect 1 | Search Inspect 2

@schaferyan schaferyan added status: queued Ready to work on type: bug Something is broken labels Jan 10, 2025
@schaferyan schaferyan changed the title [Google Search API] Price Format Has Changed [Google Maps API] Price Format Has Changed Jan 10, 2025
@tanys123 tanys123 self-assigned this Jan 12, 2025
@martin-serpapi
Copy link

Another user reported this:

Intercom

@schaferyan
Copy link
Contributor Author

schaferyan commented Jan 14, 2025

The customer followed up. They want to make sure we will still support the "$$" format, as prices are still sometimes displayed that way.

They also want us to scrape the full expandable price per person graph, not just the initially visible price per person field.

It looks like @tanys123's PR already covers these things, but I wanted to include the customer's requests here just to be sure.

@tanys123
Copy link

@schaferyan Thanks for bringing up. Yes we already cover it - Price Range and Price Distribution. The format is dependant on how Google display it, we support them in any case.

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: bug Something is broken
Projects
None yet
Development

No branches or pull requests

3 participants