Google Trends Daily – Real-Time Trending Keyword Scraper avatar

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 – 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

VMovies - Global

Maintained by Community

Actor stats

5

Bookmarked

168

Total users

50

Monthly active users

15 days ago

Last modified

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

FieldTypeDefaultDescription
geostring"US"Two-letter Google Trends region code, for example US, GB, IN.
languagestring"en-US"Google Trends language/locale used for the feed request.
timezoneinteger0UTC offset in minutes used to determine "today" when date is not provided.
datestringnullOptional base date in YYYY-MM-DD. If set, fetching starts from this date.
daysBackinteger30Number of days to fetch counting backwards from date or today. Each day provides up to 10 trends.
maxResultsinteger0Maximum records to store. 0 means store all fetched records.
useProxybooleantrueUse Apify Proxy for RSS requests when credentials are available.

Output Fields

Each dataset item contains:

  • query, displayQuery, title
  • geo
  • approxTraffic: original Google text value (for example "200K+")
  • trafficValue: parsed numeric value (for example 200000)
  • score: derived score 1..1000 normalized per day by trafficValue
  • timestamp, formattedDate, date
  • picture, pictureSource
  • newsItems: related news entries from the RSS item
  • relatedQueries, categories, articleTokens (kept for schema compatibility)

Notes

  • Google RSS exposes up to 10 trends per day. To get 200+ rows, increase daysBack (for example 30 gives about 300 rows).
  • score is 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
}