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:53.304050+00:00",
"engine": "google",
"google_url": "https://www.google.com/search?q=best+coffee+makers&gl=us&hl=en"
},
"search_parameters": {
"engine": "google_sports",
"q": "best coffee makers",
"gl": "us",
"hl": "en",
"google_domain": "google.com"
},
"sports_results": {
}
}
GET
/v1/data/google/sports1 credit / run VerifiedSports
Live scores panel Google shows above the results for a team, league, or fixture query: the game spotlight, recent and upcoming games, and (for a league) the standings table.
Handled for you:Rate Limitrecaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Team, league, or fixture, e.g. 'real madrid', 'nba standings', 'lakers vs celtics'. |
| 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. (default: google.com) |