get_trending_terms
Identify popular search trends for specified geography using Google Trends data. Optionally include related news articles to gain deeper context.
Instructions
Returns google trends for a specific geo location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| geo | No | Geographic target for trending terms. Supports four levels of granularity: - Worldwide: empty string '' - Country: ISO 3166-1 alpha-2 code, e.g. 'US', 'GB', 'CA' - Subdivision (state/province/region): ISO 3166-2 format 'CC-XX' or 'CC-XXX', e.g. 'US-CA' (California), 'BE-BRU' (Brussels) - US metro area: bare Nielsen DMA code (numeric string), e.g. '807' (San Francisco Bay Area), '501' (New York City) | US |
| full_data | No | Return full data for each trend including related news stories. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |