VOOZH about

URL: https://apify.com/fingolfin/google-trends-api

⇱ Google Trends API Β· Apify


Pricing

$1.00 / 1,000 results

Go to Apify Store

Scrape Google Trends data without official API. Get interest over time, interest by region, related queries, related topics, trending searches, and keyword suggestions. Supports all filters: geo, timeframe, category, and search property (web/YouTube/news/images/Google Shopping).

Pricing

$1.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Mate Papava

Mate Papava

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

8 days ago

Last modified

Share

Google Trends Scraper β€” Apify Actor

Scrape Google Trends data without using the official API. Uses curl_cffi for browser impersonation to bypass rate limits.

Features

  • Interest Over Time β€” Weekly/daily/hourly interest scores (0–100)
  • Interest by Region β€” Breakdown by country or sub-region
  • Related Queries β€” Top and rising related searches
  • Related Topics β€” Top and rising related topics/entities
  • Trending Now β€” What's currently trending in a country
  • Trending Daily β€” Today's trending searches with traffic estimates
  • Suggestions β€” Topic autocomplete for finding precise terms

Filters

FilterOptionsDescription
keywordsComma-separated (max 5)Terms to analyze. Use comma for comparison
geoISO country codeUS, GB, IN, GE, DE. Empty = worldwide
timeframe1h, 4h, 1d, 7d, 30d, 90d, 12m, 5y, allShorter = finer granularity
categoryall, finance, health, sports, news, etc.26 categories available
propertyweb, youtube, news, images, froogleWhich Google product to search

Example Input

Compare Python vs JavaScript interest worldwide (12 months)

{
"action":"interest_over_time",
"keywords":"python,javascript",
"geo":"",
"timeframe":"12m"
}

ChatGPT interest on YouTube in the US (90 days)

{
"action":"interest_over_time",
"keywords":"chatgpt",
"geo":"US",
"timeframe":"90d",
"property":"youtube"
}

Interest by US state

{
"action":"interest_by_region",
"keywords":"python",
"geo":"US",
"timeframe":"12m"
}

Trending searches in Georgia

{
"action":"trending_now",
"geo":"GE"
}

Related queries for bitcoin in Finance category

{
"action":"related_queries",
"keywords":"bitcoin",
"geo":"US",
"category":"finance"
}

Output

Results are pushed to the dataset. Each result contains:

  • data β€” The actual data (array of points, regions, queries, etc.)
  • status β€” "success" or error status
  • _action β€” Which action was run
  • _input β€” Echo of the parsed input parameters

Notes

  • Trending actions (trending_now, trending_daily) use Google's RSS feed which is reliable and never rate-limited.
  • Interest/related actions use the internal Trends API with session management via curl_cffi browser impersonation.
  • Not all keywords have related topics data β€” this is normal Google Trends behavior.
  • Hourly granularity is only available for timeframes of 1d or shorter.

You might also like

Google Trends Scraper β€” Interest, Regions & Queries

khadinakbar/google-trends-scraper

Extract all 5 Google Trends data types: keyword interest over time, by region, related queries, related topics & daily trending searches. No API key.

51

Google Trends Scraper

sourabhbgp/google-trends-scraper

Extract Google Trends data: daily trending searches, keyword interest over time, related queries and topics, regional interest. 150+ countries, category filters, Google property selection (Web, YouTube, News, Images, Shopping). From $1 per 1,000 trending results.

52

Google Trends Scraper - Interest, Regions & Trends

scrapesage/google-trends-scraper

Scrape Google Trends with no browser or API key: interest over time, interest by region, related & rising queries/topics, multi-keyword comparison, and real-time Trending Now searches with traffic & news. Web, YouTube, News, Image & Shopping trends. Monitoring mode.

Google Trends Scraper πŸ’Ž

scraperpro/google-trends-scraper

Fastest and Cheapest Google Trends Scraper: All in one, πŸ”₯real time trending searches, interest over time, interest by region, and Related queries and topics, and more

132

3.9

Google Keyword Trends

agentx/google-keyword-trends

Collects Google Trends interest over time, interest by region, and related queries for a keyword across country, time range, category, and search property filters.

Google Trends Scraper

rastriq/google-trends-scraper

Extract search interest data from Google Trends: interest over time, interest by region, related queries, and daily trending searches. Supports multiple keywords and countries in one run. No API key needed.

πŸ‘ User avatar

Rastriq β€” Structured data from the world

2

Google Trends Scraper β€” Fast & Reliable

signalbench/google-trends-scraper

Scrape Google Trends interest over time, interest by region, related queries, and related topics for any keyword. API-based (no browser), built for reliability. Export to JSON, CSV, Excel.

4

5.0