Search Public Profiles Across 700+ Platforms
Enter a username, email or phone. We check 700+ platforms and stream every hit back in seconds.
Three steps with zero setup
Pick your lookup
Username, email, or phone. Choose a search type and enter your query.
Watch results stream
Sources are checked in parallel. Hits appear the instant they’re confirmed.
Explore findings
Dig into profiles, cross-reference identities, filter and sort results.
One query checks every platform in parallel
Full profiles, linked accounts, and a complete search history. Filter, sort, and export your results.
Results as they're found
Every platform checked independently. Results stream to your screen as they arrive.
Recursive discovery
New usernames and emails trigger fresh searches across 700+ platforms.
700+ platforms
Social, gaming, dev tools, forums.
Table & card views
Full profiles with followers, bios, and locations. Browse in table or card layout.
Full audit trail
Every query logged with full history. Built for compliance, accountability, and enterprise use.
Every match is a full profile. Organized for review.
Bio, banner, follower counts, pinned repos, joined dates, sponsored orgs. We extract every field a platform exposes and render it inline. Open the banner, expand the bio, dig into raw fields. It's the real component, with real data.
try expanding +more fields ↓→
Staff engineer · building tools that make the web a better place. Open-source maintainer of half a dozen packages you've probably used. Coffee, climbing, and CLI tools.
Location: Portland, OR
Email: [email protected]
Website: example.com
Joined: Mar 12, 2014
Last active: Apr 22, 2025
+7 more fields
Your searches stay protected
Results are pulled from public sources and processed transiently rather than written to our database. The query and result count are saved to your history; the findings are returned to your browser without creating a stored archive.
Credentials protected at rest
When you use a password, it is stored only as a bcrypt hash. Session cookies are stored as one-way digests instead of reusable tokens, and every signed-in device can be revoked from settings.
Public data only
We only surface publicly available information. No hacking, no breaching, no unauthorized access.
Full audit trail
Every search logged to a complete history. Built for regulatory compliance and internal oversight.
Your data, your call
We don’t sell your personal information. Use our data removal request form to delete your account or data.
Fetch any platform
with one GET.
Every platform we support sits behind a predictable URL: /v1/{platform}/{handle}. Plain HTTP, JSON in. No SDK, no client library, no abstractions in the way.
- Same enriched profiles the dashboard renders
- Predictable URLs - easy to cache, easy to debug
- Per-key auth with rate limits and audit logs
1package main2 3import (4 "fmt"5 6 "github.com/valyala/fasthttp"7)8 9func main() {10 req := fasthttp.AcquireRequest()11 res := fasthttp.AcquireResponse()12 defer fasthttp.ReleaseRequest(req)13 defer fasthttp.ReleaseResponse(res)14 15 req.SetRequestURI("https://api.fingerprint.to/v1/linkedin/johndoe")16 req.Header.Set("Authorization", "Bearer fp_live_xxxxxxxxxxxxxxxx")17 18 if err := fasthttp.Do(req, res); err != nil {19 panic(err)20 }21 22 fmt.Println(string(res.Body()))23}What people are saying
Bruhhh, your OSINT tool is killer! Maybe one of the most comprehensive ones I’ve used yet! Did you vibecode that?
It is so refreshing to see someone get it “right” and release a tool that delivers results alongside the heavyweights and makes it look so easy.
this is crazy wtf, first free reverse email search tool ive seen that actually works. and this well
Frequently asked questions
How does Fingerprint work?
Is Fingerprint a data broker?
How do I remove my information from Fingerprint?
What platforms does Fingerprint search?
How accurate are Fingerprint search results?
Is Fingerprint free?
Does Fingerprint store search results?
What can I use Fingerprint for?
Do I need technical skills to use Fingerprint?
Everyone leaves a trace.
See what the internet already knows about you.