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:57.805606+00:00",
"engine": "google",
"google_url": "https://www.google.com/search?q=best+coffee+makers&gl=us&hl=en&num=10"
},
"search_parameters": {
"engine": "google",
"q": "best coffee makers",
"gl": "us",
"hl": "en",
"google_domain": "google.com",
"device": "desktop",
"num": 10,
"page": 1,
"location": "Richmond, VA"
},
"search_information": {
"query_displayed": "best coffee makers"
},
"organic_results": [
],
"pagination": {
"current": 1,
"next": null
}
}
GET/v1/data/google/search1 credit / run Verified

Web Search

Web SERP with organic results.

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, e.g. 'Austin, Texas'. Encoded to uule.
uulestringnoPre-encoded Google location (uule). Overrides location.
lrstringnoLanguage restrict, e.g. lang_en. Limits results to given languages.
crstringnoCountry restrict, e.g. countryUS. Limits results to given countries.
tbsstringnoAdvanced filters (time range, verbatim), passed straight to Google.
safestringnoSafe search: active or off.
nfprintegerno1 to disable auto-correction of the spelling.
filterintegerno1 (default) enables 'Similar/Omitted' filters, 0 disables them.
numintegernoNumber of results to return (max 100). (default: 10)
devicestringnoDevice to emulate: desktop, mobile, or tablet. (default: desktop)
pageintegernoPage number (each page is `num` results). (default: 1)
outputstringnoResponse format: json (default), html (raw page), or md (markdown for LLMs). (default: json)
json_restrictorstringnoComma-separated fields to keep in the response, e.g. 'organic_results,pagination'.