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:23:55.949720+00:00",
"engine": "google",
"google_url": "https://www.google.com/search?q=best+coffee+makers&udm=39&gl=us&hl=en"
},
"search_parameters": {
"engine": "google",
"q": "best coffee makers",
"google_domain": "google.com",
"gl": "us",
"hl": "en",
"device": "desktop",
"udm": 39,
"start": 0,
"page": 1,
"location": "Richmond, VA"
},
"short_videos": [
],
"pagination": {
"current": 1,
"next": null
}
}
GET
/v1/data/google/short_videos1 credit / run VerifiedShort Videos
Short-form video results for a query (title, source, channel, views, duration).
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. Encoded to uule. |
| uule | string | no | Pre-encoded Google location (uule). Overrides location. |
| lr | string | no | Language restrict, e.g. lang_en. |
| tbs | string | no | Advanced filters 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. |
| device | string | no | Device to emulate: desktop, mobile, or tablet. (default: desktop) |
| start | integer | no | Result offset for pagination. (default: 0) |
| page | integer | no | Page number. (default: 1) |