x402-native professional person enrichment for autonomous agents
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1335 msmedian answer time
$0.05listed price per call
$0.05price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.qonoro.ai/v1/person/enrich
| Category | Company and compliance |
|---|---|
| Provider host | api.qonoro.ai |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.05 | 1335 ms |
Example input (from the provider)
{
"body": {
"buyer_region": "unknown",
"company_name": "Stripe",
"company_website": "https://stripe.com",
"depth": "standard",
"full_name": "Patrick Collison"
},
"bodyType": "json",
"inputSchema": {
"properties": {
"buyer_region": {
"description": "Optional privacy-safe buyer region for operational reporting.",
"enum": [
"PR",
"outside_PR",
"unknown"
],
"type": "string"
},
"company_name": {
"description": "Company the person works at.",
"type": "string"
},
"company_website": {
"description": "Optional company website URL.",
"type": "string"
},
"depth": {
"default": "standard",
"enum": [
"standard",
"deep"
],
"type": "string"
},
"full_name": {
"description": "Full name of the person to enrich.",
"type": "string"
},
"linkedin_url": {
"description": "Optional known LinkedIn profile URL.",
"type": "string"
}
},
"required": [
"full_name",
"company_name"
],
"type": "object"
},
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"buyer_region": {
"description": "Optional privacy-safe buyer region for operational reporting.",
"enum": [
"PR",
"outside_PR",
"unknown"
],
"type": "string"
},
"company_name": {
"description": "Company the person works at.",
"type": "string"
},
"company_website": {
"description": "Optional company website URL.",
"type": "string"
},
"depth": {
"default": "standard",
"enum": [
"standard",
"deep"
],
"type": "string"
},
"full_name": {
"description": "Full name of the person to enrich.",
"type": "string"
},
"linkedin_url": {
"description": "Optional known LinkedIn profile URL.",
"type": "string"
}
},
"required": [
"full_name",
"company_name"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"inputSchema": {
"type": "object"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"bio": {
"type": "string"
},
"cache_hit": {
"type": "boolean"
},
"company_name": {
"type": "string"
},
"confidence_score": {
"type": "number"
},
"department": {
"enum": [
"engineering",
"sales",
"marketing",
"finance",
"product",
"hr",
"legal",
"operations",
"executive",
"other",
"unknown"
],
"type": "string"
},
"email": {
"type": [
"string",
"null"
]
},
"first_name": {
"type": [
"string",
"null"
]
},
"full_name": {
"type": "string"
},
"is_decision_maker": {
"type": "boolean"
},
"last_name": {
"type": [
"string",
"null"
]
},
"linkedin_url": {
"type": [
"string",
"null"
]
},
"location": {
"type": [
"string",
"null"
]
},
"quality_warnings": {
"items": {
"type": "string"
},
"type": "array"
},
"request_id": {
"type": "string"
},
"response_time_ms": {
"type": [
"number",
"null"
]
},
"seniority": {
"enum": [
"c_level",
"vp",
"director",
"manager",
"individual_contributor",
"unknown"
],
"type": "string"
},
"sources": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}