Discord Username Checker
Pricing
from $12.00 / 1,000 results
Discord Username Checker
Bulk-checks whether Discord usernames are available or already taken. Supports up to 1000 usernames per run with concurrent requests and Apify proxy.
Pricing
from $12.00 / 1,000 results
Rating
0.0
(0)
Developer
Maged
Maintained by CommunityActor stats
0
Bookmarked
16
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
What does Discord Username Checker do?
Discord Username Checker lets you instantly check whether Discord usernames are available or already taken — in bulk. Paste a list of up to 1,000 usernames and get a clean dataset back in seconds showing which names are free.
Why use Discord Username Checker?
- Brand monitoring — verify that your brand name is still unclaimed on Discord.
- Username hunting — scan hundreds of name variations to find the perfect available handle.
- Community managers — quickly validate a shortlist of potential server or bot names.
- Developers — integrate via the Apify API to check usernames programmatically from your own app.
How to use Discord Username Checker
- Open the Actor and click Try for free.
- In the Usernames field, paste the list of usernames you want to check (one per line).
- Click Start and results will appear in real time in the Output tab.
- Download results as JSON, CSV, Excel, or HTML.
Input
| Field | Type | Description |
|---|---|---|
usernames | array | List of Discord usernames to check |
proxyConfiguration | object | Optional proxy override. Defaults to residential proxy. |
Example input:
{"usernames": ["coolname", "gamer123", "myhandle"]}
Output
Each result is pushed to the dataset as soon as it's ready.
[{ "username": "coolname", "available": true, "error": null },{ "username": "gamer123", "available": false, "error": null },{ "username": "dis cord", "available": null, "error": "Username cannot contain spaces." }]
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.
Data table
| Field | Format | Description |
|---|---|---|
username | text | The username that was checked |
available | boolean | true = available, false = taken, null = could not check |
error | text | Reason the check failed (e.g. invalid characters), otherwise null |
Pricing / Cost estimation
Results stream in real time — 1,000 usernames typically finish in under 2 minutes. Apify's free tier provides enough compute units to check tens of thousands of usernames per month at no cost.
FAQ and disclaimers
Is this legal? This Actor only uses publicly accessible Discord APIs — the same ones your browser uses when you visit the Discord registration page. Always use responsibly and in accordance with Discord's Terms of Service.
What does available: null mean?
The check could not be completed for that username — the error field will explain why (e.g. the username contains invalid characters).
Can I check more than 1,000 usernames? Split your list into batches and run the Actor multiple times, or contact us for a custom solution.
For bugs or feature requests, open an issue in the Issues tab.