# Export a Full Sched Conference to a Spreadsheet

**Use case:** 

Export an entire Sched conference — speakers, sessions and sponsors — in one run, ready to download as CSV or Excel for your team or attendees.

## Input

```json
{
  "eventUrls": [
    "https://psumac2024.sched.com"
  ],
  "outputType": "all",
  "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"
  },
  "title": {
    "label": "Session title"
  },
  "company": {
    "label": "Company"
  },
  "tier": {
    "label": "Sponsor tier"
  },
  "sessionsCount": {
    "label": "# Sessions"
  },
  "speakersCount": {
    "label": "# Speakers"
  },
  "sponsorsCount": {
    "label": "# Sponsors"
  },
  "eventUrl": {
    "label": "Event"
  }
}
```

## 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.