# Validate Influencer Social Media Presence & Authenticity

**Use case:** 

Verify the social media accounts of potential influencers to ensure their online presence is legitimate and extensive. This task helps marketing teams vet influ

## Input

```json
{
  "usernames": [
    "influencer_maya",
    "tech_guru_tom",
    "fashion_icon_sarah"
  ]
}
```

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