# Brand Handle Launch Audit

**Use case:** 

Audit candidate brand handles before launch by checking availability and existing profiles across 100+ platforms.

## Input

```json
{
  "usernames": [
    "acmeai",
    "acmecloud",
    "getacme"
  ],
  "includeNotFound": true,
  "maxUsernames": 3
}
```

## Output

```json
{
  "username": {
    "label": "Username"
  },
  "platform": {
    "label": "Platform"
  },
  "category": {
    "label": "Category"
  },
  "url": {
    "label": "Profile URL",
    "format": "link"
  },
  "found": {
    "label": "Found"
  }
}
```

## About this Actor

This example demonstrates how to use [Username Checker — Find Profiles Across 460+ Platforms](https://apify.com/automation-lab/username-checker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/username-checker) to learn more, explore other use cases, and run it yourself.