Google Trends/keywords APi
Scrape live Google Trends data without needing an official API key. Supports keyword popularity over time, geographic breakdowns, related searches, viral trending topics, and autocomplete — with filters for country, time range, content category, and Google property (web, YouTube, news, images, shopping).
Google Trends/keywords APi endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
searchKeywordPopularityCategoryFilter /api/googletrends/interest |
Example: Bitcoin interest filtered to Finance category only. |
| GET |
autocompleteTopicSuggestions /api/googletrends/suggestions |
Get topic suggestions/autocomplete. Useful for finding exact topic MIDs for more precise queries. |
| GET |
relatedSearchQueries /api/googletrends/related-queries |
Get related queries split into 'top' (highest volume) and 'rising' (fastest growing %). |
| GET |
referenceProperties /api/googletrends/reference/properties |
List all 5 search property filters (web, youtube, news, images, froogle). |
| GET |
referenceTimeframes /api/googletrends/reference/timeframes |
List all 9 available time range options and their internal values. |
| GET |
relatedTopicsEntities /api/googletrends/related-topics |
Get related topics (entities/subjects). Returns 'top' and 'rising' lists. |
| GET |
healthCheck /api/googletrends/health |
Service health check. Returns { status: ok, service: googletrends }. |
| GET |
referenceCategories /api/googletrends/reference/categories |
List all 26 available category filter keys and their Google Trends IDs. |
| GET |
trendingDaily /api/googletrends/trending/daily |
Get daily trending searches with traffic volume and related news articles. |
| GET |
keywordPopularityByUsState /api/googletrends/regions |
Example: Python interest broken down by US state. |
| GET |
trendingNow /api/googletrends/trending/now |
Get what's trending right now in a country. Returns viral searches with traffic estimates and related news articles. |
Google Trends/keywords APi pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $3.99 / month | 8 / minute |
|
| ULTRA Recommended | $13.99 / month | 15 / minute |
|
| MEGA | $59.99 / month | 15 / second |
|