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: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 VerifiedWeb Search
Web SERP with organic results.
Handled for you:Rate Limitrecaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search query (parameter q). |
| Advanced filters | |||
| gl | string | no | Two-letter country code for the search origin, e.g. us, gb, de. (default: us) |
| hl | string | no | Two-letter UI language code, e.g. en, es, fr. (default: en) |
| google_domain | string | no | Google domain to use, e.g. google.com, google.co.uk, google.de. (default: google.com) |
| location | string | no | Location to search from as free text, e.g. 'Austin, Texas'. Encoded to uule. |
| uule | string | no | Pre-encoded Google location (uule). Overrides location. |
| lr | string | no | Language restrict, e.g. lang_en. Limits results to given languages. |
| cr | string | no | Country restrict, e.g. countryUS. Limits results to given countries. |
| tbs | string | no | Advanced filters (time range, verbatim), passed straight to Google. |
| safe | string | no | Safe search: active or off. |
| nfpr | integer | no | 1 to disable auto-correction of the spelling. |
| filter | integer | no | 1 (default) enables 'Similar/Omitted' filters, 0 disables them. |
| num | integer | no | Number of results to return (max 100). (default: 10) |
| device | string | no | Device to emulate: desktop, mobile, or tablet. (default: desktop) |
| page | integer | no | Page number (each page is `num` results). (default: 1) |
| output | string | no | Response format: json (default), html (raw page), or md (markdown for LLMs). (default: json) |
| json_restrictor | string | no | Comma-separated fields to keep in the response, e.g. 'organic_results,pagination'. |