Qonoro Person Search Agent
POST api.qonoro.ai/v1/person/search
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
x402-native person discovery for autonomous agents. Given search criteria (title, seniority, company, industry, or location) instead of a known name, returns a list of matching people with title, seniority, department, decision-maker status, LinkedIn URL, and location. Structured JSON. Paid per request via x402.
Resource: api.qonoro.ai/v1/person/search
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb
Payment methods: — · Last validation: —
{
"input": {
"body": {
"limit": 5,
"title": "VP of Sales",
"industry": "fintech",
"location": "New York, NY",
"buyer_region": "unknown"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"properties": {
"limit": {
"type": "integer",
"default": 5,
"maximum": 10,
"minimum": 1
},
"title": {
"type": "string",
"description": "Job title or title keyword to match."
},
"industry": {
"type": "string",
"description": "Industry or sector keyword."
},
"location": {
"type": "string",
"description": "City, state, country, or region filter."
},
"seniority": {
"enum": [
"c_level",
"vp",
"director",
"manager",
"individual_contributor"
],
"type": "string",
"description": "Optional seniority tier filter."
},
"buyer_region": {
"enum": [
"PR",
"outside_PR",
"unknown"
],
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"company_name": {
"type": "string",
"description": "Restrict results to people at this company."
}
},
"description": "At least one of title, seniority, company_name, industry, or location is required."
}
},
"output": {
"type": "json",
"example": {
"results": [
{
"title": "VP of Sales",
"location": "New York, NY",
"full_name": "Jane Doe",
"seniority": "vp",
"department": "sales",
"company_name": "Example Fintech Inc.",
"linkedin_url": "https://www.linkedin.com/in/janedoe",
"confidence_score": 0.81,
"is_decision_maker": true
}
],
"sources": [
"https://example.com/team"
],
"criteria": {
"title": "VP of Sales",
"industry": "fintech",
"location": "New York, NY"
},
"cache_hit": false,
"request_id": "b2c3d4e5-0000-0000-0000-000000000000",
"result_count": 2,
"quality_warnings": [],
"response_time_ms": 6100
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "50000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.