Tech Events Aggregator — Luma & Partiful with Auto-Tagging avatar

Tech Events Aggregator — Luma & Partiful with Auto-Tagging

Pricing

Pay per usage

Go to Apify Store
Tech Events Aggregator — Luma & Partiful with Auto-Tagging

Tech Events Aggregator — Luma & Partiful with Auto-Tagging

Scrape tech events from Lu.ma and Partiful. Auto-tags each event as hackathon, demo day, investor dinner, conference, workshop, or networking. Outputs Notion/Airtable-ready JSON with organizer, tags, format, and ticket info.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Avinash

Avinash

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Share

Tech Events Aggregator — Luma & Partiful Scraper

What this actor does: Scrapes tech events from Lu.ma (lu.ma/discover) and Partiful (partiful.com/explore), auto-tags each event (hackathon, demo day, investor dinner, conference, workshop, networking), and exports Notion/Airtable-ready JSON.

Features

  • Aggregates events from Lu.ma and Partiful — the two leading platforms for tech and startup events
  • Auto-tagging: classifies each event as hackathon, demo-day, investor-dinner, conference, workshop, networking, or other
  • Filter by keyword, city, event tags, and price (free/paid)
  • Output fields: name, date, location, tags, organizer, ticket price, description, image URL, source
  • JSON output compatible with Notion databases, Airtable bases, Make.com, and Zapier

Use Cases

  • Startup ecosystem mapping: Find all hackathons and demo days in your city this month
  • Investor outreach: Discover investor dinners and pitch events to attend or sponsor
  • Event curation: Build tech event newsletters automatically
  • Community building: Track conferences and networking events in your niche (AI, Web3, climate)
  • Sales prospecting: Monitor who's running events in your target market

Input Parameters

ParameterTypeDescriptionDefault
sourcesarrayPlatforms: ["luma", "partiful"]both
querystringKeyword filter (e.g. "AI", "Web3", "climate tech")
citystringCity filter (e.g. "San Francisco", "London")
tagsarrayFilter by tag: ["hackathon", "demo-day", ...]all tags
priceTypestring"free", "paid", or "both""both"
maxResultsnumberMax events to return100

Output Fields

FieldDescription
nameEvent title
urlEvent URL (lu.ma or partiful.com)
startAtISO 8601 start datetime
endDateISO 8601 end datetime
descriptionPlain text description
location"City, Country" string
venueObject: address, city, country, lat, lng
isOnlineBoolean
tagsArray of auto-detected tags
isFreeBoolean
ticketPricePrice string or "Free"
organizerHost/organizer name
imageUrlEvent cover image
source"luma" or "partiful"
scrapedAtScrape timestamp

Auto-Tagging Logic

Events are classified by scanning title and description:

TagTrigger keywords
hackathon"hackathon", "hack day", "build-a-thon"
demo-day"demo day", "showcase", "pitch day", "demo night"
investor-dinner"investor", "VC dinner", "funder", "venture capital"
conference"conference", "summit", "symposium", "congress"
workshop"workshop", "masterclass", "bootcamp", "hands-on"
networking"networking", "happy hour", "mixer", "meetup", "social"
other(default if no pattern matches)

Events can have multiple tags.

Example Input

{
"sources": ["luma", "partiful"],
"query": "AI startup",
"city": "San Francisco",
"tags": ["hackathon", "demo-day", "networking"],
"priceType": "both",
"maxResults": 50
}

Example Output

{
"name": "SF AI Founders Hackathon",
"url": "https://lu.ma/sf-ai-hackathon-2026",
"startAt": "2026-05-10T09:00:00.000Z",
"location": "San Francisco, US",
"tags": ["hackathon", "networking"],
"isFree": true,
"ticketPrice": "Free",
"organizer": "AI SF Community",
"source": "luma",
"scrapedAt": "2026-04-23T10:00:00.000Z"
}

Questions answered by this actor

  • What hackathons are coming up in San Francisco this month?
  • Where are the AI networking events in New York?
  • Which demo days and pitch events are happening in London?
  • What free tech workshops are available in my city?
  • Who's organizing the most investor dinners in the Bay Area?

Frequently Asked Questions

Does this require any API keys? No. Events are scraped from public pages on lu.ma and partiful.com.

How often should I run this? Luma and Partiful refresh their discover pages frequently. Running daily or every few days keeps your dataset current.

Can I filter to only free events? Yes — set priceType: "free".

Can I get events from only one source? Yes — set sources: ["luma"] or sources: ["partiful"].