Google Trends & Breakout Signal Explorer (with MCP) avatar

Google Trends & Breakout Signal Explorer (with MCP)

Pricing

from $0.30 / 1,000 results

Go to Apify Store
Google Trends & Breakout Signal Explorer (with MCP)

Google Trends & Breakout Signal Explorer (with MCP)

Real-time Google Trends velocity intelligence for SEO and AI Agent workflows. Discovers breakout rising keywords, analyzes 5-year seasonality timelines with 3-week smoothing, and provides publication deadline recommendations. Full Native MCP support for Cursor, Claude, and Hermes.

Pricing

from $0.30 / 1,000 results

Rating

0.0

(0)

Developer

Agent Wang

Agent Wang

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

๐Ÿ”ฅ Google Trends Breakout & Seasonality Explorer

Discover trending keywords before your competitors. Find breakout queries surging +5000%, plan content around seasonal peaks, and explore real-time hot searches โ€” all for $0.


What This Actor Does

Input a seed keyword โ†’ Get real-time trend intelligence:

โœ… Breakout Discovery โ€” Find queries surging +5000% that traditional SEO tools miss
โœ… Seasonality Analysis โ€” See 5-year traffic patterns to plan content timing
โœ… Real-Time Trending โ€” Discover what's hot right now (4h/24h/48h/7d)
โœ… Category Filtering โ€” Filter by 17 categories (Tech, Finance, Shopping, AI, etc.)
โœ… Google Property Filter โ€” Search across Web, YouTube, News, Images, Shopping
โœ… Regional Breakdown โ€” See interest by state/sub-region
โœ… Peak Week Prediction โ€” Know exactly when traffic spikes each year
โœ… Publishing Deadline Calculator โ€” Get recommended publish dates (6-week lead time)
โœ… Global Coverage โ€” Works for any country: US, UK, Germany, Japan, etc.

Cost: $0 โ€” No API key required. Uses public Google Trends data.


โš ๏ธ Proxy Requirements

Cloud Execution (Apify): This Actor requires a proxy to avoid Google rate limits. The Proxy Configuration input supports:

OptionDescriptionCost
Apify Proxy (recommended)Use Apify's built-in proxy poolsIncluded in Apify paid plans ($49+/mo)
Custom ProxyEnter your own proxy URL in the Proxy ConfigurationYour proxy provider's pricing

Local MCP Server: No proxy needed. Works directly from your machine with Cursor, Claude Desktop, or Hermes.

Proxy Groups

  • RESIDENTIAL (recommended): Real user IPs, best for Google Trends
  • DATACENTER: Faster but more likely to be rate-limited

๐Ÿš€ Quick Start

Option 1: Use on Apify (No Code)

  1. Click "Try for free" above
  2. Enter your seed keyword (e.g. black friday deals)
  3. Select mode: breakout, seasonality, both, or trending
  4. Click "Run"
  5. Download results as JSON, CSV, or Excel

Option 2: Use as MCP Server (For AI Agents)

Connect to Cursor, Claude Desktop, or Hermes:

{
"mcpServers": {
"google-trends": {
"command": "python",
"args": ["path/to/mcp_server.py"]
}
}
}

Then ask your AI Agent: "Find breakout keywords for 'black friday' and tell me when to publish content"


๐Ÿ“ฅ Input Parameters

ParameterTypeDefaultDescription
modestring"both""breakout", "seasonality", "both", or "trending"
seedKeywordsstring[]["ai video generator"]1-10 seed keywords (required for non-trending modes)
geostring"us"Country code: us, gb, de, jp, fr, etc.
categoryinteger0Category filter: 0=All, 5=Tech, 18=Shopping, 7=Finance, 958=AI/ML, etc.
propertystring"web"Google property: web, youtube, news, images, froogle
timeframestring"today 12-m"Time range: now 1-d, today 3-m, today 5-y, etc.
fetchRegionalDatabooleanfalseGet interest by sub-region/state
limitinteger20Max rising queries per seed (5-100)
minGrowthinteger50Minimum growth % (breakouts always included)
yearsinteger5Historical years for seasonality (1-5)
leadWeeksinteger6Weeks before peak to publish content

Category IDs

IDCategoryIDCategory
0All Categories45Health & Medical
3Business & Industrial67Science & Technology
5Computers & Electronics958AI & Machine Learning
7Finance & Investing12Food & Drink
8Games14People & Society
11Home & Garden16News & Media
13Internet & Telecom20Travel & Transportation
18Shopping & E-Commerce29Real Estate
44Beauty & Fitness

๐Ÿ“ค Output Example

Breakout Results (agent_compact mode)

# ๐Ÿ”ฅ Breakout Report: `black friday deals` (US)
**Summary**: Found **24 rising queries** | ๐Ÿ”ฅ **8 breakouts** (+5000%)
### ๐Ÿ† Top Breakout Queries
| # | Query | Growth | Status |
|---|---|---|---|
| 1 | `black friday deals 2026 early` | +5000% | ๐Ÿ”ฅ BREAKOUT |
| 2 | `black friday tv deals 75 inch` | +3200% | ๐Ÿ“ˆ Rising |
| 3 | `black friday laptop deals under 500` | +2800% | ๐Ÿ“ˆ Rising |
# ๐Ÿ“ˆ Trending Report: US (Last 24 hours)
**Summary**: Found **45 trending queries**
### ๐Ÿ”ฅ Top Trending Searches
| # | Query | Search Volume | Category |
|---|---|---|---|
| 1 | `nfl scores today` | 500K+ | Sports |
| 2 | `iphone 16 release date` | 200K+ | Technology |
| 3 | `tesla stock price` | 100K+ | Finance |

Seasonality Results (agent_compact mode)

# ๐Ÿ“… Seasonality Report: `black friday deals` (US)
**Peak Week**: Week 47 (November)
**Best Publish Date**: October 15, 2026
**Lead Time**: 6 weeks before peak
### 5-Year Trend Pattern
| Year | Peak Week | Peak Volume |
|---|---|---|
| 2025 | Week 47 | 100 (normalized) |
| 2024 | Week 47 | 95 |
| 2023 | Week 47 | 88 |

Regional Breakdown (detailed_json mode)

{
"seed": "bitcoin",
"regional": {
"region_type": "state",
"data": [
{"geoCode": "US-CA", "name": "California", "value": 100},
{"geoCode": "US-NY", "name": "New York", "value": 85},
{"geoCode": "US-TX", "name": "Texas", "value": 72}
]
}
}

Detailed JSON Output

{
"seed": "black friday deals",
"breakout": {
"total_found": 24,
"breakout_count": 8,
"queries": [
{
"query": "black friday deals 2026 early",
"growth_pct": 5000,
"status": "breakout"
}
]
},
"seasonality": {
"peak_week": 47,
"recommended_publish_date": "2026-10-15",
"lead_weeks": 6,
"yearly_pattern": [
{"year": 2025, "peak_week": 47, "volume_normalized": 100}
]
}
}

๐Ÿ”Œ MCP Integration (AI Agents)

Available Tools

ToolDescription
trends_breakoutDiscover breakout and rising queries for seed keywords
trends_seasonalityAnalyze 5-year patterns and get recommended publish dates
trends_trendingGet real-time trending searches by country

Example Agent Prompts

"Find breakout keywords for 'christmas gifts' and tell me when I should start publishing content"

"Analyze seasonality for 'tax software' โ€” when is the best time to publish my article?"

"What's trending in the US right now in the Technology category?"

"Compare breakout trends for 'black friday' vs 'cyber monday' in the US and UK"


โ“ FAQ

A: Google Trends website shows you data visually. This Actor extracts the data programmatically, calculates growth percentages, identifies breakouts automatically, and provides actionable publish dates โ€” all in structured JSON you can feed into your content pipeline or AI agent.

Q: What's a "breakout" keyword?

A: A breakout keyword is one that's experiencing explosive growth (+5000% or more). These are gold mines for content creators โ€” you can capture traffic before competition catches up. Google Trends marks these as "Breakout" instead of showing exact percentages.

A:

  • Breakout mode: Analyzes seed keywords you provide, finds related queries with explosive growth
  • Trending mode: Shows what's hot right now in a country (like Twitter trending topics), no seed keywords needed

Q: How accurate is the seasonality analysis?

A: Very reliable for established trends (3+ years of data). We use 5-year weekly data with noise smoothing to identify consistent patterns. New or trending topics (less than 1 year data) may show less predictable patterns.

Q: What does "lead weeks" mean?

A: It's the recommended buffer time before the traffic peak. If lead weeks = 6 and peak is November 20, you should publish by October 9. This gives Google time to index and rank your content before the surge.

Q: Can I use this for non-US markets?

A: Yes! Set the geo parameter to any country code: gb (UK), de (Germany), jp (Japan), au (Australia), fr (France), etc. Each country has different seasonal patterns.

Q: What categories can I filter by?

A: 17 categories including: Computers & Electronics (5), Shopping (18), Finance (7), AI & Machine Learning (958), Health (45), Games (8), Travel (20), and more. Set category: 0 for all categories.

A: Yes! Use the property parameter: web (default), youtube, news, images, or froogle (Google Shopping).

Q: Is there rate limiting?

A: The Actor uses Apify's proxy pool automatically to avoid rate limits. For free accounts, there may be some delays during high traffic. Paid Apify accounts get priority proxy access.

Q: How does this work with seo-research-mcp?

A: Perfect pipeline! Use google-trends-mcp to find breakout keywords and timing โ†’ feed those keywords into seo-research-mcp for KGR analysis โ†’ write content targeting low-competition, high-timing-opportunity keywords.

Q: Can I export to CSV/Excel?

A: Yes! After the Actor run, go to Dataset โ†’ Export โ†’ choose CSV, JSON, Excel, or XML.