# Get Conference Sponsor Leads with Websites & Tiers

**Use case:** 

Turn any Sched conference's sponsors into B2B leads — company name, sponsorship tier, logo and website — enriched and exported as JSON for outreach.

## Input

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

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "name": {
    "label": "Name"
  },
  "tier": {
    "label": "Tier"
  },
  "website": {
    "label": "Website"
  },
  "profileUrl": {
    "label": "Profile"
  },
  "logoUrl": {
    "label": "Logo"
  }
}
```

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