Eventbrite Search Scraper avatar

Eventbrite Search Scraper

Try for free

3 days trial then $10.00/month - No credit card required now

View all Actors
Eventbrite Search Scraper

Eventbrite Search Scraper

nightlytraffic/eventbrite-search
Try for free

3 days trial then $10.00/month - No credit card required now

Scrape Eventbrite search and discovery pages

This actor scrapes basic event information from Eventbrite search or discovery pages. It extracts key details for each event listed on the page, providing a quick overview of events matching your search criteria. You can use this in combination with eventbrite's event details API or other actors to get more detailed information about each event.

Features

  • Scrapes basic event information from Eventbrite search results
  • Works with any Eventbrite search or discovery page
  • Extracts essential details like event ID, title, URL, price status, location, and more
  • Provides data that can be used for further processing or analysis

Input Parameters

  • startUrls: Array of Eventbrite search or discovery page URLs to scrape
    • Example: https://www.eventbrite.com/d/united-states/events/

Output

The actor produces a dataset with the following fields for each event:

  • eventId: Unique identifier for the event
  • eventUrl: Direct link to the event page
  • paidStatus: Indicates if the event is free or paid
  • location: City and state of the event
  • category: Event category (if available)
  • eventTitle: Title of the event
  • urgency_signal: Any urgency message (e.g., "Sales end soon")
  • source: Always "eventbrite"

Sample Output

1[
2  {
3    "eventId": "979705494507",
4    "eventUrl": "https://www.eventbrite.com/e/ratio-dallas-edition-tickets-979705494507?aff=ebdssbcategorybrowse",
5    "paidStatus": "free",
6    "location": "Dallas, TX",
7    "category": "",
8    "eventTitle": "RATIO: DALLAS EDITION",
9    "urgency_signal": "",
10    "source": "eventbrite"
11  },
12  {
13    "eventId": "998800779017",
14    "eventUrl": "https://www.eventbrite.com/e/night-swim-pocos-locos-waterproof-pool-party-tickets-998800779017?aff=ebdssbcategorybrowse",
15    "paidStatus": "paid",
16    "location": "Dallas, TX",
17    "category": "music",
18    "eventTitle": "Night Swim Pocos Locos Waterproof Pool Party",
19    "urgency_signal": "Sales end soon",
20    "source": "eventbrite"
21  }
22]
Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 0 stars
  • 100.0% runs succeeded
  • Created in Aug 2024
  • Modified 4 days ago