Google Trends Scraper (Fast & Reliable)
Pricing
from $5.00 / 1,000 keyword scrapeds
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
Maintained by CommunityActor stats
0
Bookmarked
7
Total users
4
Monthly active users
7 days ago
Last modified
Categories
Share
Google Trends Scraper — Google Trends API Alternative
Scrape Google Trends data for any keyword, country and time range — interest over time, related & rising queries, interest by region, and today's trending searches — with no API key and no browser automation. This Google Trends scraper is a fast, reliable Google Trends API alternative that returns clean JSON.
Ideal for SEO keyword research, market research, content calendars, e-commerce demand sensing and trend monitoring.
Why there is no easy Google Trends API
Google does not offer a public Google Trends API — the official one is a restricted alpha most people can't access. That's why SEO agencies, marketers, developers and data teams rely on a Google Trends scraper to pull Google Trends data programmatically. This actor gives you that access: send keywords, get structured results, no scraping infrastructure to maintain.
Scrape Google Trends data — what you get
- ✅ 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 — structured JSON, ready for spreadsheets, dashboards or your own pipeline.
Google Trends keyword research for SEO & marketing
- SEO & content research — catch rising Google Trends 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.
Two modes
1. Keywords mode (default)
Analyze specific search terms — interest over time, related & rising queries, and interest by region.
{"keywords": ["air fryer", "slow cooker"],"geo": "US","timeRange": "today 12-m","includeRelatedQueries": true,"includeRegionData": true}
2. Trending searches by country (Trending Now)
Get today's trending searches for one or more countries — the rising terms people are Googling right now, with approximate traffic and related news. Pass several countries at once with a comma-separated geo. Perfect for newsrooms, content teams and trend tracking.
{ "mode": "trending", "geo": "US,GB,DE" }
Input parameters
| Field | Description |
|---|---|
mode | keywords (default) or trending |
keywords | List of search terms — one dataset item per keyword |
geo | Country/region code, empty = worldwide. Trending mode accepts US,GB,DE |
timeRange | now 1-H ... today 12-m, today 5-y, all |
searchProperty | Web (default), images, news, youtube, froogle |
includeRelatedQueries | Top & rising related queries |
includeRegionData | Interest by region breakdown |
proxyConfiguration | Residential proxy recommended for large keyword lists |
Output example
Keywords mode:
{"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}]}
Trending mode:
{"query": "car accident lawyer","geo": "US","approxTraffic": "1000+","pubDate": "Fri, 04 Jul 2026 09:00:00 GMT","relatedNews": [{"title": "…", "url": "https://…", "source": "…"}]}
FAQ
Is there a Google Trends API? Not a public one — the official Google Trends API is a restricted alpha. This actor is the practical Google Trends API alternative: it scrapes the same data and returns clean JSON.
How do I scrape Google Trends data? Give the actor your keywords (or set mode to trending with a country), run it, and collect structured results from the dataset — no Google account or API key required.
Do I need a Google account or API key? No.
What do the 0–100 values 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 paces itself and rotates sessions automatically.