Google Trends Scraper
Pricing
from $0.50 / 1,000 results
Go to Apify Store

Google Trends Scraper
Scrape google keyword trends, related kewords, trending keywords, news etc with advanced filtering support and historical data
Pricing
from $0.50 / 1,000 results
Rating
0.0
(0)
Developer
Curious Coder
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Scrape Google Trends fast and cheap.
It supports two modes:
| Mode | What you get |
|---|---|
| 1. Keyword Trends | For each keyword: interest over time, interest by region, and related queries/topics — with full filter support (location, time period, category, search property). |
| 2. Trending Now | The real-time Trending Now list for a country: trending searches with search volume, growth, start time, related queries and (optionally) related news articles. |
Input
Pick a mode, then fill in that mode's section. Common examples:
Mode 1 — Keyword Trends
{"mode": "keyword_trends","searchTerms": ["artificial intelligence", "bitcoin"],"geo": "US","timeRange": "today 12-m","category": 0,"property": "","includeInterestOverTime": true,"includeInterestByRegion": true,"includeRelatedQueries": true,"includeRelatedTopics": true}
| Field | Description |
|---|---|
searchTerms | Array of keywords/topics. Each is scraped individually for its own full dataset. |
geo | Country code (US, IN, GB) or sub-region (US-CA). Empty = Worldwide. |
timeRange | now 1-H, now 4-H, now 1-d, now 7-d, today 1-m, today 3-m, today 12-m, today 5-y, all. |
category | Google Trends category id (0 = all). E.g. 7 Finance, 16 News, 20 Sports, 174 Science. |
property | "" Web, images, news, youtube, froogle (Shopping). |
includeInterestOverTime / includeInterestByRegion / includeRelatedQueries / includeRelatedTopics | Toggle which data sets to fetch. |
Mode 2 — Trending Now
{"mode": "trending_now","trendingGeo": "US","trendingHours": "24","trendingCategory": 0,"includeNews": true,"newsArticlesPerTrend": 3,"maxItems": 50}
| Field | Description |
|---|---|
trendingGeo | Country code for the real-time list. |
trendingHours | 4, 24, 48, 168 (7 days). |
trendingCategory | 0 = all, or a topical category id. |
includeNews | Resolve & attach related news articles per trend. |
newsArticlesPerTrend | How many articles to resolve per trend. |
maxItems | Cap the number of trends (0 = no limit). |
Advanced (both modes)
| Field | Description |
|---|---|
hl | UI language, e.g. en-US. |
tz | Timezone offset in minutes for time bucketing (browser sign, e.g. -330). |
proxyCountryCode | Optional country (e.g. US) to target exit IPs in Keyword Trends mode. |
Output
Mode 1 — Keyword Trends (one item per keyword)
{"keyword": "bitcoin","geo": "US","time": "today 12-m","category": 0,"property": "web","interestOverTime": {"averages": [],"timeline": [{ "time": 1750550400, "date": "Jun 22, 2025", "value": 59, "hasData": true }]},"interestByRegion": [{ "geoCode": "US-WY", "geoName": "Wyoming", "value": 100 }],"relatedQueries": {"top": [{ "query": "bitcoin price", "value": 100, "link": "https://trends.google.com/..." }],"rising": [{ "query": "how to buy bitcoin", "value": 4500 }]},"relatedTopics": { "top": [], "rising": [] },"proxyType": "residential","scrapedAt": "2026-06-25T..."}
Mode 2 — Trending Now (one item per trend)
{"rank": 1,"title": "fifa world cup 2026 standings","geo": "US","searchVolume": 200000,"formattedVolume": "200K+","growthPercent": 1000,"startedAt": "2026-06-24T13:00:00.000Z","relatedQueries": ["fifa world cup standings", "world cup rankings 2026"],"news": [{ "title": "...", "url": "https://...", "source": "ESPN", "time": "2026-06-24T...", "image": "https://..." }]}