No Scraping Hassle
We handle the complexity of extracting data from Google Trends so you don’t have to.
Structured, categorized, and ready to use.
Get today's trending searches across 20 categories and multiple countries via a simple REST API. No scraping, no browser automation—just clean JSON with keyword, volume, growth, and ranking data.
curl --request GET \ --url "https://google-trends-trending-now-api\ .p.rapidapi.com/trending?category=sports\ &country=US" \ --header "X-RapidAPI-Key: YOUR_KEY" \ --header "X-RapidAPI-Host: google-trends\ -trending-now-api.p.rapidapi.com"
{
"trends": [
{
"keyword": "Super Bowl",
"searchVolume": "500K+",
"growth": "+350%",
"category": "sports",
"country": "US",
"rank": 1
}
],
"category": "sports",
"country": "US",
"count": 20
}We handle the complexity of extracting data from Google Trends so you don’t have to.
Filter by Sports, Technology, Entertainment, Business & Finance, Politics, and more.
Get trending data for the United States and India, with more countries coming soon.
Trends are refreshed daily and cached for fast, reliable responses.
Single GET endpoint with optional query parameters—returns clean, structured JSON.
Developed in Go and deployed on AWS for low latency and high throughput.
Discover trending topics to write about, create videos, or plan social media content.
Find high‑volume, rising search terms to target in your content strategy.
Track what consumers are searching for across industries and regions.
Stay on top of breaking stories and viral topics in real time.
Spot emerging interests and trends before they peak.
Analyze search behavior patterns across categories and countries.
Fetch today's trending searches from Google Trends with a single GET request. Filter by category and country—receive structured JSON with keyword, volume, growth, and ranking data.
/trending| Parameter | Default | Description |
|---|---|---|
category | all | Category slug (e.g., sports, technology, entertainment) |
country | US | Country code: US (United States), IN (India) |
curl --request GET \ --url "https://google-trends-trending-now\ -api.p.rapidapi.com/trending\ ?category=sports&country=US" \ --header "X-RapidAPI-Key: YOUR_KEY" \ --header "X-RapidAPI-Host: google-trends\ -trending-now-api.p.rapidapi.com"
{
"trends": [
{
"keyword": "Super Bowl",
"searchVolume": "500K+",
"growth": "+350%",
"category": "sports",
"country": "US",
"rank": 1
}
],
"category": "sports",
"country": "US",
"count": 20,
"timestamp": "2024-02-24T12:00:00Z"
}| Code | Name |
|---|---|
US | United States |
IN | India |
/trending with optional category and country parameters.Try the Google Trends API on RapidAPI or reach out for enterprise access.