google-trends.related_queries
Fetch Google Trends related queries for one to five keywords.
Returns a JSON object whose top-level keys are your keywords. Each value has top and rising sections; each section has query (rank index to query string) and value (rank index to score).
Requires start in datetime-with-timezone form (for example 2020-05-01T00:43:37+0100). Optional end defaults to now. country defaults to global; region requires a valid country. category and gprop default to all when omitted or empty.
Use google-trends.categories and google-trends.regions to discover valid category, country, and region values.
Cost = 40 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Range end in datetime-with-timezone form. Defaults to now. | |
| gprop | No | Google property filter (for example images, news, youtube, froogle). Defaults to all. | |
| start | Yes | Range start in datetime-with-timezone form (for example 2020-05-01T00:43:37+0100). | |
| region | No | Region within country. Requires country when set. | |
| country | No | Country name for geo filtering. Defaults to global. | |
| category | No | Trends category or subcategory. Defaults to all. | |
| keywords | Yes | Up to five keywords to compare. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||