# Monitor Brand Mentions Across Social Media Platforms

**Use case:** 

Find all social media profiles associated with your brand's name or common misspellings to proactively manage online reputation. This helps you quickly address 

## Input

```json
{
  "queries": [
    "Apify",
    "Apifi",
    "Apify_io",
    "Apify_official",
    "Apify_team"
  ],
  "maxResults": 30
}
```

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