AI-Powered OSINT at Lightspeed
OSINT at machine speed
- Billions of Data PointsOur AI engine cross-references billions of public records, social profiles, and open-source data to surface what matters in seconds.
- Instant Structured ReportsGet a clean, structured intelligence overview the moment you search - no manual correlation, no noise, just signal.
- API & MCP ReadyIntegrate OSINT directly into your workflows. Use our REST API or MCP server with Claude, ChatGPT, and more.
Search from any identifier
Look up anyone by email, phone number, or profile url. Expose connects the dots across all public sources automatically.
Results in seconds
What used to take hours of manual research now takes moments. Our engine processes hundreds of sources in parallel so you don't have to.
Ethical & compliant
Only publicly available information — no hacking, no breached data. GDPR and CCPA compliant by design.
REST API & MCP server
Plug OSINT into your stack or AI agent. One credit per query, no matter where you call from.
const res = await fetch(
"https://expose.team/api/search",
{
method: "POST",
headers: {
"Authorization": `Bearer ${API_KEY}`
},
body: JSON.stringify({
query: "john@example.com"
})
}
);
{
"data": {
"id": "aZmhaU4Rkjal",
"names": [
{ "first_name": "john", "last_name": "smith", "source": "linkedin" }
],
"emails": [
{ "value": "john@example.com", "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" }
]
}
}
Our Pricing Plans
- BeginnerFor just getting started.$8/monthUsage
Number of credits
40Email searchPhone searchSocial media URL searchFeaturesMCP integrationPDF exportAPI accessSupportEmail Support - BuilderBest for power users.$20/monthUsage
Number of credits
100Email searchPhone searchSocial media URL searchFeaturesMCP integrationPDF exportAPI accessSupportEmail Support - ProfessionalFor professionals.$40/monthUsage
Number of credits
200Email searchPhone searchSocial media URL searchFeaturesMCP integrationPDF exportAPI accessSupportEmail Support - ExpertFor scaling businesses.$100/monthUsage
Number of credits
500Email searchPhone searchSocial media URL searchFeaturesMCP integrationPDF exportAPI accessSupportEmail Support - MasterFor large organizations.$200/monthUsage
Number of credits
1000Email searchPhone searchSocial media URL searchFeaturesMCP integrationPDF exportAPI accessSupportEmail Support
Frequently Asked Questions
Yes, the credits are renewed every month, at the billing cycle (whenever you subscribed). When you change packages, the billing date is reset and the billing cycle starts from that date.
Yes. At the end of each billing cycle, the credits are reset, so unused credits can no longer be used.
When you switch packages (whether upgrading or downgrading), your billing date is reset to the date you chose to make the change, and the billing cycle starts from that date going forward.
Yes, you may cancel your subscription at any time. When you do, your credits are reset to zero at the end of the current billing cycle.
Unfortunately, no. Every search query costs us resources, so we cannot offer free trials at this point.