# Export a Conference Agenda & Sessions (Sched)

**Use case:** 

Export a Sched conference agenda: every session’s title, date, start/end time, timezone, venue, track/type and full description.

## Input

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

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "title": {
    "label": "Title"
  },
  "date": {
    "label": "Date"
  },
  "startTime": {
    "label": "Start"
  },
  "endTime": {
    "label": "End"
  },
  "timezone": {
    "label": "TZ"
  },
  "venue": {
    "label": "Venue"
  },
  "sessionType": {
    "label": "Type"
  },
  "speakerCount": {
    "label": "# Speakers"
  },
  "url": {
    "label": "URL"
  },
  "description": {
    "label": "Description"
  }
}
```

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