All sites
Data API
Google Data API
Search, news, patents and trends data from Google.
58endpointsRate Limit · recaptcha handled for you
Example (captured live)
google.com
ExampleJSON responseclick the page to trace a field
{
"search_metadata": {
"status": "Success",
"created_at": "2026-08-18T09:24:05.323848+00:00",
"engine": "google",
"google_url": "https://trends.google.com/trends/explore?q=best%20coffee%20makers&geo=US&date=today%2012-m"
},
"search_parameters": {
"engine": "google_trends",
"data_type": "interest_over_time",
"q": "best coffee makers",
"geo": "US",
"date": "today 12-m"
},
"interest_over_time": {
"timeline_data": [
],
"averages": [
]
},
"related_queries": {
"top": [
],
"rising": [
]
},
"related_topics": {
"top": [
],
"rising": [
]
}
}
GET
/v1/data/google/trends/search1 credit / run VerifiedTrends
Google Trends. data_type=interest_over_time (default) returns the interest series plus related queries & topics for `query`; data_type=trending_now returns the current daily trending searches for a locale (no query needed).
Handled for you:Rate Limitrecaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| Advanced filters | |||
| data_type | string | no | What to pull. (default: interest_over_time) |
| query | string | no | Search term (required for data_type=interest_over_time). |
| gl | string | no | Geo (country code, e.g. US, GB, DE). (default: US) |
| timeframe | string | no | Range for interest_over_time, e.g. 'today 12-m', 'today 5-y', 'now 7-d'. (default: today 12-m) |