conference-speaker-scraper

Extract speaker names, titles, companies, and bios from conference websites.

1.1k|200|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/athina-ai/goose-skills --skill conference-speaker-scraper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conference-speaker-scraper
Source: https://github.com/athina-ai/goose-skills/tree/main/skills/capabilities/conference-speaker-scraper
Command: npx skills add https://github.com/athina-ai/goose-skills --skill conference-speaker-scraper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the tedious process of finding and extracting speaker information from conference websites, which is crucial for targeted outreach and networking.

Core Features & Use Cases

  • Speaker Data Extraction: Gathers names, titles, companies, and bios from conference speaker pages.
  • Multiple Scraping Strategies: Supports direct HTML scraping with various extraction methods and falls back to Apify for JavaScript-heavy sites.
  • Use Case: A sales development representative can use this skill to quickly compile a list of potential leads from an upcoming industry conference, including their company and role, for pre-event engagement.

Quick Start

Use the conference speaker scraper to extract speakers from the provided URL.

Frequently Asked Questions about conference-speaker-scraper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract speaker names and bios from a conference website?

To extract speaker names and bios from a conference website, you can scrape the event page using CSS classes, heading-paragraph structures, or JSON-LD data to automatically gather structured speaker data including titles and companies for outreach.

Can I scrape speaker information from JavaScript-heavy conference websites?

Yes, you can scrape speaker information from JavaScript-heavy conference websites by using Apify as a fallback mechanism when standard direct HTML scraping strategies fail to load dynamic content.

What's the best way to generate leads from conference speaker lists for pre-event outreach?

The best way to generate leads from conference speaker lists is automating the extraction of names, titles, companies, and biographical data from event pages, directly providing structured contact details for targeted pre-event outreach.

Do I need to install requests to scrape conference speaker pages?

Yes, you need to install the requests library to perform direct HTML scraping of conference speaker pages, though an Apify fallback is also supported for extracting data from dynamic websites.

Does this speaker scraping tool support JSON-LD extraction?

Yes, this speaker scraping tool supports JSON-LD extraction as one of its multiple scraping strategies, alongside CSS class and heading-paragraph parsing, to accurately pull structured biographical data from conference websites.

What are the limitations of scraping conference speaker data with direct HTML parsing?

Direct HTML parsing for conference speaker data may fail on JavaScript-heavy sites that render content dynamically, requiring a fallback to Apify to successfully extract speaker names, titles, and companies.