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:21.643575+00:00",
"engine": "google",
"google_url": "https://play.google.com/store/search?q=best%20coffee%20makers&c=movies&hl=en&gl=us"
},
"search_parameters": {
"engine": "google_play",
"q": "best coffee makers",
"store": "movies",
"page": 1,
"gl": "us",
"hl": "en"
},
"query": "best coffee makers",
"page": 1,
"results": [
]
}
GET
/v1/data/google/play/movies1 credit / run VerifiedPlay Movies Search
Search Google Play Movies and TV by keyword.
Handled for you:Rate Limitrecaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search keywords. |
| Advanced filters | |||
| page | integer | no | Page number. (default: 1) |
| gl | string | no | Country, e.g. us. |
| hl | string | no | Language, e.g. en. |