Event Scraper — Eventbrite, Lu.ma, Partiful & Humanitix avatar

Event Scraper — Eventbrite, Lu.ma, Partiful & Humanitix

Pricing

from $8.00 / 1,000 result processeds

Go to Apify Store
Event Scraper — Eventbrite, Lu.ma, Partiful & Humanitix

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

Avinash

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

ParameterTypeDescriptionDefault
sourcesarrayPlatforms: ["eventbrite", "luma", "partiful", "humanitix"]all 4
querystringKeyword search (e.g. "AI summit", "crypto meetup")
locationobjectCity/country filter: {"city": "Austin", "country": "US"}
dateFromstringStart date filter (YYYY-MM-DD)
dateTostringEnd date filter (YYYY-MM-DD)
eventTypesarrayFilter by type: ["conference", "workshop", "hackathon"]all
industriesarrayIndustry keywords to match
formatstring"online", "in-person", or "both""both"
priceTypestring"free", "paid", or "both""both"
languagestringISO 639-1 code (e.g. "en")
maxResultsnumberMax total events across all sources20
maxResultsPerSourcenumberMax events per platform10

Output Fields

FieldDescription
nameEvent title
urlEvent page URL
startAtISO 8601 start datetime
endDateISO 8601 end datetime
descriptionPlain text description
location"City, Country" string
venueObject: name, address, city, country, lat, lng
isOnlineBoolean
formatEvent format classification
isFreeBoolean
ticketPricePrice string or "Free"
organizerOrganizer name
imageUrlEvent cover image
sourcePlatform name
scrapedAtScrape 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.