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:00.145385+00:00",
"engine": "google",
"google_url": "https://www.google.com/search?q=best+coffee+makers&gl=us&hl=en&ibp=htl;events"
},
"search_parameters": {
"engine": "google_events",
"q": "best coffee makers",
"google_domain": "google.com",
"gl": "us",
"hl": "en",
"device": "desktop",
"location": "Richmond, VA"
},
"events_results": [
],
"pagination": {
"current": 1
}
}
GET
/v1/data/google/events1 credit / run VerifiedEvents
Google events results for a query: title, date, venue address, ticket links and thumbnail.
Handled for you:Rate Limitrecaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Events query, e.g. 'concerts in austin' or 'events near me'. |
| Advanced filters | |||
| location | string | no | Free-text location to search from, e.g. 'Austin, TX'. |
| htichips | string | no | Filter chips, e.g. 'date:week' or 'event_type:Virtual-Event'. |
| 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) |
| page | integer | no | Page number (10 per page). (default: 1) |