Google Trends Scraper (Fast & Reliable) avatar

Google Trends Scraper (Fast & Reliable)

Pricing

from $5.00 / 1,000 keyword scrapeds

Go to Apify Store
Google Trends Scraper (Fast & Reliable)

Google Trends Scraper (Fast & Reliable)

Google Trends API alternative — scrape interest over time, related queries (top & rising) and interest by region for any keyword, country and time range. Web, News, YouTube & Shopping. Fast, reliable, no API key. Built for SEO & market research.

Pricing

from $5.00 / 1,000 keyword scrapeds

Rating

0.0

(0)

Developer

Emre Ceylan

Emre Ceylan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

18 hours ago

Last modified

Share

Google Trends Scraper

A fast, reliable Google Trends API alternative. Get interest over time, related queries (top & rising) and interest by region for any keyword, country and time range — straight from Google Trends, no API key required.

Perfect for SEO keyword research, market research, content calendars, e-commerce demand sensing and trend monitoring.

Why this scraper?

  • Reliable — browser-grade TLS fingerprinting + automatic session rotation and exponential backoff on rate limits. It recovers instead of failing.
  • Fast — a keyword with all widgets typically completes in a few seconds.
  • 🌍 Full coverage — worldwide or any country/region code (US, DE, TR, US-CA, ...), all official time ranges from past hour to 2004–present, and every search property (Web, Images, News, YouTube, Shopping).
  • 📊 Clean output — one structured JSON item per keyword, ready for spreadsheets, dashboards or your own pipeline.

Use cases

  • SEO & content research — catch rising queries before they peak.
  • E-commerce demand sensing — validate product demand by country before you stock or advertise.
  • Market & brand monitoring — track share of search interest across regions over time.
  • Trading & trend signals — feed normalized search-interest time series into your models.

Input

{
"keywords": ["air fryer", "slow cooker"],
"geo": "US",
"timeRange": "today 12-m",
"includeRelatedQueries": true,
"includeRegionData": true
}
FieldDescription
keywordsList of search terms — one dataset item per keyword
geoCountry/region code, empty = worldwide
timeRangenow 1-H ... today 12-m, today 5-y, all
searchPropertyWeb (default), images, news, youtube, froogle
includeRelatedQueriesTop & rising related queries
includeRegionDataInterest by region breakdown
proxyConfigurationResidential proxy recommended for large keyword lists

Output example

{
"keyword": "air fryer",
"geo": "US",
"timeRange": "today 3-m",
"interestOverTime": [
{"time": "Jun 28 – Jul 4, 2026", "timestamp": 1782950400, "value": 62, "isPartial": true}
],
"relatedQueries": {
"top": [{"query": "ninja air fryer", "value": 100}],
"rising": [{"query": "ninja crispi glass air fryer", "formattedValue": "+450%"}]
},
"interestByRegion": [
{"region": "Wyoming", "geoCode": "US-WY", "value": 100}
]
}

FAQ

Do I need a Google account or API key? No.

Values are 0–100 — what do they mean? Google Trends normalizes search interest to the highest point in the selected period/region, exactly like on trends.google.com.

Large keyword lists? Enable the residential proxy option; Google rate-limits aggressively and the actor will pace itself and rotate sessions automatically.