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:24:27.805813+00:00",
"engine": "google",
"google_url": "https://www.google.com/search?q=best+coffee+makers&gl=us&hl=en&start=0&num=10&tbm=vid"
},
"search_parameters": {
"engine": "google",
"q": "best coffee makers",
"google_domain": "google.com",
"gl": "us",
"hl": "en",
"device": "desktop",
"tbm": "vid",
"num": 10,
"page": 1
},
"video_results": [
],
"pagination": {
"current": 1,
"next": null
}
}
GET
/v1/data/google/videos/search1 credit / run VerifiedVideo Search
Video search across Google's video index (platform, channel, duration, date).
Handled for you:Rate Limitrecaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search query. |
| Advanced filters | |||
| gl | string | no | Two-letter country code, e.g. us, gb, de. (default: us) |
| hl | string | no | UI language, e.g. en, es, fr. (default: en) |
| tbs | string | no | Filters, e.g. dur:l (long), qdr:w (past week). |
| safe | string | no | Safe search: active or off. |
| num | integer | no | Number of results per page. (default: 10) |
| page | integer | no | Page number. (default: 1) |