# Get Exhibitor Company Leads with Emails (Swapcard)

**Use case:** 

Turn a Swapcard event into an exhibitor database: company name, email, website, social links, full address, categories, booth number and booth contacts.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://app.swapcard.com/event/evolve-the-virtual-event-for-planners/exhibitors/RXZlbnRWaWV3XzMwNTk4"
    }
  ],
  "includeDetails": true,
  "includeContacts": true,
  "includeSpeakers": true,
  "includeSpeakerDetails": false,
  "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"
  },
  "exhibitorId": {
    "label": "Exhibitor ID"
  },
  "exhibitorName": {
    "label": "Exhibitor"
  },
  "exhibitorType": {
    "label": "Exhibitor type"
  },
  "isFeatured": {
    "label": "Featured",
    "format": "boolean"
  },
  "boothNumber": {
    "label": "Booth"
  },
  "booths": {
    "label": "Booths"
  },
  "categories": {
    "label": "Categories / products"
  },
  "track": {
    "label": "Track"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "email": {
    "label": "Email"
  },
  "socialLinks": {
    "label": "Social links"
  },
  "description": {
    "label": "Description"
  },
  "logoUrl": {
    "label": "Logo",
    "format": "image"
  },
  "addressLine1": {
    "label": "Address line 1"
  },
  "addressLine2": {
    "label": "Address line 2"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "postalCode": {
    "label": "Postal code"
  },
  "country": {
    "label": "Country"
  },
  "phoneNumbers": {
    "label": "Phones"
  },
  "documents": {
    "label": "Documents"
  },
  "contactPersons": {
    "label": "Contact persons"
  },
  "contactPersonsTotalCount": {
    "label": "Contacts (total)",
    "format": "number"
  },
  "customFields": {
    "label": "All custom fields"
  },
  "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.