Google Trends API

Programmatic Access to Google Trends Data

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.

3
Endpoints
Real-time
Data
$0.20
Per 1k requests

What you can build

Structured data for real applications. Here are some ideas.

Keyword Research & SEO

Analyze search interest trends for keywords over time. Identify seasonal patterns, rising queries, and trending topics to inform your SEO and content strategy.

Market Trend Analysis

Track consumer interest in products, brands, and categories over time. Identify emerging markets, declining sectors, and seasonal demand patterns for business planning.

Content Planning & Editorial

Discover trending topics and rising search queries to plan editorial calendars, blog content, and social media campaigns that align with current public interest.

Academic & Social Research

Study public interest patterns, cultural trends, and information-seeking behavior using Google search data as a proxy for real-world attention and demand.

Try it now

One API call. Structured JSON response.

Request

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"

Response

{
  "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}
  ]
}

Scrappa vs Google Trends (no official API)

See how Scrappa compares to the official API.

API available
Scrappa:
Google Trends (no official API): No public API
Programmatic access
Scrappa: REST API
Google Trends (no official API): Manual/pytrends (unofficial)
Interest over time
Scrappa:
Google Trends (no official API): Manual export only
Related queries
Scrappa:
Google Trends (no official API): Manual export only
Rate limits
Scrappa: Generous
Google Trends (no official API): Aggressive blocking
Structured JSON
Scrappa:
Google Trends (no official API): CSV export
Authentication
Scrappa: API key
Google Trends (no official API): N/A
Free tier
Scrappa: 500 credits/month
Google Trends (no official API): Free (manual)

Key features

Interest over time data with geographic filtering
Related queries with rising and top classifications
Trending search autocomplete suggestions
Custom date range and region support
Comparison of multiple keywords
Structured JSON output ready for charting
No official Google Trends API exists — Scrappa fills the gap

Frequently asked questions

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.

Start using the Google Trends API

Sign up and get 500 free credits. No credit card required.