# Discord Username Availability Checker

**Use case:** 

Check the availability of up to 200 Discord usernames at once. Receive instant results on which handles are taken or available.

## Input

```json
{
  "usernames": [
    "coolname",
    "gamer123",
    "discorduser"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "available": {
    "label": "Available",
    "format": "boolean"
  },
  "error": {
    "label": "Error",
    "format": "text"
  },
  "quota": {
    "label": "Quota",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Discord Username Checker](https://apify.com/maged120/discord-username-checker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maged120/discord-username-checker) to learn more, explore other use cases, and run it yourself.