x402-native person discovery for autonomous agents
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
207 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/search
| Category | Company and compliance |
|---|---|
| Provider host | api.qonoro.ai |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 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 | 207 ms |
Example input (from the provider)
{
"body": {
"buyer_region": "unknown",
"industry": "fintech",
"limit": 5,
"location": "New York, NY",
"title": "VP of Sales"
},
"bodyType": "json",
"inputSchema": {
"description": "At least one of title, seniority, company_name, industry, or location is required.",
"properties": {
"buyer_region": {
"description": "Optional privacy-safe buyer region for operational reporting.",
"enum": [
"PR",
"outside_PR",
"unknown"
],
"type": "string"
},
"company_name": {
"description": "Restrict results to people at this company.",
"type": "string"
},
"industry": {
"description": "Industry or sector keyword.",
"type": "string"
},
"limit": {
"default": 5,
"maximum": 10,
"minimum": 1,
"type": "integer"
},
"location": {
"description": "City, state, country, or region filter.",
"type": "string"
},
"seniority": {
"description": "Optional seniority tier filter.",
"enum": [
"c_level",
"vp",
"director",
"manager",
"individual_contributor"
],
"type": "string"
},
"title": {
"description": "Job title or title keyword to match.",
"type": "string"
}
},
"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": {
"description": "At least one of title, seniority, company_name, industry, or location is required.",
"properties": {
"buyer_region": {
"description": "Optional privacy-safe buyer region for operational reporting.",
"enum": [
"PR",
"outside_PR",
"unknown"
],
"type": "string"
},
"company_name": {
"description": "Restrict results to people at this company.",
"type": "string"
},
"industry": {
"description": "Industry or sector keyword.",
"type": "string"
},
"limit": {
"default": 5,
"maximum": 10,
"minimum": 1,
"type": "integer"
},
"location": {
"description": "City, state, country, or region filter.",
"type": "string"
},
"seniority": {
"description": "Optional seniority tier filter.",
"enum": [
"c_level",
"vp",
"director",
"manager",
"individual_contributor"
],
"type": "string"
},
"title": {
"description": "Job title or title keyword to match.",
"type": "string"
}
},
"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": {
"cache_hit": {
"type": "boolean"
},
"criteria": {
"type": "object"
},
"quality_warnings": {
"items": {
"type": "string"
},
"type": "array"
},
"request_id": {
"type": "string"
},
"response_time_ms": {
"type": [
"number",
"null"
]
},
"result_count": {
"type": "integer"
},
"results": {
"items": {
"properties": {
"company_name": {
"type": [
"string",
"null"
]
},
"confidence_score": {
"type": "number"
},
"department": {
"enum": [
"engineering",
"sales",
"marketing",
"finance",
"product",
"hr",
"legal",
"operations",
"executive",
"other",
"unknown"
],
"type": "string"
},
"full_name": {
"type": "string"
},
"is_decision_maker": {
"type": "boolean"
},
"linkedin_url": {
"type": [
"string",
"null"
]
},
"location": {
"type": [
"string",
"null"
]
},
"seniority": {
"enum": [
"c_level",
"vp",
"director",
"manager",
"individual_contributor",
"unknown"
],
"type": "string"
},
"title": {
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"type": "array"
},
"sources": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}