Qonoro Person Enrichment Agent
POST api.qonoro.ai/v1/person/enrich
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 professional person enrichment for autonomous agents. Given a full name and company, returns title, seniority, department, decision-maker status, LinkedIn URL, location, and a brief bio. Structured JSON. Paid per request via x402.
Resource: api.qonoro.ai/v1/person/enrich
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb
Payment methods: — · Last validation: —
{
"input": {
"body": {
"depth": "standard",
"full_name": "Patrick Collison",
"buyer_region": "unknown",
"company_name": "Stripe",
"company_website": "https://stripe.com"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"full_name",
"company_name"
],
"properties": {
"depth": {
"enum": [
"standard",
"deep"
],
"type": "string",
"default": "standard"
},
"full_name": {
"type": "string",
"description": "Full name of the person to enrich."
},
"buyer_region": {
"enum": [
"PR",
"outside_PR",
"unknown"
],
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"company_name": {
"type": "string",
"description": "Company the person works at."
},
"linkedin_url": {
"type": "string",
"description": "Optional known LinkedIn profile URL."
},
"company_website": {
"type": "string",
"description": "Optional company website URL."
}
}
}
},
"output": {
"type": "json",
"example": {
"bio": "Patrick Collison is the CEO and co-founder of Stripe, the global payments infrastructure company.",
"email": null,
"title": "CEO & Co-Founder",
"sources": [
"https://stripe.com/about",
"https://linkedin.com/in/patrickcollison"
],
"location": "San Francisco, CA",
"cache_hit": false,
"full_name": "Patrick Collison",
"last_name": "Collison",
"seniority": "c_level",
"department": "executive",
"first_name": "Patrick",
"request_id": "a1b2c3d4-0000-0000-0000-000000000000",
"company_name": "Stripe",
"linkedin_url": "https://www.linkedin.com/in/patrickcollison",
"confidence_score": 0.95,
"quality_warnings": [],
"response_time_ms": 5200,
"is_decision_maker": true
}
},
"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.