Google Events Scraper avatar

Google Events Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Google Events Scraper

Google Events Scraper

Scrape Google Events search results - concerts, conferences, festivals, meetups, and more from Google's event listings

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

codingfrontend

codingfrontend

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Features

  • Event Listings: Extracts comprehensive event data from Google Search event results including concerts, conferences, festivals, and meetups
  • Date & Time: Captures event dates, times, and schedules
  • Location & Venue: Extracts specific venue names, addresses, and city/area information
  • Event Descriptions: Retrieves descriptive text for each event listing
  • Source Links: Collects the source URL where tickets or event details can be found
  • Location-Based Search: Search events by location to find events in any city worldwide
  • Localization Support: Supports all Google country codes for region-specific event listings
  • Proxy Support: Built-in Apify Proxy with residential proxies for reliable data extraction

Input Parameters

ParameterTypeRequiredDefaultDescription
queryStringYes"tech conferences"Event search term (e.g., music festivals, yoga classes, marathons)
locationStringNo"New York"Location to search events in (city, state, country)
maxItemsIntegerNo50Maximum number of event results to retrieve (1–500)
glStringNo"us"Google country code for localized results
hlStringNo"en"Language code for the interface
proxyConfigurationObjectNoApify ResidentialProxy settings for the scraper

Input Schema Example

{
"query": "music festivals",
"location": "London",
"maxItems": 20,
"gl": "gb",
"hl": "en",
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Output Schema

The scraper outputs structured JSON data for each event listing found on Google Search.

Main Fields

FieldTypeDescription
positionIntegerResult position in the events list
eventNameStringName or title of the event
dateStringEvent date (e.g., "Sat, May 10")
timeStringEvent time (e.g., "7:00 PM")
locationStringCity or area of the event
venueStringSpecific venue name and address
linkStringURL to the event details or ticketing page
descriptionStringShort description of the event
sourceStringSource website for the event listing

Event Listing Example

{
"position": 1,
"eventName": "London Tech Summit 2025",
"date": "Sat, Jun 14",
"time": "9:00 AM",
"location": "London, UK",
"venue": "ExCeL London, Royal Victoria Dock, London E16 1XL",
"link": "https://www.londontechsummit.com",
"description": "The UK's largest tech conference featuring 200+ speakers, workshops, and networking sessions.",
"source": "londontechsummit.com"
}