Google Trends
Pricing
from $20.00 / 1,000 successful api calls
Google Trends
Get Google Trends data for a keyword: interest over time, related & rising queries.
Pricing
from $20.00 / 1,000 successful api calls
Rating
0.0
(0)
Developer
Alex Jordan
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
What does Google Trends do?
Google Trends fetches real-time trend data for any keyword — interest over time (weekly scores 0–100), related queries, rising queries, and related topics — giving you the full picture of search demand dynamics for any term in any country and time range.
Built on the Apify platform, results are returned in seconds and integrate with Apify's scheduling, webhooks, and 1,500+ tools.
Why use Google Trends?
- Content strategy — Identify trending topics before they peak to publish at the right time
- Keyword research — Compare seasonal demand across keywords to prioritise SEO effort
- Market research — Understand rising interest in products, companies, or industries
- Competitive intelligence — Track brand search interest vs competitors over time
- Demand forecasting — Spot early signals of rising or declining product demand for business planning
How to use Google Trends
- Click Try for free on this Actor's page
- Enter a keyword (e.g.
artificial intelligence) - Optionally set geo (country code like
US) and timeframe - Click Start and wait a few seconds
- Download your results from the Output tab in JSON, CSV, or Excel
Input
| Field | Type | Required | Description |
|---|---|---|---|
keyword | string | ✅ | Keyword to fetch trend data for |
geo | string | ❌ | Country code (e.g. US, GB); omit for worldwide |
timeframe | string | ❌ | Time range (e.g. today 12-m, today 5-y); default today 12-m |
cache | boolean | ❌ | Use cached result if available (default true) |
Example input:
{"keyword": "artificial intelligence","geo": "US","timeframe": "today 12-m"}
Output
Example output:
{"interestOverTime": [{ "date": "2025-05-11", "value": 87 },{ "date": "2025-05-18", "value": 92 }],"relatedQueries": {"top": [{ "query": "AI tools", "value": 100 }],"rising": [{ "query": "AI agents 2026", "value": "+2500%" }]},"relatedTopics": {"top": [ { "topic": "Machine learning", "value": 100 } ],"rising": [ { "topic": "Large language model", "value": "+900%" } ]},"meta": { "cache_hit": false, "execution_time_ms": 1400 }}
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.
Data fields
| Field | Type | Description |
|---|---|---|
interestOverTime | array | Weekly interest score (0–100) with date |
relatedQueries.top | array | Top related search queries |
relatedQueries.rising | array | Fastest growing related queries |
relatedTopics.top | array | Top related topics |
relatedTopics.rising | array | Fastest rising related topics |
Pricing / Cost estimation
$0.02 per successful API call on Apify.
- 1,000 successful Apify runs = $20.00
FAQ & Support
Is this legal? Google Trends data is publicly available and designed for open access — no login required to view trend data.
Known limitations: Very niche or low-volume keywords may return no interestOverTime data. Data is aggregated and normalised (0–100 scale), not absolute search volumes.
Need help? Open an issue in the Issues tab or contact the support team for custom solutions.