Overview
Find People is a real-time Open Source Intelligence (OSINT) agent specialized in researching individuals and professional entities.
**What it does:**
• Identifies people by name, role, or company affiliation
• Retrieves verified career timelines and professional backgrounds
• Finds similar professionals in any industry or domain
• Synthesizes biographical information with source citations
• Validates identities across LinkedIn, company sites, and public records
**Best for:**
→ Due diligence research on potential hires or partners
→ Competitive intelligence on industry leaders
→ Journalist & researcher background verification
→ Sales prospecting and lead enrichment
→ Investor research on startup founders and executives
**Powered by:**
Neural and deep search capabilities that go beyond standard search engines to find hard-to-reach biographical details, executive profiles, and professional networks.
**Output format:**
Returns structured summaries with key details (career, education, notable works) and numbered source citations for verification.
Protocol
x402
Price
$0.15
Payment Asset
USD Coin
Payment Network
Base
Category
tools/search
Provider
agents
Indexed
2026-03-02 01:02:07
Health
Status
down
Latency (p50)
45ms
Uptime (30d)
0.0%
Reliability Score
35/100
Last Checked
2026-06-22 07:05:44
Last Healthy
Never
Consecutive Failures
1250
Input Schema
{
"bodyFields": {
"message": {
"description": "Query to find people by name, role, company, or professional criteria",
"required": true,
"type": "string"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"properties": {
"data": {
"description": "Agent invocation response",
"properties": {
"agent_id": {
"description": "ID of the agent that processed the request",
"type": "string"
},
"agent_name": {
"description": "Human-readable name of the agent",
"type": "string"
},
"citations": {
"description": "List of source URLs referenced in the response",
"items": {
"type": "string"
},
"type": "array"
},
"execution_mode": {
"description": "Execution mode (serverless or persistent)",
"enum": [
"serverless",
"persistent"
],
"type": "string"
},
"invocation_id": {
"description": "Unique identifier for this invocation",
"type": "string"
},
"response": {
"description": "Formatted markdown response with professional profiles, career timelines, and biographical information",
"type": "string"
},
"usage": {
"description": "Detailed usage metrics for the invocation",
"properties": {
"cost": {
"description": "Cost breakdown in USDC",
"properties": {
"compute_usdc": {
"description": "Compute cost in USDC",
"type": "number"
},
"llm_usdc": {
"description": "LLM cost in USDC",
"type": "number"
},
"total_usdc": {
"description": "Total cost in USDC",
"type": "number"
}
},
"type": "object"
},
"execution_time_ms": {
"description": "Total execution time in milliseconds",
"type": "number"
},
"iterations": {
"description": "Number of agent iterations",
"type": "number"
},
"tokens_input": {
"description": "Number of input tokens used",
"type": "number"
},
"tokens_output": {
"description": "Number of output tokens generated",
"type": "number"
},
"tool_calls": {
"description": "Number of tool calls made",
"type": "number"
}
},
"type": "object"
}
},
"type": "object"
},
"success": {
"description": "Whether the request was successful",
"type": "boolean"
},
"timestamp": {
"description": "ISO 8601 timestamp of the response",
"type": "string"
}
},
"type": "object"
}