serpapi / public-roadmap

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

[Google Patents API] No `cpc` key is scraped for `organic_results` #1351

Open marm123 opened 6 months ago

marm123 commented 6 months ago

One of our users noted that no organic_results return the cpc key. According to our documentation, this is one of the fields that should be returned. We should investigate if we can even scrape this endpoint, and if not, we should update the documentation to not mislead the customers.

Documentation:

image

Example from the documentation:

image

Live results:

image

Playground | Inspect | Documentation Intercom

schaferyan commented 6 months ago

CPC doesn't seem to be provided by Google Patents for organic results, even on the patent details pages.

The most likely solution is just to remove these keys in our documentation.

zyc9012 commented 6 months ago

@marm123 @schaferyan CPC is only returned when we set clustered=true in the request, or choose "Classification" in the playground

image