docs / google-trends

Google Trends

Search interest over time, by region, and trending now.

base /google-trends/v16 endpoints
post/google-trends/v1/interest_over_time1 credit

Search-interest timeline (0-100) for a keyword or up to 5 compared keywords, by geo+timeframe

ParameterAllowed / rangeDescription
keywordrequiredThe search term to analyze (e.g. 'bitcoin'). For multi-term compare use 'keywords'.
keywordsoptionalUp to 5 terms to compare (array, or a comma-separated string). When given, overrides 'keyword'; extras beyond 5 are dropped.
geooptionalGeography filter: empty = Worldwide; a country code (US, GB, DE) or a sub-region code (US-CA, GB-ENG). Omit for worldwide.
timeframe = today 12-moptionalDate range in Google Trends syntax, e.g. 'today 12-m', 'today 5-y', 'now 7-d', 'all', or an explicit 'YYYY-MM-DD YYYY-MM-DD'.
category = 0optional0–Google Trends category id to narrow the topic (0 = All categories). e.g. 7=Finance, 5=Computers & Electronics.
propertyoptional · images · news · youtube · froogleWhich Google property's search interest to measure. Empty = web search.
Try in playground →
post/google-trends/v1/interest_by_region1 credit

Search interest by sub-region (states/countries), 0-100 normalized — single keyword; multiple keywords returns the compared breakdown by region (per-keyword %-share)

ParameterAllowed / rangeDescription
keywordrequiredThe search term to analyze (e.g. 'bitcoin'). For multi-term compare use 'keywords'.
keywordsoptionalUp to 5 terms to compare (array, or a comma-separated string). When given, overrides 'keyword'; extras beyond 5 are dropped.
geooptionalGeography filter: empty = Worldwide; a country code (US, GB, DE) or a sub-region code (US-CA, GB-ENG). Omit for worldwide.
timeframe = today 12-moptionalDate range in Google Trends syntax, e.g. 'today 12-m', 'today 5-y', 'now 7-d', 'all', or an explicit 'YYYY-MM-DD YYYY-MM-DD'.
resolutionoptionalCOUNTRY · REGION · CITY · DMAinterest_by_region granularity. Defaults to the geo's natural level; an unrecognized value is ignored.
category = 0optional0–Google Trends category id to narrow the topic (0 = All categories). e.g. 7=Finance, 5=Computers & Electronics.
propertyoptional · images · news · youtube · froogleWhich Google property's search interest to measure. Empty = web search.
Try in playground →
post/google-trends/v1/suggest1 credit

Keyword autocomplete — candidate topics/entities (the Google Trends suggestion list) so you can pick the right entity (e.g. the 'Apple Inc. — Technology company' topic mid vs the fruit) before querying interest_over_time/related.

ParameterAllowed / rangeDescription
keywordrequiredThe term to autocomplete into Trends topics/entities.
hl = en-USoptionalUI language for suggestion titles (e.g. en-US, tr, de).
Try in playground →