Google Trends Trending Searches Scraper
Pricing
from $0.95 / 1,000 results
Google Trends Trending Searches Scraper
Scrape Google Trends trending searches for any country from Google's public trending RSS feed. Each result has the trending search term, approximate traffic, related news articles with source and link, and a Google Trends Explore URL. No login, no API key, no captcha.
Pricing
from $0.95 / 1,000 results
Rating
0.0
(0)
Developer
Mangudäi
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Pull the trending searches Google is showing right now, for any country you pick. The actor reads Google's public trending RSS feed, so there is no login, no API key, and no captcha. Each run gives you a clean table: the trending search term, roughly how much traffic it is getting, when it started trending, and the news stories Google ties to it.
What you get
One row per trending search. Fields:
query: the trending search termrank: its position in the country feed, 1 is the hottestgeoandgeoName: the country code and its nameapproxTraffic: Google's traffic label, for example2,000+approxTrafficNumber: that label parsed to an integer you can sort and filter onpubDateandpubDateRaw: when the term started trending, ISO 8601 and the original stringpictureUrlandpictureSource: the image Google shows for the trend and who it came fromexploreUrl: a ready link to open the term in Google Trends ExplorenewsCount,firstNewsTitle,firstNewsUrl,firstNewsSource: a quick handle on the top related storyrelatedNews: the full list of related stories, each with title, url, source, and imagescrapedAt: when the row was collected
Input
geos: list of two-letter country codes, for example["US", "GB", "IN"]. One feed is fetched per country.hl: interface language such asen,fr,de,ja. Defaulten.maxItemsPerGeo: cap per country.0keeps everything Google returns, usually 10 to 20.includeRelatedNews: set false to drop therelatedNewsarray and keep rows lean.proxyConfiguration: Apify Proxy settings. The datacenter default is enough for this feed.
Example
{"geos": ["US", "GB", "IN"],"hl": "en","maxItemsPerGeo": 0,"includeRelatedNews": true,"proxyConfiguration": { "useApifyProxy": true }}
How scale works
Google's trending feed returns the current top terms for one country per request, roughly 10 to 20. To cover more ground, add more countries. The actor fetches each country in turn and writes every trending search to the dataset.
Good uses
- Track breaking topics across markets for a newsroom or social team
- Feed a content calendar with what people are searching for today
- Watch a brand or event surface in the trending list
- Build a daily trending-topics digest by scheduling the actor
Notes
Trending searches are a live snapshot, so results change through the day. Run the actor on a schedule if you want history. Traffic labels come from Google as rounded bands, not exact counts. Country codes follow ISO 3166-1 alpha-2.