# SoundCloud Creator Leads for Influencer Outreach

**Use case:** 

Build a contact list of SoundCloud creators with their socials and website. Get Instagram, YouTube, Spotify and TikTok links for influencer marketing.

## Input

```json
{
  "mode": "searchArtists",
  "searchTerms": [
    "hip hop producer"
  ],
  "maxResultsPerQuery": 40,
  "includeWebProfiles": true,
  "includeTracks": false,
  "maxTracksPerArtist": 10,
  "includePlaylists": false,
  "maxPlaylistsPerArtist": 10,
  "enrichCreatorContacts": false,
  "minFollowers": 0,
  "withEmailOnly": false,
  "monitorMode": false,
  "monitorStoreName": "soundcloud-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "displayName": {
    "label": "Artist"
  },
  "username": {
    "label": "Permalink"
  },
  "followerCount": {
    "label": "Followers"
  },
  "countryCode": {
    "label": "Country"
  },
  "website": {
    "label": "Website"
  },
  "descriptionEmails": {
    "label": "Bio emails"
  },
  "contactEmails": {
    "label": "Website emails"
  },
  "contactPhones": {
    "label": "Phones"
  },
  "socialLinks": {
    "label": "Socials"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## About this Actor

This example demonstrates how to use [SoundCloud Scraper - Artists, Tracks & Creator Leads](https://apify.com/scrapesage/soundcloud-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/soundcloud-scraper) to learn more, explore other use cases, and run it yourself.