# Map Competitor Social Media Presence and Accounts

**Use case:** 

Discover all social media accounts used by key competitors to understand their online strategy and market positioning. This offers competitive intelligence, all

## Input

```json
{
  "usernames": [
    "competitor_corp_us",
    "rival_solutions_inc",
    "main_competitor_global"
  ]
}
```

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