# Audit Former Employee Social Media Footprint

**Use case:** 

Identify and audit the social media presence of former employees to assess potential data security risks or brand misrepresentation. This helps protect company 

## Input

```json
{
  "usernames": [
    "ex_employee_chris",
    "former_staff_lisa",
    "departed_mark"
  ]
}
```

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