Rotate Your Device

This site doesn't support landscape mode. Please rotate your phone to portrait.

We just hit #1 Product of the Day on Product Hunt
ConferencesEvent MarketingWeb ScrapingLead Generation

How to Scrape Industry Conference Attendee Lists

How to extract and enrich attendee lists from industry conferences for B2B sales prospecting. Covers ethical scraping methods, tools, and enrichment workflows.

Austin Kennedy
Austin Kennedy3 min read

Founding AI Engineer @ Origami

Every industry conference publishes some version of its attendee or speaker list. SaaStr, Dreamforce, HIMSS, NRF, CES — the people who attend these events are your best prospects. They're invested enough in the topic to travel, pay for tickets, and spend days away from their desk.

The challenge is turning a conference page into a prospectable list.

Quick Answer: To scrape conference attendee lists, target speaker/exhibitor pages (publicly available), use tools like Apify, Phantombuster, or custom Playwright scripts to extract names and companies, then enrich with Origami or a B2B data provider for emails and contact details. Most conferences don't publish full attendee lists, but speaker directories, exhibitor lists, and sponsor pages are fair game.


What's Actually Available to Scrape

Publicly available (fair game):

  • Speaker directories with names, titles, companies, and bios
  • Exhibitor/sponsor lists with company names and booth info
  • Published attendee directories (some conferences publish these)
  • Social media posts with event hashtags (#SaaStr2026, #Dreamforce)

Not publicly available (don't scrape):

  • Gated attendee directories behind login walls
  • Private networking app data (Brella, Grip, Whova)
  • Ticket purchase data

How to Extract Conference Data

Method 1: Origami

Tell Origami: "Find all speakers at [Conference Name] 2026. Include name, title, company, email, and LinkedIn URL."

The AI agents scan the conference website, extract speaker data, and enrich with contact information. One step instead of three tools.

Method 2: Apify + Enrichment

Use an Apify actor to scrape the speaker or exhibitor page. Export to CSV. Then enrich with Apollo, Lusha, or Origami for emails and company data.

Method 3: LinkedIn Event + Hashtag Mining

Search for the conference hashtag on LinkedIn. People who post about attending are self-identifying as attendees. Collect profiles, then enrich.

Method 4: Exhibitor List → Company → Contacts

Scrape the exhibitor list (company names). Use Origami to find decision-makers at each exhibiting company. This gives you a list of companies that are actively investing in the space.

Enrichment Workflow

  1. Extract names + companies from the conference site
  2. Match to LinkedIn profiles (name + company)
  3. Pull verified email and phone via data providers
  4. Add company data (size, funding, tech stack)
  5. Push to CRM or sequencing tool

Outreach After Events

"Saw you spoke at [Conference] about [topic]. We're working on exactly that problem — [your angle]. Would love to get your take on [specific question]. Quick call?"

Reference the event. It's the hook that separates you from every other cold email they get.


FAQ

Is it legal to scrape conference attendee lists? Publicly available speaker and exhibitor data is generally fair game. Don't scrape gated content, login-protected directories, or private networking apps. Check the conference website's terms of service.

What's the best tool for scraping conference websites? Apify for pre-built scrapers, Origami for scraping + enrichment in one step, or Playwright/Puppeteer for custom scripts on complex sites.

How do I find attendee emails after a conference? Extract names and companies from speaker/exhibitor lists, then enrich with Apollo, Lusha, or Origami. LinkedIn hashtag mining can also surface attendees who posted about the event.

Which conferences have the best attendee data? Large conferences with public speaker directories: SaaStr, Dreamforce, Web Summit, SXSW, industry-specific events (HIMSS for healthcare, NRF for retail). Smaller events often publish more detailed attendee lists.

Related Articles