# Get Conference Speaker Leads & Social Links

**Use case:** 

Pull a Sched conference’s speaker roster as leads: name, job title, company, bio, LinkedIn/Twitter/GitHub links and the sessions they present.

## Input

```json
{
  "eventUrls": [
    "https://kccnceu2024.sched.com"
  ],
  "outputType": "speakers",
  "includeSessions": true,
  "includeSpeakers": true,
  "enrichSpeakerProfiles": true,
  "includeSponsors": true,
  "enrichSponsorProfiles": false,
  "maxSessions": 0,
  "maxSpeakers": 0,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "name": {
    "label": "Name"
  },
  "position": {
    "label": "Position"
  },
  "company": {
    "label": "Company"
  },
  "role": {
    "label": "Role"
  },
  "sessionCount": {
    "label": "# Sessions"
  },
  "profileUrl": {
    "label": "Profile"
  },
  "avatarUrl": {
    "label": "Avatar"
  },
  "bio": {
    "label": "Bio"
  }
}
```

## About this Actor

This example demonstrates how to use [Sched Conference Scraper - Speakers, Sessions, Sponsors & Leads](https://apify.com/scrapesage/sched-conference-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/sched-conference-scraper) to learn more, explore other use cases, and run it yourself.