Google Events API

Access live event listings from around the globe with the Google Events Scraping API.

To activate this feature, integrate the engine=google_events parameter into your request.

Google diligently catalogs events from diverse locales worldwide on its Google Events page. To harness this wealth of event data, simply engage our google_events engine and receive a curated list of happenings tailored to your query.

Google Events API Integration Examples

We will use following URL as an example for this request:

https://serp.shifter.io/v1?engine=google_events&api_key=YOUR_API_KEY&q=Events%20in%20Paris%2C%20France

Ready to Use Google Events API Scraping Scripts

curl --request GET --url "https://serp.shifter.io/v1?engine=google_events&api_key=YOUR_API_KEY&q=Events%20in%20Paris%2C%20France"

Google Events API Parameters

#1: Query Parameter

Parameter
Type
Description

q Required

string

The event that you are searching for (the query).

#2: Request Customisation Parameters

Parameter
Type
Description

device

string

The device used for your search. Can be set to desktop, mobile or tablet.

#3: Localisation Parameters

Parameter
Type
Description

google_domain

string

The Google domain that you want to use for your search.

location

string

Defines where you want the search to originate from. A list of all the geotargeting locations can be found here.

uule

string

The Google encoded location that you want to use for your search.

hl

string

The language you want to use for your Google search. List of supported languages

gl

string

The country you want to use for your Google search. List of supported countries

Response Example

Last updated

Was this helpful?