# Audit Competitor Brand Social Media Presence & Username Usag

**Use case:** 

Identify all social media profiles for competitor brands or prominent figures in your industry to understand their digital footprint. This data is crucial for c

## Input

```json
{
  "queries": [
    "nike",
    "adidas",
    "lululemon",
    "puma",
    "underarmour",
    "nbcnews",
    "cnbc",
    "bloomberg"
  ],
  "maxResults": 200
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "platform": {
    "label": "Platform",
    "format": "text"
  },
  "url": {
    "label": "Profile URL",
    "format": "link"
  },
  "status": {
    "label": "Status",
    "format": "text"
  }
}
```

## About this Actor

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