Basic company identity enrichment for autonomous agents, including normalized pr
Basic company identity enrichment for autonomous agents, including normalized profile fields, source URLs, coverage, and confidence scoring.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1097 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/company/enrich
| Category | Company and compliance |
|---|---|
| Provider host | api.qonoro.ai |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 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 | 1097 ms |
Example input (from the provider)
{
"body": {
"company_name": "Stripe",
"domain": "stripe.com",
"website": "https://stripe.com"
},
"bodyType": "json",
"inputSchema": {
"properties": {
"company_name": {
"description": "Company name to enrich",
"type": "string"
},
"domain": {
"description": "Company domain when known (alternative to website)",
"type": "string"
},
"website": {
"description": "Official company website",
"type": "string"
}
},
"required": [
"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": {
"company_name": {
"description": "Company name to enrich",
"type": "string"
},
"domain": {
"description": "Company domain when known (alternative to website)",
"type": "string"
},
"website": {
"description": "Official company website",
"type": "string"
}
},
"required": [
"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": {
"cache_hit": {
"type": "boolean"
},
"company_name": {
"type": "string"
},
"confidence_score": {
"type": "number"
},
"coverage": {
"type": "string"
},
"data_tier": {
"type": "string"
},
"domain": {
"type": "string"
},
"founded": {
"type": "string"
},
"headquarters_country": {
"type": "string"
},
"industry": {
"type": "string"
},
"legal_name": {
"type": "string"
},
"quality_warnings": {
"type": "array"
},
"registered_countries": {
"items": {
"type": "string"
},
"type": "array"
},
"response_time_ms": {
"type": "number"
},
"size": {
"enum": [
"micro",
"small",
"medium",
"large",
"unknown"
],
"type": "string"
},
"sources": {
"type": "array"
},
"status": {
"enum": [
"active",
"inactive",
"unknown"
],
"type": "string"
},
"website": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}