Google Trends API
The Google Trends API provides a programmatic interface to access trending search topics from Google Trends. This RESTful API enables users to retrieve daily or top trending keywords across different countries, along with associated metadata such as trending news articles and historical time series data showing the popularity trends of each topic over time. It is particularly useful for media,…
Google Trends API endpoints
| Method | Endpoint | Description |
|---|---|---|
| trends | ||
| GET |
TrendsDaily /api/v3/trends |
Returns a list of daily trending search topics provided by Google Trends. |
| GET |
TrendsTop /api/v3/trends/top |
Returns the top trending topics from Google Trends main page, including news and time series data. |
| GET |
TrendsNow /api/v3/trends/nows |
The top trending topics from Google Trends 'Trending Now' page, including keywords and search volume. |
| Other endpoints | ||
| GET |
/trends /trends |
Get trends |
Google Trends API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | 10 / second |
|
| ULTRA | $50 / month | — |
|