Google Events Scraper API turns a Google Events search into clean, structured JSON. Pass a query like "concerts in Austin" or "tech conferences this week" and get back event titles, dates, venues, addresses, ticket links, venue ratings, and map links. It works two ways: as a plain pay-per-page REST API for developers, and as a first-class MCP tool that Claude, ChatGPT, and Cursor can call in natural language.
You give it a search query and an optional location, country, and language. It returns one JSON item per page of results, with each event carrying its full date range, a multi-line address, ticket links from sources like Ticketmaster, Eventbrite, and Spotify, and the venue's name and rating. You can filter by date (today, this week, weekend, this month) or to virtual events only, using Google's own filter chips. Export to JSON, CSV, or Excel, or pull results over the Apify API. Pricing is pay per page, so a one-page run costs a few cents and you only pay for what you fetch.
Honest limits: you get what Google Events surfaces for a query and location, ordered by Google's default relevance rather than strict chronology. Great for broad discovery across a city; not a guaranteed-complete calendar for a single venue.
Example Tasks & Use Cases
Find concerts and festivals in Austin this weekend - weekend-filtered live music events with dates, venues, and ticket links, ready for a weekend-plans agent or a local newsletter.
Track tech conferences in San Francisco - upcoming conferences with venues and registration links for event marketers, sponsors, and sales teams.
Aggregate local sports events for a city app - one run returns a city's games with dates, venues, and ticket links as JSON, ready to drop into a listings screen.
See all runnable examples on the Google Events Scraper API page.
Works with MCP
The Actor is a first-class tool on the Apify MCP Server, so any MCP-ready AI agent can discover and call it. Wire it into Claude, ChatGPT, or Cursor and ask "find family-friendly events in Brooklyn this weekend with ticket links." The agent calls the scraper and returns structured event rows, no scraping code on your side.
Keywords & Topics
Google Events API, Google Events scraper, event data API, concerts API, conferences scraper, ticket links API, events JSON, MCP scraper, AI agent tools, event discovery.
Built with