serpapi / public-roadmap

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

[Google Search API] Scrape price level information from the `knowledge_graph` #1730

Closed marm123 closed 2 months ago

marm123 commented 3 months ago

One of our customers requested us to scrape the price level information from the knowledge_graph. It looks like we're scraping this for certain results, but in the type field. I believe the price level should be a separate field:

price level extracted in the type field:

image

type scraped without the price level information (price level is not scraped at all):

image

Playground | Inspect Front

tanys123 commented 2 months ago

We have deployed a fix to the above issue, now price is extracted correctly. In addition, Google added price distribution to Knowledge Graph, we parse it in price_details. Check out the documentation for more details.

Screenshot 2024-07-16 at 10 19 55 AM