related_topics
Identify top and rising related topics for any keyword, with relative interest scores and breakout detection for explosive new growth.
Instructions
Top and rising related topics (Google's topic clusters, not raw query strings) for a single keyword.
Args: keyword: a single search term. timeframe: pytrends timeframe string, e.g. "today 12-m". geo: ISO country code (e.g. "IN"), or "" for worldwide.
Returns: A dict with two keys, each containing a list of topic records: - "top": most-searched related topics. Each record has "topic_title", "topic_type", "value" (0-100 relative interest on Google Trends scale). - "rising": fastest-growing related topics. Each record has "topic_title", "topic_type", "value". IMPORTANT: a value of 5000% is Google's "Breakout" marker, indicating explosive new growth from near-zero baseline, NOT a literal 5000% increase. This is the same convention as "rising" queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| geo | No | IN | |
| keyword | Yes | ||
| timeframe | No | today 12-m |