Google Trends avatar

Google Trends

Pricing

from $20.00 / 1,000 successful api calls

Go to Apify Store
Google Trends

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

Alex Jordan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

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.

  • 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
  1. Click Try for free on this Actor's page
  2. Enter a keyword (e.g. artificial intelligence)
  3. Optionally set geo (country code like US) and timeframe
  4. Click Start and wait a few seconds
  5. Download your results from the Output tab in JSON, CSV, or Excel

Input

FieldTypeRequiredDescription
keywordstringKeyword to fetch trend data for
geostringCountry code (e.g. US, GB); omit for worldwide
timeframestringTime range (e.g. today 12-m, today 5-y); default today 12-m
cachebooleanUse 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

FieldTypeDescription
interestOverTimearrayWeekly interest score (0–100) with date
relatedQueries.toparrayTop related search queries
relatedQueries.risingarrayFastest growing related queries
relatedTopics.toparrayTop related topics
relatedTopics.risingarrayFastest 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.