# Social Profile Finder for B2B Leads

**Use case:** 

Extract LinkedIn, Instagram, YouTube, TikTok, and X profiles from company websites for prospecting and CRM enrichment.

## Input

```json
{
  "urls": [
    "stripe.com",
    "shopify.com",
    "notion.so"
  ]
}
```

## Output

```json
{
  "url": {
    "label": "Website"
  },
  "profileCount": {
    "label": "Profiles Found"
  },
  "profiles": {
    "label": "Profiles"
  },
  "allSocialLinks": {
    "label": "All Social Links"
  },
  "checkTimeMs": {
    "label": "Time (ms)"
  },
  "checkedAt": {
    "label": "Checked At"
  }
}
```

## About this Actor

This example demonstrates how to use [Social Media Profile Finder](https://apify.com/automation-lab/social-media-profile-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/social-media-profile-finder) to learn more, explore other use cases, and run it yourself.