Google Trends Scraper β€” Interest & Related Queries avatar

Google Trends Scraper β€” Interest & Related Queries

Pricing

from $0.0005 / keyword scraped

Go to Apify Store
Google Trends Scraper β€” Interest & Related Queries

Google Trends Scraper β€” Interest & Related Queries

Scrape Google Trends for any keyword: interest over time, related and rising queries, and interest by region. Per country and timeframe. For SEO, market and trend research. No setup.

Pricing

from $0.0005 / keyword scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

4 days ago

Last modified

Categories

Share

Google Trends Scraper β€” interest over time, related & rising queries, interest by region, no API key

Get the full Google Trends picture for any keyword in clean, structured JSON: interest over time, top related and fastest-rising queries, and interest broken down by region. No account, no API key. Built for SEO, market research, and trend-spotting teams.

Google Trends Scraper input β€” keywords, geo and timeframe in the Apify Console

Features

  • πŸ“ˆ Interest over time β€” a full interestOverTime timeline of date, timestamp, and normalized value (0–100) points for your timeframe.
  • πŸ”— Related & rising queries β€” with includeRelatedQueries, get relatedQueries (top) and risingQueries (breakout) lists with their scores.
  • πŸ—ΊοΈ Interest by region β€” with includeInterestByRegion, get an interestByRegion breakdown of location and value.
  • ⏱️ Flexible timeframes β€” timeframe from past_hour all the way to since_2004.
  • 🌍 Geo targeting β€” set geo to a country code (e.g. US, GB, DE) or WORLDWIDE.
  • πŸ“Š Computed summary β€” each row adds averageInterest and peakInterest derived from the timeline.
  • πŸ›‘οΈ Reliable results β€” returns real, structured trend data every run instead of empty responses.

What you get

Google Trends Scraper output example β€” keyword trends as structured JSON

Each row is one keyword's full trends report:

{
"keyword": "bitcoin",
"geo": "US",
"timeframe": "past_12_months",
"interestOverTime": [
{ "date": "Jul 2025", "timestamp": "1751328000", "value": 62 }
],
"relatedQueries": [ { "query": "bitcoin price", "value": 100 } ],
"risingQueries": [ { "query": "bitcoin etf", "value": 4900, "formattedValue": "Breakout" } ],
"interestByRegion": [ { "location": "California", "value": 78 } ],
"averageInterest": 55,
"peakInterest": 100
}

Output schema

FieldTypeDescription
keywordstringThe search term this row reports on.
geostringGeographic region for the data β€” a country code (e.g. US) or WORLDWIDE.
timeframestringTime range covered by the report (e.g. past_12_months).
interestOverTimearrayTimeline of normalized interest points (0–100), each with date, timestamp and value.
relatedQueriesarrayTop related search queries with their relative scores.
risingQueriesarrayFastest-rising ("breakout") related queries with their growth values.
interestByRegionarrayInterest broken down by location and value.
averageInterestintegerAverage interest value across the timeline.
peakInterestintegerHighest interest value on the timeline (typically 100).

Input

{
"keywords": ["bitcoin", "electric cars"],
"geo": "US",
"timeframe": "past_12_months",
"includeRelatedQueries": true,
"includeInterestByRegion": true
}
FieldDescription
keywordsSearch terms to get trends for; each is scraped separately (required).
geoTwo-letter country code (e.g. US, GB, DE) or WORLDWIDE. Default US.
timeframeTime range: past_hour…since_2004. Default past_12_months.
includeRelatedQueriesAlso fetch top related and fastest-rising queries. Default true.
includeInterestByRegionAlso fetch interest by region / sub-region. Default true.
proxyConfigurationProxy settings for the run; residential proxy is recommended.

Use cases

  • Spot rising and breakout topics before they peak.
  • Compare seasonal demand across keywords and timeframes.
  • Find related search terms to expand keyword and content strategy.
  • Map regional interest for geo-targeted campaigns.

Pricing

Pay-per-event: you're billed a small amount per run and per item scraped β€” you only pay for what you get. See the Pricing tab for current rates.

FAQ

Do I need a Google account or API key? No. Just enter your keywords and run the Actor β€” no account, login, or API key required.

What formats can I export? Results are available as JSON, CSV, Excel, or via the Apify API, ready for spreadsheets, BI tools, or your own pipeline.

Can I integrate this with other tools? The Google Trends Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.

Notes

This Actor uses Google Trends' public endpoints and returns only publicly available, normalized trend data. It is an independent tool and is not affiliated with, endorsed by, or sponsored by Google; Google Trends is a trademark of its respective owner.