Google Trends Keywords Discovery Tool avatar

Google Trends Keywords Discovery Tool

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Google Trends Keywords Discovery Tool

Google Trends Keywords Discovery Tool

Unlock powerful insights from Google Trends with real-time data extraction. Get comprehensive trending topics, rising queries, and search interest patterns across regions. Perfect for market research, content strategy, and trend analysis.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

10 days ago

Last modified

Categories

Share

Discover public topic suggestions from the Google Trends autocomplete endpoint. The Actor accepts one seed or a small batch, optionally expands each seed with the letters a–z, deduplicates topics, and saves a bounded dataset with source evidence.

Input

FieldTypeDefaultDescription
keywordstringUI prefillOne seed, 1–200 characters.
keywordsstring arrayOptional batch of up to five unique seeds; overrides keyword when populated.
countrystringUSTwo-letter Google Trends country code.
languagestringen-USResult language tag such as en-US, en-GB, or de.
expandAlphabetbooleanfalseQuery the seed plus a–z suffixes until the result cap is reached.
maxKeywordsinteger50Maximum number of unique topics to save, from 1 to 100.

At least one non-empty keyword or keywords value is required.

Output

Rows include the published topic title, normalized title, topic type, Google MID when present, a Google Trends Explore URL, seed and source query, country/language, exact autocomplete API URL, HTTP status, request attempt, extraction method, and timestamps.

{
"position": 1,
"topicTitle": "Artificial intelligence",
"normalizedTitle": "artificial intelligence",
"topicType": "Professional field",
"mid": "/m/0mkz",
"searchUrl": "https://trends.google.com/trends/explore?q=Artificial+intelligence&geo=US",
"source": "artificial intelligence",
"seedKeyword": "artificial intelligence",
"country": "US",
"language": "en-US",
"sourceDomain": "trends.google.com",
"httpStatus": 200,
"extractionMethod": "google-trends-autocomplete-api"
}

Limits and semantics

  • This Actor returns autocomplete topics, not time-series interest, rising-query metrics, or a full Trends analytics export.
  • maxKeywords is a cap; Google can publish fewer matching topics.
  • Each request has a 15-second timeout and at most three attempts. A run with no complete rows fails explicitly.
  • Google controls endpoint availability and response structure, so results can change between runs.