Event Scraper — Eventbrite, Lu.ma, Partiful & Humanitix
Pricing
from $8.00 / 1,000 result processeds
Event Scraper — Eventbrite, Lu.ma, Partiful & Humanitix
Scrape events from 5 major platforms (Eventbrite, Lu.ma, Partiful, Humanitix) with 8 filter dimensions: keywords, location, date range, event type, industry, format, price, and language. Deduplicates across sources.
Pricing
from $8.00 / 1,000 result processeds
Rating
0.0
(0)
Developer
Avinash
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Multi-Source Event Scraper — Eventbrite, Luma, Partiful & Humanitix
What this actor does: Scrapes events from 4 major platforms (Eventbrite, Lu.ma, Partiful, Humanitix) in a single run. Deduplicates across sources and filters by keyword, location, date range, event type, price, and format. No API keys needed.
Features
- 4 platforms in one run: Eventbrite, Lu.ma, Partiful, and Humanitix
- Smart deduplication: Same event on multiple platforms? Counted once
- 8 filter dimensions: keywords, city/country, date range, event type, industry, format (online/in-person), price, and language
- Output fields: name, date, location, venue, organizer, ticket price, description, image URL, source
- JSON output compatible with Airtable, Notion, Make.com, and Zapier
Use Cases
- Event research: Find all conferences and workshops in your city next month
- Competitive tracking: Monitor which platforms list the same events
- Market analysis: Compare event pricing and formats across platforms
- Content curation: Build event newsletters from multiple sources
- Lead generation: Discover events in your niche for sponsorship or partnership
Input Parameters
| Parameter | Type | Description | Default |
|---|---|---|---|
sources | array | Platforms: ["eventbrite", "luma", "partiful", "humanitix"] | all 4 |
query | string | Keyword search (e.g. "AI summit", "crypto meetup") | — |
location | object | City/country filter: {"city": "Austin", "country": "US"} | — |
dateFrom | string | Start date filter (YYYY-MM-DD) | — |
dateTo | string | End date filter (YYYY-MM-DD) | — |
eventTypes | array | Filter by type: ["conference", "workshop", "hackathon"] | all |
industries | array | Industry keywords to match | — |
format | string | "online", "in-person", or "both" | "both" |
priceType | string | "free", "paid", or "both" | "both" |
language | string | ISO 639-1 code (e.g. "en") | — |
maxResults | number | Max total events across all sources | 20 |
maxResultsPerSource | number | Max events per platform | 10 |
Output Fields
| Field | Description |
|---|---|
name | Event title |
url | Event page URL |
startAt | ISO 8601 start datetime |
endDate | ISO 8601 end datetime |
description | Plain text description |
location | "City, Country" string |
venue | Object: name, address, city, country, lat, lng |
isOnline | Boolean |
format | Event format classification |
isFree | Boolean |
ticketPrice | Price string or "Free" |
organizer | Organizer name |
imageUrl | Event cover image |
source | Platform name |
scrapedAt | Scrape timestamp |
Example Input
{"sources": ["eventbrite", "luma", "partiful"],"query": "AI startup","location": { "city": "San Francisco", "country": "US" },"dateFrom": "2026-06-01","dateTo": "2026-08-31","eventTypes": ["conference", "workshop"],"priceType": "both","maxResults": 50,"maxResultsPerSource": 20}
Example Output
{"name": "SF AI Founders Summit","url": "https://www.eventbrite.com/e/sf-ai-founders-summit-tickets-123456789","startAt": "2026-07-15T09:00:00.000Z","location": "San Francisco, US","venue": { "name": "Moscone Center", "city": "San Francisco", "country": "US" },"isOnline": false,"format": "conference","isFree": false,"ticketPrice": "199 USD","organizer": "TechEvents SF","source": "eventbrite","scrapedAt": "2026-05-17T10:00:00.000Z"}
Questions answered by this actor
- What AI conferences are happening in San Francisco this summer?
- Which platforms list the most events in my city?
- What free tech workshops are coming up next month?
- Where are the best networking events for startups?
- How do ticket prices compare across Eventbrite and Humanitix?
Frequently Asked Questions
Does this require API keys? No. Events are scraped from public pages on each platform.
How does deduplication work? Events are matched by normalized name + start date + city. If the same event appears on multiple platforms, only one is kept.
Why not Meetup or Hopin? Meetup blocks datacenter IPs with Cloudflare. Hopin (hopin.to) was shut down after the RingCentral acquisition.
Can I scrape just one source? Yes — set sources: ["eventbrite"] or any single platform.
How often should I run this? Platforms refresh their listings frequently. Running daily or weekly keeps your dataset current.