Sherlock Username OSINT — Find Accounts Across 400+ Sites avatar

Sherlock Username OSINT — Find Accounts Across 400+ Sites

Pricing

$20.00 / 1,000 account founds

Go to Apify Store
Sherlock Username OSINT — Find Accounts Across 400+ Sites

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

daehwan kim

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

  1. Enter one or more usernames (or a single username).
  2. (Optional) Limit to specific sites, raise the timeout, or include NSFW sites.
  3. Click Start and read the results in the Output tab.

Input

FieldTypeDescription
usernamesarrayUp to 5 usernames (letters, digits, . _ -)
usernamestringSingle-username alternative
timeoutintegerPer-request timeout in seconds (5–120, default 60)
sitesarrayLimit the search to these sites only (optional)
includeNsfwbooleanInclude 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

FieldDescription
usernameThe username searched
siteNameSite where the account was found
profileUrlDirect URL to the discovered profile
siteMainUrlHome URL of the site
statusClaimed when the account exists
httpStatusHTTP status returned by the site
responseTimeSSite 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 sites to the platforms you care about for faster, cheaper runs.
  • Increase timeout if 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.