VOOZH about

URL: https://apify.com/scrapier/google-events-scraper

⇱ 🎟️ Google Events Scraper Β· Apify


πŸ‘ 🎟️ Google Events Scraper avatar

🎟️ Google Events Scraper

Pricing

from $5.99 / 1,000 results

Go to Apify Store

🎟️ Google Events Scraper

🎟️ Google Events Scraper extracts event details from Google Eventsβ€”titles, dates, locations & links. ⚑ Fast, reliable automation for market research, lead gen & event discovery. 🧠 Perfect for data-driven teams.

Pricing

from $5.99 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Scrapier

Scrapier

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Turn Google Events into clean, structured JSON. This Actor searches Google's Events vertical and returns rich event data β€” concerts, festivals, conferences, sports, theater and virtual events β€” complete with dates, full date/time ranges, venue names & addresses, venue ratings & review counts, map previews & map links, and outbound ticket links (Ticketmaster, Eventbrite, Spotify, AXS, SeatGeek and more).

No public Google Events API exists β€” this Actor talks to the same endpoint the Google app uses, so it's fast, lightweight and future-proof.


✨ Why Choose Us?

  • πŸ”Ž Bulk queries β€” scrape many searches in one run, not just one.
  • πŸ›‘οΈ Smart proxy ladder β€” starts direct (cheap & fast) and only escalates to datacenter β†’ residential when Google pushes back, then sticks with what works.
  • πŸ’Ύ Live saving β€” every page is written to your dataset the moment it's scraped. A crash never loses collected data.
  • 🧱 Resilient parsing β€” graceful per-field fallbacks survive Google's CSS rotations.
  • 🌍 Localized β€” country (gl) + language (hl) + location bias.
  • 🎚️ Date & type filters β€” today, this weekend, next month, virtual-only, and more.
  • πŸ“Š Per-section output β€” each dataset row is one page of results with its own metadata.

πŸš€ Key Features

FeatureDetails
Event detailsTitle, description, start date, full when-range, relative date
VenueName, address lines, rating, review count, Google Maps link
MediaMap preview tile image + event image
Ticket linksFirst genuine outbound ticket/info link, redirect-unwrapped
PaginationUp to N pages per query (10 events/page), or unlimited
Localizationgl country, hl language, location bias
FiltersGoogle hit-chips folded into the query as natural language
ProxyDirect β†’ Datacenter β†’ Residential automatic fallback

πŸ“₯ Input

FieldTypeDescription
searchQueriesarrayπŸ”Ž Bulk list of Google Events searches.
qstringπŸ” Optional single query (merged with the list).
locationstringπŸ“ Location bias, e.g. "South Bend, Indiana".
glstring🌍 Country code (ISO 3166-1 alpha-2).
hlstringπŸ—£οΈ Language code (ISO 639-1).
advancedstring🎚️ Hit-chip filters (see below).
maxPagesintegerπŸ“„ Pages per query (0 = unlimited). Default 3.
proxyConfigurationobjectπŸ›‘οΈ Proxy settings (default: no proxy).

Allowed advanced tokens (single or comma-separated): date:today, date:tomorrow, date:week, date:weekend, date:next_week, date:month, date:next_month, event_type:Virtual-Event.

Example input

{
"searchQueries":["events in South Bend Indiana"],
"location":"South Bend, Indiana",
"gl":"us",
"hl":"en",
"advanced":"date:today",
"maxPages":3,
"proxyConfiguration":{"useApifyProxy":false}
}

πŸ“€ Output

Each dataset item is one page (section) of results:

{
"query":"events in South Bend Indiana",
"search_parameters":{
"q":"events in South Bend Indiana",
"location":"South Bend, Indiana",
"gl":"us",
"hl":"en",
"advanced":"date:today",
"max_pages":3,
"applied_hit_chips":["date:today"]
},
"search_metadata":{
"total_results":9,
"events_count":9,
"pages_processed":1,
"max_pages_set":3,
"pagination_limit_reached":false
},
"search_timestamp":"2026-06-07T12:37:26.639434+00:00",
"page_number":1,
"events":[
{
"title":"Full Metal Sunday - Killswitch Engage with Machine Head and Havok",
"date":{
"start_date":"Jun 7",
"when":"Sun, Jun 7, 5:00 – 6:30 PM",
"description":"Tomorrow",
"venue":{"name":"Four Winds Field at Coveleski Stadium","rating":4.7,"reviews":2756,"link":"https://www.google.com/maps/place/..."}
},
"address":["Four Winds Field at Coveleski Stadium","501 W South St, South Bend, IN"],
"link":"https://open.spotify.com/concert/45ww5UaMfcSXvVE1wgXG79",
"event_location_map":{"image":"https://www.google.com/maps/vt/data=...","link":"https://www.google.com/maps/place/...","venue":{"...":"..."}},
"description":"Find tickets for Iron Reagan at Four Winds Field ...",
"image":"https://www.google.com/maps/vt/data=...",
"venue":{"name":"Four Winds Field at Coveleski Stadium","rating":4.7,"reviews":2756,"link":"https://www.google.com/maps/place/..."}
}
],
"hit_chips":[],
"filters":[]
}

πŸš€ How to Use (Apify Console)

  1. Log in at console.apify.com β†’ Actors.
  2. Open 🎟️ Google Events Scraper.
  3. Enter your search queries, optional location / country / language / filters.
  4. Click Start.
  5. Watch the live logs as events stream in. 🎟️
  6. Open the Output / Storage tab when the run finishes.
  7. Export to JSON / CSV / XLSX.

πŸ€– Use via API

curl-X POST "https://api.apify.com/v2/acts/<ACTOR_ID>/run-sync-get-dataset-items?token=$APIFY_TOKEN"\
-H"Content-Type: application/json"\
-d'{"searchQueries":["concerts in New York"],"gl":"us","hl":"en","maxPages":2}'

🎯 Best Use Cases

  • πŸ€– AI agents & copilots discovering local events for users.
  • 🎫 Ticket-finding and price-comparison tools.
  • πŸ“ˆ Market research & trend analysis across cities.
  • πŸ“° Local-events SEO content and roundups.
  • πŸ’» Virtual-event discovery (event_type:Virtual-Event).

πŸ’΅ Pricing

This Actor uses the Pay-per-event model. The primary billable event is row_result β€” charged once for every result page pushed to the dataset (each page holds up to ~10 events). Set maxPages to cap your spend. Runs that aren't monetized simply skip charging.


❓ FAQ

Does it need a proxy? No. It connects directly by default and only escalates to a datacenter, then residential proxy if Google blocks a request.

Why is the event image sometimes a map tile? Google loads the hero photo with JavaScript after page render, so it isn't in the static HTML. When absent, the Actor falls back to the venue's map preview tile β€” exactly what Google itself does.

Can I filter by date? Yes β€” use advanced (e.g. date:weekend, date:next_month).

Can I scrape many cities at once? Yes β€” add multiple searchQueries.


πŸ›Ÿ Support & Feedback

Found an issue or want a new field? Open an issue on the Actor's page β€” feedback is welcome and acted on.

Data is collected only from publicly available Google search results. You are responsible for compliant use (target ToS, GDPR/CCPA, etc.).

You might also like

🎟️ Google Events Scraper

api-empire/google-events-scraper

🎟️ Google Events Scraper automates discovery of Google Events dataβ€”dates, locations, titles & moreβ€”at scale. πŸš€ Perfect for event marketing, leads, analytics & competitive research. ⚑ Fast, reliable, and scraper-ready.

🎟️ Google Events Scraper

simpleapi/google-events-scraper

🎟️ Google Events Scraper automatically extracts event details from Googleβ€”dates, locations, descriptions & more. πŸš€ Fast, reliable data for market research, lead gen & ticketing intelligence. βœ… SEO-friendly & easy to use!

🎟️ Google Events Scraper

scrapio/google-events-scraper

🎟️ Google Events Scraper extracts event details from Google Eventsβ€”dates, locations, categories & more. πŸš€ Fast, reliable data for marketing, lead gen, research & analytics.

Google Events | Scrape Google Events for AI Agents

johnvc/google-events-api---access-google-events-data

Google Events API for Claude, ChatGPT, Cursor & other MCP-ready AI agents. Scrape Google Events search results β€” concerts, conferences, festivals, sports, theater, virtual events β€” with dates, venues, ticket links & locations. Filter by date, event type, country, language. Pay per page.

Eventbrite Event Scraper

parseforge/eventbrite-scraper

Extract comprehensive event data from Eventbrite including dates, venues, pricing, organizers, categories, and more. Supports search filters by city, category, date, format, price, and online events. Perfect for market research, competitive analysis, and event discovery. No auth/cookie required.

217

5.0

(2)

Ticketmaster Events & Tickets Scraper

parseforge/ticketmaster-scraper

Extract event data from Ticketmaster including concerts, sports, theater, and family events. Get event details, venue info, pricing, dates, images, and availability. Supports search by query, category, location, and date range. Perfect for event monitoring, price tracking, and venue analysis.

59

5.0

(2)

Facebook Events Scraper

scraper-engine/facebook-events-scraper

Scrape Facebook events effortlessly using this Apify actor. It collects event titles, dates, venues, organizers, and links from Facebook pages or search results. Ideal for market research, event aggregation, or trend analysis with structured, exportable data in JSON, CSV, or Excel formats.

πŸ‘ User avatar

Scraper Engine

107

5.0

(1)

Resident Advisor Scraper β€” Events, Lineups & Promoters

logiover/resident-advisor-scraper

RA.co events scraper & API alternative: export Resident Advisor DJ lineups, venues, promoters & dates to CSV/JSON. Scrape ra.co without login or API key.

4

5.0

(1)

StubHub Event Scraper: Tickets & Venues Data

parseforge/stubhub-scraper

Extract event listings from StubHub including concerts, sports, theater shows. Get real-time data on event names, dates, venues, pricing, and locations. Supports search queries, geography filters, categories, and performers. Perfect for market research, competitive analysis, and event discovery.

92

5.0

(2)

Posh.vip Scraper - Events, Organizers & Tickets

trev0n/posh-vip-scraper

Scrape live events, organizers, tickets, performer lineups and venue details from Posh.vip. Supports event pages, organizer/group pages, and explore (marketplace) URLs with location-based filtering.

Luma Event Scraper - lu.ma Events, Hosts & Calendars

haketa/luma-event-scraper

Luma (lu.ma) event scraper & API: discover events by city or category, scrape calendars and export name, date, venue & GPS, tickets, guest counts and host social profiles. Event discovery, sponsorship research and creator lead generation β€” fast, no login.