
Expose
from datanexusmcp
OSINT: find people & companies, build investigations
AI-Powered OSINT at Lightspeed
Our AI-powered engine cross-references billions of public data points across the internet and delivers a complete, structured overview in moments.
Person SearchCompany Search
OSINT at machine speed
Stop spending hours hunting for data. Expose automates intelligence gathering across hundreds of public sources and delivers actionable results in moments.
-
Billions of Data Points Our AI engine cross-references billions of public records, social profiles, and open-source data to surface what matters in seconds.
-
Instant Structured Reports Get a clean, structured intelligence overview the moment you search - no manual correlation, no noise, just signal.
-
Search Everything, by Anything Look up people, companies, and schools by any field - email, phone, url, domain, and more. Every entity type, every identifier.
Access
Plug in from anywhere.
REST API, MCP server, agent skill, or CLI — integrate OSINT into your stack in minutes. One credit per query, no matter how you connect.
Results in seconds
What used to take hours of manual research now takes moments.
REST API
Plug OSINT into your stack. One credit per query, no matter where you call from.
search.ts
response.json
const res = await fetch(
"https://expose.team/api/search",
{
method: "POST",
headers: {
"Authorization": Bearer ${API_KEY}
},
body: JSON.stringify({
type: "person", query: " [email protected] "
})
}
);
{
"data": {
"id": "aZmhaU4Rkjal",
"names": [
{ "first_name": "john", "last_name": "smith", "source": "linkedin" }
],
"emails": [
{ "value": " [email protected] ", "type": "professional" }
],
"phones": [
{ "value": "+1 555 234 5678", "type": "mobile" }
],
"profiles": [
{
"network": "linkedin",
"url": "linkedin.com/in/johnsmith",
"username": "johnsmith"
},
{
"network": "github",
"url": "github.com/jsmith",
"username": "jsmith"
}
],
"locations": [
{
"city": "San Francisco",
"state": "CA",
"country": "US"
}
],
"skills": ["TypeScript", "Python", "Node.js"],
"experiences": [
{
"company": "TechCorp Inc.",
"title": "Senior Engineer",
"start": "2020-01",
"end": null
},
{
"company": "StartupXYZ",
"title": "Backend Developer",
"start": "2016-06",
"end": "2019-12"
}
],
"educations": [
{
"institution": "UC Berkeley",
"degree": "B.Sc Computer Science",
"year": 2012
}
],
"languages": [
{ "name": "English", "proficiency": "native" }
]
}
}
MCP Server
Bring people, companies and schools into chat.
CLI
Run searches straight from your terminal.
zsh
~ $ expose search person " [email protected] "
Searching across 1,247 sources…
✓ John Smith · Senior Engineer at TechCorp · San Francisco, CA
3 profiles found · 1 credit used · 0.8s
Agent Skills
Native Claude/GPT agent integration.
Search person
find subject
Add to investigation
to case file
More skills
- 8 available
Our Pricing Plans
-
Beginner For just getting started. $8 /month Buy now Usage Number of credits 40 Person search Features AI skill MCP integration CLI access REST API PDF export Support Email Support
-
Builder Best for power users. $20 /month Buy now Usage Number of credits 100 Person search Features AI skill MCP integration CLI access REST API PDF export Support Email Support
-
Professional For professionals. $40 /month Buy now Usage Number of credits 200 Person search Features AI skill MCP integration CLI access REST API PDF export Support Email Support
-
Expert For scaling businesses. $100 /month Buy now Usage Number of credits 500 Person search Features AI skill MCP integration CLI access REST API PDF export Support Email Support
-
Master For large organizations. $200 /month Buy now Usage Number of credits 1000 Person search Features AI skill MCP integration CLI access REST API PDF export Support Email Support
The missing piece for your AI agents
Surface the intelligence that matters most and answer questions fast
Sales & Revenue
Enrich leads instantly with verified contact details, company signals, and buying intent data. Spend less time researching, more time closing.
HR & Talent
Verify candidate backgrounds, uncover public professional history, and validate credentials before making your next hire.
Journalists & Researchers
Trace connections between individuals and organizations, surface public records, and verify identities — all from a single search.
Security & Risk Teams
Map digital footprints, uncover exposed assets, and assess threats from external actors before they become incidents.
Legal & Compliance
Conduct due diligence on counterparties, verify identities, and surface publicly available information to support investigations.
Fraud & Trust & Safety
Cross-reference identities across public data sources to detect deceptive accounts, fake personas, and coordinated activity at scale.
Frequently Asked Questions
Pricing & UsageAccessAbout UsLegality
Are the credits renewed every month?
Do my credits expire at the end of the billing cycle?
What happens when I switch packages?
Can I cancel anytime?
Is there a free trial?
Reveal what's really out there and discover more in minutes
Try it now
This tool doesn't publish a standard install command — the repository README on GitHub covers its setup.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.