Sherlock Username OSINT — Find Accounts Across 400+ Sites
Pricing
$20.00 / 1,000 account founds
Sherlock Username OSINT — Find Accounts Across 400+ Sites
Find where a username exists across 400+ social networks and sites using the open-source Sherlock. Zero setup, no API keys. Unofficial wrapper around Sherlock (MIT).
Pricing
$20.00 / 1,000 account founds
Rating
0.0
(0)
Developer
daehwan kim
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Find where a username exists across 400+ social networks and websites using the standard open-source OSINT tool Sherlock — with zero setup and no API keys. Enter a username, get back every site where that account is registered, as structured JSON.
Built for account auditing, brand protection, security research (authorized), due diligence, and journalism. Run it on the Apify platform with API access, scheduling, integrations, and monitoring built in.
This Actor wraps the open-source Sherlock (MIT) and is not affiliated with the original project. It checks only public account existence. Use only for lawful purposes and on accounts you own or are authorized to investigate. Comply with GDPR, PIPA, CCPA, and applicable laws.
Why use Sherlock Username OSINT?
- Sherlock, zero setup — no install, no API keys, no configuration
- 400+ sites — GitHub, Reddit, Instagram, TikTok, X, and hundreds more
- Bulk — up to 5 usernames per run
- Structured JSON — site name, profile URL, HTTP status, response time
- Pay per result — $0.02 per account found. No subscription, no monthly fee.
How to use Sherlock Username OSINT
- Enter one or more usernames (or a single username).
- (Optional) Limit to specific sites, raise the timeout, or include NSFW sites.
- Click Start and read the results in the Output tab.
Input
| Field | Type | Description |
|---|---|---|
usernames | array | Up to 5 usernames (letters, digits, . _ -) |
username | string | Single-username alternative |
timeout | integer | Per-request timeout in seconds (5–120, default 60) |
sites | array | Limit the search to these sites only (optional) |
includeNsfw | boolean | Include NSFW sites (default false) |
{"usernames": ["johnsmith"],"timeout": 60}
Output
One dataset item per found account. Usernames with no results return a single "No accounts found" row.
{"username": "johnsmith","siteName": "GitHub","profileUrl": "https://github.com/johnsmith","siteMainUrl": "https://github.com/","status": "Claimed","httpStatus": 200,"responseTimeS": 0.41,"scannedAt": "2026-06-11T10:32:00.000Z"}
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.
Data table
| Field | Description |
|---|---|
username | The username searched |
siteName | Site where the account was found |
profileUrl | Direct URL to the discovered profile |
siteMainUrl | Home URL of the site |
status | Claimed when the account exists |
httpStatus | HTTP status returned by the site |
responseTimeS | Site response time in seconds |
Pricing
This Actor uses pay-per-event pricing: $0.02 per account found. A username that exists on 20 sites costs $0.40; a username with no results costs nothing. Apify platform compute is billed separately per your plan.
Tips
- Limit
sitesto the platforms you care about for faster, cheaper runs. - Increase
timeoutif you suspect false negatives from slow sites. - Schedule recurring runs to monitor when a brand or handle appears on new platforms.
FAQ, disclaimers, and support
Is this legal? Checking whether a public account exists is generally lawful, but you are responsible for how you use the results. Do not use this tool for harassment, stalking, or any unlawful purpose. Comply with all applicable laws and platform terms.
Why didn't it find an account I know exists? Some sites rate-limit or block automated checks, which can cause false negatives. Raising the timeout can help.
Found a bug or want a feature? Use the Issues tab. Custom solutions available.