Eventbrite Search Scraper
3 days trial then $10.00/month - No credit card required now
Eventbrite Search Scraper
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/
- Example:
Output
The actor produces a dataset with the following fields for each event:
eventId
: Unique identifier for the eventeventUrl
: Direct link to the event pagepaidStatus
: Indicates if the event is free or paidlocation
: City and state of the eventcategory
: Event category (if available)eventTitle
: Title of the eventurgency_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]
Actor Metrics
2 monthly users
-
0 No stars yet
>99% runs succeeded
Created in Aug 2024
Modified 2 months ago