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.
- Search Everything, by AnythingLook 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.
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" }
]
}
}
MCP Server
Bring people, companies and schools into chat.
CLI
Run searches straight from your terminal.
~ $ expose search person "john@example.com"
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
- BeginnerFor just getting started.$8/monthUsage
Number of credits
40Person searchFeaturesAI skillMCP integrationCLI accessREST APIPDF exportSupportEmail Support - BuilderBest for power users.$20/monthUsage
Number of credits
100Person searchFeaturesAI skillMCP integrationCLI accessREST APIPDF exportSupportEmail Support - ProfessionalFor professionals.$40/monthUsage
Number of credits
200Person searchFeaturesAI skillMCP integrationCLI accessREST APIPDF exportSupportEmail Support - ExpertFor scaling businesses.$100/monthUsage
Number of credits
500Person searchFeaturesAI skillMCP integrationCLI accessREST APIPDF exportSupportEmail Support - MasterFor large organizations.$200/monthUsage
Number of credits
1000Person searchFeaturesAI skillMCP integrationCLI accessREST APIPDF exportSupportEmail Support
The missing piece for your AI agents
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.