VOOZH about

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

⇱ 🎟️ Google Events Scraper Β· Apify


πŸ‘ 🎟️ Google Events Scraper avatar

🎟️ Google Events Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store

🎟️ Google Events Scraper

🎟️ Google Events Scraper extracts event listings from Googleβ€”dates, locations, titles & detailsβ€”fast and accurate. πŸš€ Perfect for lead gen, market research, and building event databases. πŸ“Š Save time, scale up.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Scraper Engine

Scraper Engine

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

scrapier/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.

🎟️ 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 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

automation-lab/google-events-scraper

πŸ“… Extract Google Events search results into structured event records with titles, dates, venues, locations, source links, and ticket URLs.

πŸ‘ User avatar

Stas Persiianenko

2

Facebook Events Scraper

scrapier/facebook-events-scraper

Scrape public Facebook events with the Facebook Events Scraper. Extract event names, dates, times, locations, descriptions, attendees, and host info. Ideal for event tracking, market research, and engagement analysis. Fast, accurate, and scalable for single or multiple events.

Google Events Scraper

codingfrontend/google-events-scraper

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

πŸ‘ User avatar

Coding Frontned

18

Google Events Scraper

searchapi/google-events-scraper

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

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.

Facebook Events Scraper

simpleapi/facebook-events-scraper

Facebook Events Scraper extracts event details from Facebook, including titles, dates, locations, hosts, descriptions, attendee counts, and images. Ideal for event research, market analysis, trend tracking, and automating structured Facebook event data collection at scale.