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.
50000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-07
updated
Provider
api.qonoro.ai · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "50000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"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"
},
"output": {
"example": {
"cache_hit": false,
"criteria": {
"industry": "fintech",
"location": "New York, NY",
"title": "VP of Sales"
},
"quality_warnings": [],
"request_id": "b2c3d4e5-0000-0000-0000-000000000000",
"response_time_ms": 6100,
"result_count": 2,
"results": [
{
"company_name": "Example Fintech Inc.",
"confidence_score": 0.81,
"department": "sales",
"full_name": "Jane Doe",
"is_decision_maker": true,
"linkedin_url": "https://www.linkedin.com/in/janedoe",
"location": "New York, NY",
"seniority": "vp",
"title": "VP of Sales"
}
],
"sources": [
"https://example.com/team"
]
},
"type": "json"
}
},
"schema": {
"$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"
}
}
}Use it
curl
curl "https://api.qonoro.ai/v1/person/search" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://api.qonoro.ai/v1/person/search");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://api.qonoro.ai/v1/person/search")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/3208.json, and this resource appears in /discovery/resources and /discovery/search.