Qonoro Company Search Agent
POST api.qonoro.ai/v1/company/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
Company discovery for autonomous agents: find companies matching industry, headquarters location, size, founding year, or keyword criteria, with sources and confidence scores per match.
Resource: api.qonoro.ai/v1/company/search
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb
Payment methods: — · Last validation: —
{
"input": {
"body": {
"size": "medium",
"limit": 5,
"industry": "fintech",
"keywords": "payments infrastructure API",
"hq_location": "United States",
"founded_after": 2015
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"properties": {
"size": {
"enum": [
"micro",
"small",
"medium",
"large"
],
"type": "string",
"description": "Company size bucket filter."
},
"limit": {
"type": "integer",
"default": 5,
"description": "Maximum number of matching companies to return (1-10)."
},
"industry": {
"type": "string",
"description": "Industry or sector keyword (e.g. 'fintech', 'healthcare')."
},
"keywords": {
"type": "string",
"description": "Free-text keywords describing the company (products, market, technology)."
},
"hq_location": {
"type": "string",
"description": "Headquarters city, state, country, or region filter."
},
"founded_after": {
"type": "integer",
"description": "Only include companies founded in or after this year."
},
"founded_before": {
"type": "integer",
"description": "Only include companies founded in or before this year."
}
}
}
},
"output": {
"type": "json",
"example": {
"results": [
{
"size": "medium",
"domain": "moderntreasury.com",
"founded": "2018",
"website": "https://moderntreasury.com",
"industry": "Financial Technology",
"company_name": "Modern Treasury",
"confidence_score": 0.81,
"headquarters_country": "US"
},
{
"size": "small",
"domain": "increase.com",
"founded": "2020",
"website": "https://increase.com",
"industry": "Financial Technology",
"company_name": "Increase",
"confidence_score": 0.74,
"headquarters_country": "US"
}
],
"sources": [
"https://moderntreasury.com/about",
"https://increase.com/about"
],
"criteria": {
"size": "medium",
"industry": "fintech",
"hq_location": "United States"
},
"cache_hit": false,
"request_id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"result_count": 2,
"quality_warnings": [],
"response_time_ms": 9400
}
},
"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.