AS
Apify Store
/maged120/discord-username-checker
Discord Username Checker
Bulk-checks whether Discord usernames are available or already taken. Supports up to 500 usernames per run with concurrent requests and Apify proxy.
liveasyncunknown~30s typical
automationsocial mediaotherdiscordusernamechecker
$0.025
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.02 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /maged120/discord-username-checker for me.
Input
| Field | Type | Description |
|---|---|---|
| usernames* | array | List of Discord usernames to check for availability (up to 500 per run). Enter one username per line — each will be reported as available, taken, or invalid. |
| proxyConfiguration* | object | Proxy settings used to reach Discord. Leave the default (Apify residential proxy) for best results — Discord rate-limits unproxied requests, so a run with the proxy disabled returns a single error instead of results. default {"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]} |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/maged120/discord-username-checker","input":{"usernames":["coolname","gamer123"],"proxyConfiguration":{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /maged120/discord-username-checker -i '{"usernames":["coolname","gamer123"],"proxyConfiguration":{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/maged120/discord-username-checker", input: {"usernames":["coolname","gamer123"],"proxyConfiguration":{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.