# Enrich Sales Leads with Public Social Media Profiles

**Use case:** 

Find all public social media accounts associated with a prospect's username to enrich your sales leads. This provides valuable insights into prospects' interest

## Input

```json
{
  "usernames": [
    "john.doe.biz",
    "jane.smith.ceo",
    "mike.williams.dev"
  ]
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "links": {
    "label": "Found Profiles",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Sherlock Scraper](https://apify.com/crawlerbros/sherlock-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/sherlock-scraper) to learn more, explore other use cases, and run it yourself.