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:20:06.810154+00:00",
"engine": "google",
"google_url": "https://www.google.com/search?q=best+coffee+makers&udm=18&gl=us&hl=en&uule=w%2BCAIQICIDFJpY2htb25kLCBWQQ%3D%3D"
},
"search_parameters": {
"engine": "google",
"q": "best coffee makers",
"udm": 18,
"gl": "us",
"hl": "en",
"google_domain": "google.com",
"device": "desktop",
"page": 1,
"location": "Richmond, VA",
"start": 0
},
"search_information": {
"query_displayed": "best coffee makers"
},
"organic_results": [
],
"pagination": {
"current": 1,
"next": null
}
}
GET/v1/data/google/forums1 credit / run Verified

Forums

Forum and discussion threads for a query (Reddit, Quora, and similar).

Handled for you:Rate Limitrecaptcha
Parameters
NameTypeReqDescription
querystringyesSearch query (parameter q).
Advanced filters
glstringnoTwo-letter country code for the search origin, e.g. us, gb, de. (default: us)
hlstringnoTwo-letter UI language code, e.g. en, es, fr. (default: en)
google_domainstringnoGoogle domain to use, e.g. google.com, google.co.uk, google.de. (default: google.com)
locationstringnoLocation to search from as free text. Encoded to uule.
uulestringnoPre-encoded Google location (uule). Overrides location.
period_unitstringnoTime period unit for a recency filter: s, n, h, d, w, m, or y.
period_valueintegernoNumeric value paired with period_unit.
start_datestringnoStart date for a custom range, YYYYMMDD.
end_datestringnoEnd date for a custom range, YYYYMMDD.
tbsstringnoAdvanced filters passed straight to Google.
nfprintegerno1 to disable auto-correction of the spelling.
filterintegerno1 (default) enables Similar/Omitted filters, 0 disables.
devicestringnoDevice to emulate: desktop, mobile, or tablet. (default: desktop)
startintegernoResult offset for pagination. (default: 0)
pageintegernoPage number. (default: 1)