Google Trends Scraper - Trending Now by Country avatar

Google Trends Scraper - Trending Now by Country

Pricing

from $3.00 / 1,000 trends

Go to Apify Store
Google Trends Scraper - Trending Now by Country

Google Trends Scraper - Trending Now by Country

Get Google's trending searches for any country: search volume, percentage increase, categories, related queries and the time each trend started. Filter by category or minimum volume. No browser and no proxy, so runs finish in seconds. Export to JSON, CSV or Excel.

Pricing

from $3.00 / 1,000 trends

Rating

0.0

(0)

Developer

Andrés Santiso

Andrés Santiso

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Get every trending search on Google right now, for any country, as clean structured data — with search volume, category, related queries and the exact time each trend started.

This Actor extracts the full Trending Now feed from Google Trends: the searches that are spiking in a given country over the last 4 hours, 24 hours, 48 hours or 7 days. For each trend you get the query, its approximate search volume, the percentage increase, the categories it belongs to, the related queries people are searching alongside it, and the timestamp when it started trending.

It talks directly to the same endpoint the Google Trends web app uses, so there is no headless browser and no proxy involved. Runs finish in seconds, cost very little, and avoid the fragility of browser-based scrapers.

Run it on demand, schedule it every hour, call it from the API, or plug it into your own pipeline through any of the Apify integrations.

Why use it?

  • Content and SEO — publish while a topic is still rising instead of a day late.
  • Newsrooms — see what an audience is searching for the moment a story breaks.
  • Marketing and social media — find the trend behind a spike before your competitors do.
  • Market research — track category-level attention across countries over time.
  • AI agents and automations — a clean JSON feed of what the world is searching, ready to drop into a prompt or a database.

How to use it

  1. Click Try for free.
  2. Set Country to the two-letter code you care about — US, GB, BR, DE, ES, IN, AR, and many more.
  3. Pick a Time window: last 4 hours for breaking trends, last 7 days for the broader picture.
  4. Optionally narrow things down with Categories, Minimum search volume or Maximum results.
  5. Press Start and download the results as JSON, CSV, Excel or HTML.

To keep a live feed, open the Schedules tab and run it every hour — each run returns the trends as they stand at that moment.

Input

Every field is optional except the country.

FieldTypeDescription
geostringTwo-letter country code. Default US.
hoursstringTime window: 4, 24, 48 or 168 (7 days). Default 24.
languagestringLanguage code for the request, e.g. en, es, pt, de. Default en.
categoryIdsarrayKeep only these categories. Empty means all.
minSearchVolumeintegerDrop trends below this approximate volume.
maxItemsintegerCap the number of results. 0 means no limit.
sortBystringvolume, recency or relevance.
includeRelatedQueriesbooleanInclude related searches per trend. Default true.

Example input:

{
"geo": "US",
"hours": "24",
"categoryIds": ["17"],
"minSearchVolume": 20000,
"maxItems": 50,
"sortBy": "volume"
}

Output

Each trend becomes one dataset item. You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

{
"query": "mariners vs dodgers",
"normalizedQuery": "mariners vs dodgers",
"geo": "US",
"startedAt": "2026-07-29T01:10:00+00:00",
"searchVolume": 100000,
"increasePercentage": 1000,
"categoryIds": [17],
"categories": ["Sports"],
"relatedQueries": ["mariners", "dodgers vs mariners", "la dodgers", "dodgers game"],
"newsArticleCount": 29,
"trendsUrl": "https://trends.google.com/trends/explore?q=mariners+vs+dodgers&geo=US",
"searchUrl": "https://www.google.com/search?q=mariners%20vs%20dodgers",
"scrapedAt": "2026-07-29T14:01:01+00:00"
}

Data fields

FieldDescription
queryThe trending search term.
normalizedQueryGoogle's canonical form of the term.
geoCountry the trend belongs to.
startedAtUTC timestamp when the term started trending.
searchVolumeApproximate number of searches, as reported by Google.
increasePercentageReported percentage increase in searches.
categoryIdsNumeric category identifiers.
categoriesHuman-readable category names.
relatedQueriesOther searches rising alongside this one.
newsArticleCountHow many news articles Google associates with the trend.
trendsUrlLink to the term on Google Trends.
searchUrlLink to the Google results page for the term.
scrapedAtUTC timestamp of the run.

Available categories

Autos and Vehicles · Beauty and Fashion · Business and Finance · Entertainment · Food and Drink · Games · Health · Hobbies and Leisure · Jobs and Education · Law and Government · Other · Pets and Animals · Politics · Science · Shopping · Sports · Technology · Travel and Transportation · Climate

$3.00 per 1,000 trends, plus $0.01 per run to start. Platform usage is included in that price — you are not billed separately for compute.

A run pulling 100 trends costs about $0.31. A daily schedule at that size lands near $9 a month.

Because the Actor makes one lightweight HTTP request instead of driving a browser, it finishes in about five seconds and runs on 256 MB of memory, so there is no hidden compute cost inflating your bill.

To spend less, use maxItems to cap results, minSearchVolume to keep only the significant movers, or categoryIds to narrow the feed to what you actually track — you are only charged for the trends you receive.

Tips

  • Shorter windows are sharper. 4 hours surfaces what is breaking right now; 168 gives you the week's landscape.
  • Volume is bucketed. Google reports approximate figures such as 20,000, 100,000 or 200,000 — treat them as tiers, not exact counts.
  • Compare countries. Run one schedule per market and see which trends cross borders.
  • Sort by recency when you care about catching a trend early rather than a big one late.

FAQ

Does it need a proxy? No. The Actor uses a single lightweight request that works without proxies, which is why it is fast and cheap to run.

Which countries are supported? Any country that appears on trends.google.com/trending. If a country code returns nothing, the run says so explicitly instead of failing silently.

Does it return interest over time for a specific keyword? Not yet — this Actor covers the Trending Now feed. Keyword time series is tracked as a separate feature.

Is scraping Google Trends legal? The Actor only reads publicly available data that Google publishes without a login, and it collects no personal data. As with any scraping, you remain responsible for how you use the data, including compliance with applicable law and the source's terms.

Feedback and support

Found a bug, or need a field that is not there yet? Open an issue on the Issues tab of this Actor. Feature requests are welcome and get prioritised by how many people ask for them.