Sessionize Speaker Directory Scraper avatar

Sessionize Speaker Directory Scraper

Pricing

Pay per event

Go to Apify Store
Sessionize Speaker Directory Scraper

Sessionize Speaker Directory Scraper

Scrape public speaker profiles from Sessionize.com — names, taglines, bios, locations, LinkedIn/Twitter URLs, topics, and areas of expertise across 18 industry categories

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Sessionize Speaker Directory Scraper - Conference Speaker Profiles & Contacts

Scrape public speaker profiles from Sessionize.com — the platform used by thousands of tech and industry conferences worldwide. Returns name, tagline, location, full bio, photo URL, LinkedIn and Twitter/X URLs, company website, personal website, topic tags, and area-of-expertise tags. Coverage spans 78,000+ speakers across all 19 industry categories. No proxy required.

What does the Sessionize scraper do?

It pages through each selected Sessionize directory category, collects speaker profile paths, then fetches each speaker's public profile page for bio, social links, topics, and expertise tags. You control which categories to crawl and how many speakers to return.

What data does it extract?

Each record represents one speaker profile:

FieldTypeDescription
speaker_namestringSpeaker's full name
taglinestringProfessional tagline or short description
locationstringCity and country
biostringFull biography from the profile page
photo_urlstringURL to the speaker's photo on Sessionize CDN
linkedin_urlstringLinkedIn profile URL when provided
twitter_urlstringTwitter/X profile URL when provided
company_urlstringSpeaker's company website URL when provided
website_urlstringPersonal website URL when provided
topicsstringComma-separated topic tags from the profile
expertise_areasstringComma-separated industry expertise tags
profile_urlstringFull URL to the speaker's public Sessionize profile
categorystringSessionize directory category slug the speaker was found under

Sample output records

ICT category:

{
"speaker_name": "Anthony D. Atri",
"tagline": "Principal Storage Architect — distributed systems and ML infrastructure",
"location": "Boston, USA",
"bio": "Anthony has worked on hyperscale storage for 20+ years at multiple Fortune-500 infrastructure groups.",
"photo_url": "https://sessionize.com/image/cdn/anthony-datri.jpg",
"linkedin_url": "https://www.linkedin.com/in/anthonydatri",
"twitter_url": "https://twitter.com/anthonydatri",
"topics": "Ceph, distributed storage, kernel performance, ML infra",
"expertise_areas": "Information & Communications Technology",
"profile_url": "https://sessionize.com/anthony-datri",
"category": "information-communications-technology"
}

Finance category:

{
"speaker_name": "Maria Santos",
"tagline": "CFO and fintech regulation advisor",
"location": "London, UK",
"bio": "Maria advises mid-market fintechs on regulatory compliance across EU and UK jurisdictions.",
"linkedin_url": "https://www.linkedin.com/in/mariasantos",
"topics": "Open banking, PSD2, AML compliance",
"expertise_areas": "Finance & Banking",
"profile_url": "https://sessionize.com/maria-santos",
"category": "finance-banking"
}

How to use it

FieldTypeDefaultDescription
categoriesarray["information-communications-technology"]Sessionize category slugs. Empty array = all 19 categories.
maxItemsinteger10Cap on speakers returned. 0 = no limit.

Valid category slugs: agriculture-food-forestry, arts, business-management, consumer-goods-services, energy-and-basic-resources, environment-and-cleantech, finance-banking, government-social-sector-education, health-medical, humanities-social-sciences, information-communications-technology, law-regulation, manufacturing-industrial-materials, media-information, physical-life-sciences, real-estate-architecture, region-country, transports-logistics, travel-tourism

Single category

{
"categories": ["finance-banking"],
"maxItems": 500
}

Multiple categories

{
"categories": ["health-medical", "law-regulation", "business-management"],
"maxItems": 1000
}

Full directory

{
"categories": [],
"maxItems": 0
}

Use cases

  • Event organizers and conference programmers — source vetted speakers by industry, topic, and location for upcoming events
  • B2B sales teams — generate outreach lists of subject-matter experts who are already willing to be public-facing
  • Speaker bureaus — build representation pipelines filtered by expertise area and social platform presence
  • Recruiters — identify senior practitioners by what they present on, not just their resume
  • Podcasters and content marketers — find guests with established credibility in a specific topic area

FAQ

Does this scrape private or paywalled data? No. The actor only touches the public speakers directory and publicly listed profile pages. It does not access organizer-only views, session submissions, or any data behind authentication. Fields that a speaker chose not to publish will not appear in the output.

Can I filter by location or topic? Category-level filtering is available at input. Location and topic come back as fields on every record — a downstream filter on location or topics gets you the slice you need.

Does this actor need proxies? No. Sessionize serves the directory and profile pages publicly with reasonable rate limits. The actor paces requests within those limits.

Output is available in JSON, CSV, and Excel via the Apify dataset export panel.