Comment on page
Event Results
Scrape Google events straight from the Google Events Page.
If the
google
engine identifies events on the main Google Search Page, they will be automatically parsed and displayed in the events
array inside the response. Each event will be contained inside an object and will include the following keys:Element | Type | Description |
---|---|---|
title | String | The title of the event |
date | Object | Event dates |
start_date | String | -- The start date of the event |
when | String | -- The range when the event will take place |
address | String | An array of strings that complete the address of the event |
link | String | Link of the event |
thumbnail | String | The thumbnail of the event base64 encoded |
position | Integer | The position in the results |
get
https://serpapi.webscrapingapi.com/v1?
engine=google&api_key=<YOUR_API_KEY>&q=Events%20in%20Bucharest
Request Example That Returns Events Elements

Scrape Events on Google Search
Last modified 1yr ago