# Export the Agenda & Sessions from a Whova Event

**Use case:** 

Export a Whova event agenda: every session’s title, start/end time, room, tracks, description, attached documents and speaker names.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://whova.com/embedded/event/RO1JdFJs9ii6Fx75WrNTg1kBuSNRjetEH9eL7BSaXKQ%3D/"
    }
  ],
  "includeSessions": true,
  "includeSpeakers": false,
  "includeSponsors": false,
  "includeExhibitors": false,
  "maxItems": 0,
  "maxConcurrency": 5,
  "minDelayMs": 250,
  "maxRequestRetries": 4,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Type"
  },
  "name": {
    "label": "Name"
  },
  "eventName": {
    "label": "Event"
  },
  "title": {
    "label": "Title"
  },
  "affiliation": {
    "label": "Affiliation"
  },
  "tier": {
    "label": "Tier"
  },
  "boothNumber": {
    "label": "Booth"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "startTime": {
    "label": "Start"
  },
  "place": {
    "label": "Room"
  },
  "sessionCount": {
    "label": "# Sessions"
  },
  "sourceUrl": {
    "label": "Event URL",
    "format": "link"
  }
}
```

## About this Actor

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