Google Trends Scraper avatar

Google Trends Scraper

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Google Trends Scraper

Google Trends Scraper

Under maintenance

Scrape Google Trends data: real-time trending searches, search interest over time, related queries, related topics, and geographic interest data. Fast, cheap Cheerio-based scraper at $0.005/result — 8x cheaper than alternatives.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

alars num

alars num

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 days ago

Last modified

Share

Scrape Google Trends data: real-time trending searches, search interest over time, related queries, related topics, and geographic interest data.

Fast, cheap, Cheerio-based — no browser overhead. At $0.005/result, this is 8x cheaper than existing Google Trends actors that charge $0.04/result.

Features

  • Real-time trending searches — Get what's trending now in any country
  • Keyword exploration — Analyze search interest for up to 5 keywords simultaneously
  • Related queries — Rising and breakout related queries for any keyword
  • Related topics — Discover topics related to your keywords
  • Geographic data — See interest by country/region
  • Search interest timeline — Track interest over custom time ranges
  • Multi-country support — Filter by any country code

Input

ParameterTypeDefaultDescription
modestringtrendingtrending for real-time trends, explore for keyword analysis
keywordsarray[]Keywords to explore (up to 5). Only used in explore mode
geostringUSCountry code (US, GB, DE, JP, etc.) or empty for worldwide
timeRangestring7dTime range: 1h, 4h, 1d, 7d, 30d, 90d, 12m, 5y
maxItemsinteger50Maximum number of results to return

Output

Each result contains:

FieldTypeDescription
keywordstringThe trending topic or search keyword
trend_valuestring/nullCurrent trend interest or traffic value
change_percentstring/nullPercentage change in interest
related_queriesobject{ rising: [...], breakout: [...] } related queries
related_topicsarrayRelated topics with interest values
geographic_dataarrayTop countries/regions with interest levels
search_interest_timelinearrayInterest values over the selected time range
timestampstringISO timestamp of when data was scraped

Example Usage

{
"mode": "trending",
"geo": "US",
"maxItems": 20
}

Explore Mode

{
"mode": "explore",
"keywords": ["artificial intelligence", "machine learning"],
"geo": "US",
"timeRange": "12m",
"maxItems": 10
}

Notes

  • Google Trends does not have a public API — this actor scrapes the trends page directly
  • Uses CheerioCrawler (HTTP-based) for maximum speed and minimal cost
  • Google Trends may require JavaScript for some data — if results are limited, the actor includes a note in the output
  • Rate limiting is applied to avoid overwhelming Google's servers

Cost

$0.005 per result — significantly cheaper than alternatives.

Changelog

v1.0

  • Initial release
  • Trending mode: real-time trending searches by country
  • Explore mode: keyword analysis with related queries, topics, and geographic data
  • Cheerio-based scraping for fast, cheap execution