# Get Full Speaker Profiles from a Swapcard Event

**Use case:** 

Export the full speaker lineup from a Swapcard event with enriched profiles — bios, job titles, companies and social links — as structured JSON.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://app.swapcard.com/event/evolve-the-virtual-event-for-planners/exhibitors/RXZlbnRWaWV3XzMwNTk4"
    }
  ],
  "includeDetails": false,
  "includeContacts": true,
  "includeSpeakers": true,
  "includeSpeakerDetails": true,
  "maxItems": 3000,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "minRequestDelayMs": 250,
  "maxConcurrency": 20
}
```

## Output

```json
{
  "recordType": {
    "label": "Type"
  },
  "eventName": {
    "label": "Event"
  },
  "eventUrl": {
    "label": "Event URL",
    "format": "link"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "speakerId": {
    "label": "Speaker ID"
  },
  "speakerName": {
    "label": "Speaker"
  },
  "firstName": {
    "label": "First name"
  },
  "lastName": {
    "label": "Last name"
  },
  "title": {
    "label": "Title"
  },
  "organization": {
    "label": "Organization"
  },
  "photoUrl": {
    "label": "Photo",
    "format": "image"
  },
  "sessionTitles": {
    "label": "Sessions"
  },
  "biography": {
    "label": "Biography"
  },
  "website": {
    "label": "Speaker website",
    "format": "link"
  },
  "socialLinks": {
    "label": "Speaker socials"
  },
  "speakerCustomFields": {
    "label": "Speaker custom fields"
  },
  "sessions": {
    "label": "Sessions (detailed)"
  },
  "exhibitorLinks": {
    "label": "Also exhibitor at"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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