Google Trends Daily – Real-Time Trending Keyword Scraper
Pricing
$0.80 / 1,000 results
Go to Apify Store

Google Trends Daily – Real-Time Trending Keyword Scraper
Google Trends Daily delivers real‑time trending searches directly from Google’s ‘Trending Now’ feed. Behind the scenes it drives Playwright headless Chromium, intercepts the internal i0OFE RPC, clean the payload, and ships structured metrics (traffic value, popularity score etc)
Pricing
$0.80 / 1,000 results
Rating
5.0
(1)
Developer

VMovies - Global
Maintained by Community
Actor stats
5
Bookmarked
168
Total users
50
Monthly active users
15 days ago
Last modified
Categories
Share
Google Trends Daily Trending Scraper
This actor collects Google Trends daily trending searches from the official RSS feed endpoint and supports multi-day backfill.
Input
| Field | Type | Default | Description |
|---|---|---|---|
geo | string | "US" | Two-letter Google Trends region code, for example US, GB, IN. |
language | string | "en-US" | Google Trends language/locale used for the feed request. |
timezone | integer | 0 | UTC offset in minutes used to determine "today" when date is not provided. |
date | string | null | Optional base date in YYYY-MM-DD. If set, fetching starts from this date. |
daysBack | integer | 30 | Number of days to fetch counting backwards from date or today. Each day provides up to 10 trends. |
maxResults | integer | 0 | Maximum records to store. 0 means store all fetched records. |
useProxy | boolean | true | Use Apify Proxy for RSS requests when credentials are available. |
Output Fields
Each dataset item contains:
query,displayQuery,titlegeoapproxTraffic: original Google text value (for example"200K+")trafficValue: parsed numeric value (for example200000)score: derived score1..1000normalized per day bytrafficValuetimestamp,formattedDate,datepicture,pictureSourcenewsItems: related news entries from the RSS itemrelatedQueries,categories,articleTokens(kept for schema compatibility)
Notes
- Google RSS exposes up to 10 trends per day. To get 200+ rows, increase
daysBack(for example30gives about 300 rows). scoreis derived from traffic ranking per day because RSS does not provide Google internal score directly.
Example Input
{"geo": "US","language": "en-US","timezone": 0,"daysBack": 30,"maxResults": 0,"useProxy": true}