Google Trending Now avatar

Google Trending Now

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Google Trending Now

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

Data Xplorer

Maintained by Community

Actor stats

1

Bookmarked

1

Total users

0

Monthly active users

4 days ago

Last modified

Share

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.

trends 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
FieldDescription
πŸ… rankPosition in the trending list
πŸ” termThe trending search query
🏷️ categoryCategory (e.g. Sports, Technology, Entertainment)
πŸ“ˆ trend_volumeFormatted search volume (e.g. "500K+", "1M+")
πŸ”’ trend_volume_rawRaw numeric volume for sorting & analysis
πŸ”— related_termsAssociated search queries
🌍 geoCountry code
πŸ—£οΈ languageLanguage used for the request
⏱️ timeframe_hoursTime window (4, 24, 48, or 168 hours)
πŸ”— trends_urlDirect link to Google Trends for this query
πŸ• scraped_atTimestamp of extraction
  1. Create a free Apify account
  2. Open Google Trends Trending Searches Scraper
  3. Select your country (e.g. United States, France, Japan)
  4. Choose a time period (Past 4h, 24h, 48h, or 7 days)
  5. Optionally filter by categories (Sports, Tech, Entertainment…)
  6. Click Start and wait a few seconds
  7. 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
}
}
ParameterTypeDefaultDescription
countrystring"US"Country code (US, FR, GB, DE, JP, etc.)
timeframestring"24"Time window: 4, 24, 48, or 168 hours
categoriesarray[]Filter by category IDs (empty = all categories)
maxItemsintegerunlimitedMax results to return. Leave empty for all available
proxyConfigurationobjectApify AutoProxy settings

Available categories

IDCategoryIDCategory
1Autos & Vehicles11Other
2Beauty & Fashion13Pets & Animals
3Business & Finance14Politics
4Entertainment15Science
5Food & Drink16Shopping
6Games17Sports
7Health18Technology
8Hobbies & Leisure19Travel & Transportation
9Jobs & Education20Climate
10Law & 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"
}

πŸ” 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:

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 maxItems empty 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_raw field for sorting and filtering in your data pipeline β€” it's the raw numeric value
  • Compare countries: run the Actor multiple times with different country values to spot global vs. local trends

❓ FAQ

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.

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