Google Trending Now
Pricing
from $1.00 / 1,000 results
Google Trending Now
π₯ Scrape Google Trends trending searches in real-time. Get search volume, categories & related terms for 45+ countries. Each trend = 1 result. Fast, no browser needed. Perfect for SEO, market research & content strategy.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer

Data Xplorer
Actor stats
1
Bookmarked
1
Total users
0
Monthly active users
4 days ago
Last modified
Categories
Share
π₯ What is Google Trends Trending Searches Scraper?
Google Trends Trending Searches Scraper extracts real-time trending search queries directly from Google Trends. Each trending query is returned as an individual dataset item, making it perfect for pay-per-result workflows, automated pipelines, and large-scale trend monitoring.
Unlike other Google Trends scrapers that bundle all results into a single output, this Actor gives you one row per trending search β with search volume, category, related terms, and a direct Google Trends link. Ready to export as JSON, CSV, Excel, or XML.

β¨ Why use this Google Trends Trending Searches Scraper?
- π Blazing fast β No browser needed. Direct API extraction returns hundreds of results in seconds
- π One result per trending query β Perfect for analytics pipelines, and spreadsheet workflows
- π 45+ countries supported β From the US and UK to South Korea, Indonesia, and Saudi Arabia
- π·οΈ 19 category filters β Sports, Technology, Entertainment, Health, Politics, and more
- β±οΈ Flexible timeframes β Past 4 hours, 24 hours, 48 hours, or 7 days
- π Direct Google Trends URL β Each result includes a clickable link to explore the trend further
- π‘οΈ Anti-blocking built-in β Smart proxy rotation ensures reliable data collection
- π¦ Apify platform power β API access, scheduling, webhooks, and 30+ integrations included
π What data can you extract from Google Trends?
| Field | Description |
|---|---|
π
rank | Position in the trending list |
π term | The trending search query |
π·οΈ category | Category (e.g. Sports, Technology, Entertainment) |
π trend_volume | Formatted search volume (e.g. "500K+", "1M+") |
π’ trend_volume_raw | Raw numeric volume for sorting & analysis |
π related_terms | Associated search queries |
π geo | Country code |
π£οΈ language | Language used for the request |
β±οΈ timeframe_hours | Time window (4, 24, 48, or 168 hours) |
π trends_url | Direct link to Google Trends for this query |
π scraped_at | Timestamp of extraction |
π How to scrape Google Trends trending searches
- Create a free Apify account
- Open Google Trends Trending Searches Scraper
- Select your country (e.g. United States, France, Japan)
- Choose a time period (Past 4h, 24h, 48h, or 7 days)
- Optionally filter by categories (Sports, Tech, Entertainmentβ¦)
- Click Start and wait a few seconds
- Download your data in JSON, CSV, Excel, XML, or HTML
That's it β no coding required. Each trending query appears as its own row in the dataset.
β¬οΈ Input example
{"country": "US","timeframe": "24","categories": [],"maxItems": null,"proxyConfiguration": {"useApifyProxy": true}}
| Parameter | Type | Default | Description |
|---|---|---|---|
country | string | "US" | Country code (US, FR, GB, DE, JP, etc.) |
timeframe | string | "24" | Time window: 4, 24, 48, or 168 hours |
categories | array | [] | Filter by category IDs (empty = all categories) |
maxItems | integer | unlimited | Max results to return. Leave empty for all available |
proxyConfiguration | object | Apify Auto | Proxy settings |
Available categories
| ID | Category | ID | Category |
|---|---|---|---|
| 1 | Autos & Vehicles | 11 | Other |
| 2 | Beauty & Fashion | 13 | Pets & Animals |
| 3 | Business & Finance | 14 | Politics |
| 4 | Entertainment | 15 | Science |
| 5 | Food & Drink | 16 | Shopping |
| 6 | Games | 17 | Sports |
| 7 | Health | 18 | Technology |
| 8 | Hobbies & Leisure | 19 | Travel & Transportation |
| 9 | Jobs & Education | 20 | Climate |
| 10 | Law & Government |
β¬οΈ Output example
Each trending search is an individual item in the dataset:
{"rank": 1,"term": "Champions League","category": "Sports","trend_volume": "500K+","trend_volume_raw": 500000,"related_terms": ["Champions League results","Champions League draw","UEFA Champions League"],"geo": "US","language": "en-US","timeframe_hours": "24","trends_url": "https://trends.google.com/trends/explore?geo=US&q=Champions+League&hl=en-US","scraped_at": "2026-03-05 12:30:00"}
π‘ Use cases for Google Trends trending data
π SEO & Content Strategy β Discover what people are searching for right now and create timely content that ranks
π Market Research β Track emerging trends across categories and countries to identify business opportunities
π° News & Media Monitoring β Stay ahead of breaking news by monitoring trending searches in real-time
π Social Media Marketing β Align your social content with what's trending to maximize engagement
π€ AI & Data Pipelines β Feed trending data into your ML models, chatbots, or automated reporting systems
π Multi-market Intelligence β Compare trending topics across 45+ countries for global insights
π Integrations
Connect this scraper to your favorite tools and automate your trend monitoring:
- β‘ Make (Integromat) β Apify + Make Integration
- π N8N β Apify + N8N Integration
- π Google Sheets β Export trending searches directly to a spreadsheet
- π€ MCP (AI Agents) β Apify MCP Server
- π§ Zapier, Slack, Airbyte, GitHub β See all integrations
You can also use the api to run this Actor programmatically from Python, Node.js, or any HTTP client. Schedule runs hourly, daily, or weekly to automatically track trending changes over time.
π‘ Pro tips
- Leave
maxItemsempty to get all available trending searches (typically 200-500+ items per country) - Use category filters to focus on your niche β e.g. only Technology + Science trends
- Schedule hourly runs to build a historical database of trending searches for trend analysis
- Combine with Google Sheets integration to maintain a live trending dashboard
- Use the
trend_volume_rawfield for sorting and filtering in your data pipeline β it's the raw numeric value - Compare countries: run the Actor multiple times with different
countryvalues to spot global vs. local trends
β FAQ
Is there a Google Trends API for trending searches?
Google does not offer an official public API for Google Trends data. This Actor serves as a reliable API alternative that extracts trending searches directly from Google Trends' internal data endpoints. Use it via the api for full programmatic access.
How often is the trending data updated?
Google Trends updates trending searches continuously. You can run this Actor as frequently as you need. For real-time monitoring, schedule it every hour or every 4 hours.
Can I use this data with Python?
Yes! Use the apify-client api/client/python to run this Actor and retrieve results programmatically:
How many results can I get per run?
It depends on the country and timeframe. Typically, Google Trends returns 200 to 500+ trending searches per country. Use maxItems to limit the results if needed, or leave it empty to get everything available.
π€ Support
Need help or have a feature request? We'd love to hear from you!
- π Found a bug?Feature request? β Open an issue in the Issues tab