Skip to content
All sites
Data API

Google Data API

Search, news, patents and trends data from Google.

58endpointsRate Limit · recaptcha handled for you
google.comGET/google/adsGET/google/ads/tr…GET/google/ai-mod…{ } JSON
Example (captured live)
google.com
Example
JSON 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 Verified

Trends

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
NameTypeReqDescription
Advanced filters
data_typestringnoWhat to pull. (default: interest_over_time)
querystringnoSearch term (required for data_type=interest_over_time).
glstringnoGeo (country code, e.g. US, GB, DE). (default: US)
timeframestringnoRange for interest_over_time, e.g. 'today 12-m', 'today 5-y', 'now 7-d'. (default: today 12-m)