serpapi / public-roadmap

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

[Google Trends API] Allow users to use the "Include low search volume regions" option #1480

Closed marm123 closed 2 weeks ago

marm123 commented 8 months ago

One of our users requested the Google Trends API feature. For the GEO_MAP search on Google Trends, there is an option to include low search volume regions. Currently, we don't support this option.

Google Trends default results:

image

Results with low search volume regions included:

image

Playground | Inspect | Google Trends Intercom

sonika-serpapi commented 3 months ago

Another customer requested this Front

tanys123 commented 3 months ago

We only have to add a new parameter and append includeLowSearchVolumeGeos parameter to the payload.

Usual request:

Screenshot 2024-08-08 at 1 49 53 PM

Request that include low search volume regions:

Screenshot 2024-08-08 at 1 49 58 PM
Ovi commented 2 weeks ago

We now have option to include low search volume geos:

Screenshot 2024-11-05 at 1 41 06 PM

Playground | Documentation