SCRYNX / guides
How to check thousands of accounts at once
Whether it's a purchased list, an old database, or a portfolio you manage, the question is the same: which of these accounts still exist? Here is how to answer it for ten thousand accounts without spending your week on it.
Why checking one by one doesn't work
Manually opening profiles takes about 30 seconds each — a 10,000-account list is over 80 hours of clicking. Scripting it naively is worse: platforms rate-limit anonymous requests aggressively, so a scraper starts returning errors after a few dozen profiles, and the errors are silently indistinguishable from dead accounts. That last part is the real danger: a check that can't tell “dead” from “couldn't read” produces lists you can't trust.
What a real bulk check does differently
Three things separate a usable bulk checker from a script:
- Live sessions, not anonymous scraping. Logged-in sessions see what a real user sees — including details like the account's name, join date and based-in country that anonymous requests never get.
- Honest unknowns. When a profile can't be read reliably (rate limits, private walls), the honest answer is unknown — not a guess either way. Unknowns should also never be charged.
- Exports built for the next step. The output you actually want is rarely one big table: it's the alive list, the dead list, and per-country splits, as files.
Step by step
1. Prepare the list. One username per line, duplicates removed. No file conversion needed — plain text is the format.
2. Run in batches of 1,000. Paste a batch into the bulk checker and run it; a 10,000-account list is ten runs, and every run stays saved in your library.
3. Pick the depth. Liveness and name costs $1.75 per 1,000 accounts. The full profile — based-in country and join date included — costs $3.80 per 1,000. Only resolved accounts are charged.
4. Export. Alive and dead lists download as CSV or plain text, split by country in full-profile mode.
Reading the results honestly
Alive means the profile loaded and was visible to a live session at check time. Dead means no live profile answered — banned, disabled, deleted or renamed. Unknown means the check couldn't read the profile reliably; treat unknowns as “re-run later,” never as dead. Results are a snapshot: an account alive at noon can be banned by evening, so for anything you monitor, re-running beats trusting an old export.
What it costs at scale
The math is linear: 10,000 accounts cost $17.50 for liveness or $38.00 for full profiles. 100,000 accounts: $175 or $380. There's no subscription — a prepaid USDT balance is debited per resolved account, so a list that's 30% unreadable costs 30% less.
Key takeaways
- Checking 10,000 accounts manually is 80+ hours; a bulk checker does it in batches of 1,000 per run.
- The critical feature is honest unknowns: a checker that can't tell dead from couldn't-read produces untrustworthy lists.
- Liveness checks cost $1.75 per 1,000 accounts; full profiles with based-in country cost $3.80 per 1,000.
- Results are a snapshot — re-run lists you monitor instead of trusting old exports.
Paste your first batch and see every account resolved — alive, dead, or honestly unknown.
Open the bulk checker