Access Google Trends data programmatically — interest over time, related queries, and search autocomplete. Build trend analysis tools, keyword research platforms, and market intelligence dashboards without scraping the Google Trends website.
Structured data for real applications. Here are some ideas.
Analyze search interest trends for keywords over time. Identify seasonal patterns, rising queries, and trending topics to inform your SEO and content strategy.
Track consumer interest in products, brands, and categories over time. Identify emerging markets, declining sectors, and seasonal demand patterns for business planning.
Discover trending topics and rising search queries to plan editorial calendars, blog content, and social media campaigns that align with current public interest.
Study public interest patterns, cultural trends, and information-seeking behavior using Google search data as a proxy for real-world attention and demand.
Everything you need in one API.
/api/google-trends/interest
Get search interest data for keywords over a time period
/api/google-trends/related
Find related and rising search queries for any keyword
/api/google-trends/autocomplete
Get trending search suggestions for a query prefix
One API call. Structured JSON response.
curl -X GET "https://scrappa.co/api/google-trends/interest?keyword=artificial+intelligence&geo=US" \
-H "Accept: application/json" \
-H "X-API-KEY: YOUR_API_KEY"
{
"success": true,
"keyword": "artificial intelligence",
"geo": "US",
"timeline": [
{"date": "2025-01", "value": 78},
{"date": "2025-02", "value": 85},
{"date": "2025-03", "value": 92},
{"date": "2025-04", "value": 100}
]
}
See how Scrappa compares to the official API.
| Feature | Scrappa | Google Trends (no official API) |
|---|---|---|
| API available | No public API | |
| Programmatic access | REST API | Manual/pytrends (unofficial) |
| Interest over time | Manual export only | |
| Related queries | Manual export only | |
| Rate limits | Generous | Aggressive blocking |
| Structured JSON | CSV export | |
| Authentication | API key | N/A |
| Free tier | 500 credits/month | Free (manual) |
Google Trends has no official API. Developers typically use unofficial libraries like pytrends, which break frequently due to rate limiting and blocking. Scrappa provides a stable, documented REST API with reliable access to interest over time, related queries, and autocomplete data.
Yes. Unlike direct access to Google Trends (which aggressively blocks automated requests), Scrappa handles the infrastructure so you can query thousands of keywords. Build SEO dashboards, market research tools, and trend monitoring systems that run reliably.
Just a Scrappa API key. No Google account, no cookies, no browser automation. Sign up for free, get your key, and start querying trend data programmatically within minutes.
You can get interest over time (normalized 0-100 scores over a date range), related queries (both top and rising), and autocomplete suggestions. Data can be filtered by geography, time range, and category.
Yes. Every Scrappa account includes 500 free credits per month. Test all three trends endpoints — interest, related queries, and autocomplete — before committing to a paid plan.
Scrappa charges $0.20 per 1,000 requests. There are no daily caps or keyword limits. The free tier gives you 500 credits per month to get started with trend analysis.