Google Trends Scraper — Pay Per Result avatar

Google Trends Scraper — Pay Per Result

Pricing

from $0.50 / 1,000 trends records

Go to Apify Store
Google Trends Scraper — Pay Per Result

Google Trends Scraper — Pay Per Result

Reliable Google Trends: multi-geo trending searches (RSS) + keyword interest over time, related queries, and regions. HTTP-only. Empty rows free. Pay-per-event (~$0.50/1k).

Pricing

from $0.50 / 1,000 trends records

Rating

0.0

(0)

Developer

Smorgi Apps

Smorgi Apps

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Reliable Google Trends data without the flaky runs people hit on the default Store scrapers. Two modes:

  1. Trending searches — public RSS, multi-geo, cheap HTTP
  2. Keyword interest — interest over time, related queries, optional regions

Store search keywords: Google Trends scraper · Google Trends API · trending searches · interest over time · related queries


Why this Actor

Pain on popular Trends scrapersWhat we do
~70% success / silent emptiesRetries + backoff; empty / no-data rows are not charged
Unclear pricingFlat pay-per-result PPE
One geo at a timeBatch many country codes in one run
Browser-heavy costHTTP-only (no Playwright)

Public data only. No Google account. No ToS-evasion playbook.


Modes

Fetches Google Trending RSS for each geo.

FieldDescription
recordTypetrending
geoCountry code
titleTrending query
traffic / trafficValueApprox traffic label + parsed int
urlTrends link when present
publishedAtRSS pubDate
newsTitlesRelated news headlines (up to 5)

Interest (mode: "interest")

Uses Google Trends explore + widget APIs (same public endpoints the web UI uses).

recordTypeWhen
interest_over_timeAlways (per keyword × time point)
related_queryIf includeRelatedQueries (top + rising)
interest_by_regionIf includeInterestByRegion

Keywords are compared in batches of up to 5 so values share one 0–100 scale.


Example input

{
"mode": "trending",
"geos": ["US", "GB", "DE"],
"maxItemsPerGeo": 20
}
{
"mode": "interest",
"keywords": ["apify", "scrapy", "playwright"],
"geos": ["US"],
"timeRange": "today 12-m",
"includeRelatedQueries": true,
"includeInterestByRegion": false
}

Pricing

Pay-per-event: charged for each successful dataset row.

  • Empty geos / missing widgets / hasData: false points → not charged
  • Trending RSS is lightweight — best cost/reliability ratio
  • Interest mode uses more requests; raise requestDelayMs or enable Apify Proxy if you see 429s

Exact $/1k is on the Store pricing tab (set to cover platform cost with margin).


Limitations (honest)

  • Google rate-limits interest APIs; large keyword × geo matrices need throttling
  • Traffic values on RSS are approximate buckets (500+), not exact volumes
  • Interest values are relative 0–100 (Google’s normalization), not absolute search volume
  • Sub-region resolution depends on the parent geo
  • Public endpoints only — no private Google Ads / Keyword Planner data

Output tips

  • Filter dataset by recordType
  • Schedule trending mode hourly/daily for monitoring
  • For competitor brand tracking, put 2–5 brands in one keywords array

Issues / feature requests: use the Actor Issues tab.