Qonoro is an x402-native intelligence API for autonomous agents: structured, source-cited B2B intelligence and data enrichment, callable 24/7 with pay-per-call USDC on Base. Endpoints cover company enrichment & research, competitor and sales-signal analysis, lead qualification, person/contact enrichment, intent signals, job-change detection, domain/tech intelligence, KYB entity verification, news sentiment, outbound personalization, and real-time validation/normalization utilities (email, phone, URL, address, domain resolution, NAICS). Every response is normalized JSON built for agent-to-agent workflows. All endpoints are live and x402-validated (indexed on Agentic/Bazaar via real settled USDC payments on Base). Per-call pricing starts at $0.005 depending on the endpoint. Additional intelligence agents are actively in development and will ship under the same api.qonoro.ai base.
Pay from $0.005 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| POST | /v1/address/normalize | $0.005 | Base | USDC | |
| POST | /v1/company/enrich | $0.05 | Base | USDC | |
| POST | /v1/company/research | $2.00 | Base | USDC | |
| POST | /v1/competitors/analyze | $0.50 | Base | USDC | |
| POST | /v1/domain-resolver/resolve | $0.01 | Base | USDC | |
| POST | /v1/domain/intelligence | $0.03 | Base | USDC | |
| POST | /v1/email/validate | $0.005 | Base | USDC | |
| POST | /v1/intent-signals/find | $0.75 | Base | USDC | |
| POST | /v1/job-changes/detect | $0.50 | Base | USDC | |
| POST | /v1/kyb/verify | $0.75 | Base | USDC | |
| POST | /v1/naics/classify | $0.02 | Base | USDC | |
| POST | /v1/news/sentiment | $0.15 | Base | USDC | |
| POST | /v1/outbound/personalize | $0.75 | Base | USDC | |
| POST | /v1/person/enrich | $0.05 | Base | USDC | |
| POST | /v1/phone/validate | $0.01 | Base | USDC | |
| POST | /v1/revenue/qualify-lead | $0.75 | Base | USDC | |
| POST | /v1/sales-signals/find | $0.75 | Base | USDC | |
| POST | /v1/url/health | $0.01 | Base | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to POST /v1/address/normalize returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i -X POST 'https://api.qonoro.ai/v1/address/normalize'
// 402 response (captured by monitor) · 18 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.qonoro.ai/v1/company/enrich",
"tags": [
"company-enrichment",
"entity-resolution",
"business-intelligence",
"ai-agents",
"x402"
],
"iconUrl": "https://qonoro.ai/favicon.ico",
"mimeType": "application/json",
"description": "Basic company identity enrichment for autonomous agents, including normalized profile fields, source URLs, coverage, and confidence scoring.",
"serviceName": "Qonoro Company Enrichment Agent"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"website": "https://stripe.com",
"buyer_region": "unknown",
"company_name": "Stripe"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"company_name"
],
"properties": {
"depth": {
"enum": [
"standard",
"deep"
],
"type": "string",
"default": "standard"
},
"website": {
"type": "string",
"description": "Official company website"
},
"buyer_region": {
"enum": [
"PR",
"outside_PR",
"unknown"
],
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"company_name": {
"type": "string",
"description": "Company name to research"
}
}
}
},
"output": {
"type": "json",
"example": {
"size": "large",
"domain": "stripe.com",
"status": "active",
"founded": "2010",
"sources": [
"https://stripe.com",
"https://www.crunchbase.com/organization/stripe"
],
"website": "https://stripe.com",
"coverage": "public_web",
"industry": "Financial Technology",
"cache_hit": false,
"data_tier": "enrich",
"legal_name": "Stripe Inc.",
"company_name": "Stripe",
"confidence_score": 0.88,
"quality_warnings": [],
"response_time_ms": 600,
"headquarters_country": "US",
"registered_countries": [
"US",
"IE"
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"company_name"
],
"properties": {
"depth": {
"enum": [
"standard",
"deep"
],
"type": "string",
"default": "standard"
},
"website": {
"type": "string",
"description": "Official company website"
},
"buyer_region": {
"enum": [
"PR",
"outside_PR",
"unknown"
],
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"company_name": {
"type": "string",
"description": "Company name to research"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"inputSchema": {
"type": "object"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"size": {
"enum": [
"micro",
"small",
"medium",
"large",
"unknown"
],
"type": "string"
},
"domain": {
"type": "string"
},
"status": {
"enum": [
"active",
"inactive",
"unknown"
],
"type": "string"
},
"founded": {
"type": "string"
},
"sources": {
"type": "array"
},
"website": {
"type": "string"
},
"coverage": {
"type": "string"
},
"industry": {
"type": "string"
},
"cache_hit": {
"type": "boolean"
},
"data_tier": {
"type": "string"
},
"legal_name": {
"type": "string"
},
"company_name": {
"type": "string"
},
"confidence_score": {
"type": "number"
},
"quality_warnings": {
"type": "array"
},
"response_time_ms": {
"type": "number"
},
"headquarters_country": {
"type": "string"
},
"registered_countries": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"amount": "2000000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.qonoro.ai/v1/company/research",
"tags": [
"company-research",
"business-intelligence",
"sales-intelligence",
"ai-agents",
"x402"
],
"iconUrl": "https://qonoro.ai/favicon.ico",
"mimeType": "application/json",
"description": "Premium AI-powered company research bundle with decision makers, structured competitors, structured sales signals, risks, opportunities, verified claims, sources, and confidence scoring.",
"serviceName": "Qonoro Company Intelligence Agent"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"depth": "standard",
"website": "https://www.notion.so",
"buyer_region": "unknown",
"company_name": "Notion"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"company_name"
],
"properties": {
"depth": {
"enum": [
"standard",
"deep"
],
"type": "string",
"default": "standard"
},
"website": {
"type": "string",
"description": "Official company website"
},
"buyer_region": {
"enum": [
"PR",
"outside_PR",
"unknown"
],
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"company_name": {
"type": "string",
"description": "Company name to research"
}
}
}
},
"output": {
"type": "json",
"example": {
"risks": [
"Competitive productivity software market"
],
"sources": [
"https://www.crunchbase.com/organization/notion-so"
],
"industry": "Productivity and Collaboration Software",
"cache_hit": false,
"data_tier": "research",
"competitors": [
"Miro",
"Productboard",
"Saga"
],
"company_name": "Notion",
"company_size": "501-1,000 employees",
"data_quality": "high",
"funding_stage": "Series C",
"opportunities": [
"Growing demand for collaboration tools"
],
"sales_signals": [
"Raised over $300 million in funding",
"Reported revenue growth"
],
"decision_makers": [
{
"name": "Ivan Zhao",
"role": "Founder",
"confidence": 0.95
}
],
"target_customer": "Product, engineering, operations, and knowledge workers.",
"verified_claims": [
"Company profile confirmed through public web sources."
],
"business_summary": "Notion provides workspace, collaboration, and knowledge management software.",
"confidence_score": 0.95,
"quality_warnings": [],
"response_time_ms": 1200,
"company_size_note": "Estimated from public sources, not official registry.",
"company_size_source": "public_web",
"recommended_actions": [
"Use structured competitors and sales signals to route the account to the right workflow.",
"Review verified claims and source URLs before automated outreach."
],
"structured_competitors": [
{
"name": "Miro",
"confidence": 0.86,
"competitor_type": "indirect",
"market_position": "Collaborative whiteboard and workspace platform"
}
],
"structured_sales_signals": [
{
"priority": "high",
"confidence": 0.9,
"description": "Notion has raised significant funding to support growth.",
"signal_type": "funding"
}
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"company_name"
],
"properties": {
"depth": {
"enum": [
"standard",
"deep"
],
"type": "string",
"default": "standard"
},
"website": {
"type": "string",
"description": "Official company website"
},
"buyer_region": {
"enum": [
"PR",
"outside_PR",
"unknown"
],
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"company_name": {
"type": "string",
"description": "Company name to research"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"inputSchema": {
"type": "object"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"risks": {
"type": "array"
},
"sources": {
"type": "array"
},
"industry": {
"type": "string"
},
"cache_hit": {
"type": "boolean"
},
"competitors": {
"type": "array"
},
"company_name": {
"type": "string"
},
"company_size": {
"type": "string"
},
"data_quality": {
"type": "string"
},
"funding_stage": {
"type": "string"
},
"opportunities": {
"type": "array"
},
"sales_signals": {
"type": "array"
},
"decision_makers": {
"type": "array"
},
"target_customer": {
"type": "string"
},
"verified_claims": {
"type": "array"
},
"business_summary": {
"type": "string"
},
"confidence_score": {
"type": "number"
},
"quality_warnings": {
"type": "array"
},
"response_time_ms": {
"type": "number"
},
"company_size_note": {
"type": "string"
},
"company_size_source": {
"type": "string"
},
"recommended_actions": {
"type": "array"
},
"structured_competitors": {
"type": "array"
},
"structured_sales_signals": {
"type": "array"
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"amount": "500000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.qonoro.ai/v1/competitors/analyze",
"tags": [
"competitor-intelligence",
"market-research",
"business-intelligence",
"ai-agents",
"x402"
],
"iconUrl": "https://qonoro.ai/favicon.ico",
"mimeType": "application/json",
"description": "Competitor intelligence for autonomous agents, including competitor types, reasons, confidence scores, and source URLs.",
"serviceName": "Qonoro Competitor Intelligence Agent"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"depth": "standard",
"website": "https://linear.app",
"buyer_region": "unknown",
"company_name": "Linear"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"company_name"
],
"properties": {
"depth": {
"enum": [
"standard",
"deep"
],
"type": "string",
"default": "standard"
},
"website": {
"type": "string",
"description": "Official company website"
},
"buyer_region": {
"enum": [
"PR",
"outside_PR",
"unknown"
],
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"company_name": {
"type": "string",
"description": "Company name to research"
}
}
}
},
"output": {
"type": "json",
"example": {
"sources": [
"https://www.atlassian.com/software/jira",
"https://asana.com",
"https://www.notion.so"
],
"cache_hit": false,
"competitors": [
{
"name": "Jira",
"reason": "Jira is the dominant issue tracker for software teams, directly competing with Linear.",
"confidence": 0.95,
"source_urls": [
"https://www.atlassian.com/software/jira"
],
"evidence_level": "high",
"competitor_type": "direct",
"market_position": "Enterprise Agile delivery and issue tracking platform"
},
{
"name": "Asana",
"reason": "Asana targets cross-functional teams managing projects and tasks.",
"confidence": 0.88,
"source_urls": [
"https://asana.com"
],
"evidence_level": "high",
"competitor_type": "direct",
"market_position": "Work management platform for teams"
},
{
"name": "Notion",
"reason": "Notion includes project tracking features used as a Jira/Linear alternative.",
"confidence": 0.72,
"source_urls": [
"https://www.notion.so"
],
"evidence_level": "medium",
"competitor_type": "alternative",
"market_position": "All-in-one workspace with project and wiki capabilities"
}
],
"positioning": "Linear is positioned as a fast, opinionated product development system for software teams that prioritize speed and simplicity over enterprise features.",
"company_name": "Linear",
"market_category": "Product Management And Issue Tracking",
"confidence_score": 0.87,
"quality_warnings": [],
"response_time_ms": 14200,
"competitive_summary": "Linear competes with established project and issue tracking platforms, with strong evidence for direct competition with Jira and Asana.",
"recommended_actions": [
"Use direct competitors for sales battlecards and competitive positioning.",
"Review source URLs before using this data for diligence or market research."
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"company_name"
],
"properties": {
"depth": {
"enum": [
"standard",
"deep"
],
"type": "string",
"default": "standard"
},
"website": {
"type": "string",
"description": "Official company website"
},
"buyer_region": {
"enum": [
"PR",
"outside_PR",
"unknown"
],
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"company_name": {
"type": "string",
"description": "Company name to research"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"inputSchema": {
"type": "object"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"sources": {
"type": "array"
},
"cache_hit": {
"type": "boolean"
},
"competitors": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"reason": {
"type": "string"
},
"confidence": {
"type": "number"
},
"source_urls": {
"type": "array",
"items": {
"type": "string"
}
},
"evidence_level": {
"enum": [
"high",
"medium",
"low"
],
"type": "string"
},
"competitor_type": {
"enum": [
"direct",
"indirect",
"alternative",
"platform"
],
"type": "string"
},
"market_position": {
"type": "string"
}
}
}
},
"positioning": {
"type": "string"
},
"company_name": {
"type": "string"
},
"market_category": {
"type": "string"
},
"confidence_score": {
"type": "number"
},
"quality_warnings": {
"type": "array"
},
"response_time_ms": {
"type": "number"
},
"competitive_summary": {
"type": "string"
},
"recommended_actions": {
"type": "array"
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"amount": "750000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.qonoro.ai/v1/sales-signals/find",
"tags": [
"sales-signals",
"sales-intelligence",
"prospecting",
"ai-agents",
"x402"
],
"iconUrl": "https://qonoro.ai/favicon.ico",
"mimeType": "application/json",
"description": "Sales signal detection for autonomous agents, including funding, hiring, product launches, partnerships, expansion, revenue growth, recommended actions, and confidence scores.",
"serviceName": "Qonoro Sales Signals Agent"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"depth": "standard",
"website": "https://ramp.com",
"buyer_region": "unknown",
"company_name": "Ramp"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"company_name"
],
"properties": {
"depth": {
"enum": [
"standard",
"deep"
],
"type": "string",
"default": "standard"
},
"website": {
"type": "string",
"description": "Official company website"
},
"buyer_region": {
"enum": [
"PR",
"outside_PR",
"unknown"
],
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"company_name": {
"type": "string",
"description": "Company name to research"
}
}
}
},
"output": {
"type": "json",
"example": {
"signals": [
{
"priority": "high",
"confidence": 0.93,
"description": "Ramp raised $150M Series C at a $5.8B valuation, signaling rapid expansion.",
"signal_type": "funding",
"source_urls": [
"https://techcrunch.com/2022/03/ramp-series-c"
],
"recommended_action": "Reach out with enterprise pricing and volume discount messaging."
},
{
"priority": "high",
"confidence": 0.85,
"description": "Ramp is actively hiring across engineering, sales, and finance roles.",
"signal_type": "hiring",
"source_urls": [
"https://ramp.com/careers"
],
"recommended_action": "Position your solution as a tool that scales with their team growth."
},
{
"priority": "medium",
"confidence": 0.78,
"description": "Ramp launched new AI-powered expense categorization features.",
"signal_type": "product_launch",
"source_urls": [
"https://ramp.com/blog"
],
"recommended_action": "Explore partnership or integration opportunities."
}
],
"sources": [
"https://techcrunch.com/2022/03/ramp-series-c",
"https://ramp.com/careers",
"https://ramp.com/blog"
],
"cache_hit": false,
"top_signal": {
"priority": "high",
"confidence": 0.93,
"description": "Ramp raised $150M Series C at a $5.8B valuation, signaling rapid expansion.",
"signal_type": "funding",
"source_urls": [
"https://techcrunch.com/2022/03/ramp-series-c"
],
"recommended_action": "Reach out with enterprise pricing and volume discount messaging."
},
"company_name": "Ramp",
"signal_count": {
"low": 0,
"high": 2,
"medium": 1
},
"verified_claims": [
"Series C funding confirmed via TechCrunch primary source."
],
"confidence_score": 0.88,
"quality_warnings": [],
"response_time_ms": 13400,
"buying_intent_summary": "Ramp shows strong buying signals driven by recent funding and active hiring, suggesting a company in active growth mode with budget and headcount to support new vendors.",
"overall_signal_strength": "high",
"recommended_sales_angle": "Lead with scalability and ROI — Ramp is investing heavily and will respond to solutions that reduce overhead during rapid growth."
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"company_name"
],
"properties": {
"depth": {
"enum": [
"standard",
"deep"
],
"type": "string",
"default": "standard"
},
"website": {
"type": "string",
"description": "Official company website"
},
"buyer_region": {
"enum": [
"PR",
"outside_PR",
"unknown"
],
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"company_name": {
"type": "string",
"description": "Company name to research"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"inputSchema": {
"type": "object"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"signals": {
"type": "array",
"items": {
"type": "object",
"properties": {
"priority": {
"enum": [
"high",
"medium",
"low"
],
"type": "string"
},
"confidence": {
"type": "number"
},
"description": {
"type": "string"
},
"signal_type": {
"type": "string"
},
"source_urls": {
"type": "array",
"items": {
"type": "string"
}
},
"recommended_action": {
"type": "string"
}
}
}
},
"sources": {
"type": "array"
},
"cache_hit": {
"type": "boolean"
},
"top_signal": {
"type": "object"
},
"company_name": {
"type": "string"
},
"signal_count": {
"type": "object"
},
"verified_claims": {
"type": "array"
},
"confidence_score": {
"type": "number"
},
"quality_warnings": {
"type": "array"
},
"response_time_ms": {
"type": "number"
},
"buying_intent_summary": {
"type": "string"
},
"overall_signal_strength": {
"enum": [
"high",
"medium",
"low",
"none"
],
"type": "string"
},
"recommended_sales_angle": {
"type": "string"
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"amount": "750000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.qonoro.ai/v1/revenue/qualify-lead",
"tags": [
"lead-qualification",
"revenue-intelligence",
"sales-intelligence",
"ai-agents",
"x402"
],
"iconUrl": "https://qonoro.ai/favicon.ico",
"mimeType": "application/json",
"description": "Revenue intelligence lead qualification for autonomous agents, including fit scoring, cited evidence, risks, buying signals, sales angle, and next action.",
"serviceName": "Qonoro Revenue Intelligence Agent"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"website": "https://www.notion.so",
"company_name": "Notion",
"product_or_offer": "AI-powered CRM enrichment and revenue intelligence API",
"ideal_customer_profile": "B2B SaaS companies with sales teams"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"company_name",
"ideal_customer_profile",
"product_or_offer"
],
"properties": {
"notes": {
"type": "string",
"description": "Optional sales context, region, deal notes, or exclusions"
},
"website": {
"type": "string",
"description": "Official company website"
},
"buyer_region": {
"enum": [
"PR",
"outside_PR",
"unknown"
],
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting"
},
"company_name": {
"type": "string",
"description": "Company or account name to qualify"
},
"product_or_offer": {
"type": "string",
"description": "Product, service, or offer being sold"
},
"ideal_customer_profile": {
"type": "string",
"description": "Description of the target ICP for the seller"
}
}
}
},
"output": {
"type": "json",
"example": {
"sources": [
"https://www.notion.so",
"https://www.notion.so/product/ai"
],
"cache_hit": false,
"lead_score": 86,
"request_id": "example-request-id",
"crm_summary": "Qualified enterprise SaaS account with strong ICP fit and moderate-to-strong buying evidence.",
"fit_reasons": [
"Strong fit with B2B SaaS revenue workflows",
"Likely to value structured intelligence for sales and expansion teams"
],
"company_name": "Notion",
"risk_factors": [
"Large organization may require security and procurement review"
],
"qualification": "qualified",
"buying_signals": [
"Product-led growth motion",
"Large customer and team footprint"
],
"evidence_items": [
{
"claim": "The company has a large customer and team footprint.",
"impact": "Supports enterprise outbound fit and revenue potential.",
"source": "https://www.notion.so",
"signal_type": "fit"
},
{
"claim": "The company is expanding AI and enterprise workflows.",
"impact": "Supports a timely sales angle around agent-ready account intelligence.",
"source": "https://www.notion.so/product/ai",
"signal_type": "buying_signal"
}
],
"evidence_level": "strong",
"objection_risks": [
"May already use internal enrichment or sales intelligence tools"
],
"score_breakdown": {
"icp_fit": 90,
"urgency": 76,
"buying_signals": 82,
"risk_adjustment": 72,
"revenue_potential": 84
},
"confidence_score": 0.86,
"next_best_action": "Send a concise outbound message focused on improving sales research speed and lead quality.",
"quality_warnings": [],
"sales_motion_fit": "enterprise_outbound",
"personalized_opening": "Your expansion into AI and enterprise workflows suggests a growing need for structured account intelligence across revenue teams.",
"decision_maker_targets": [
{
"why": "Owns revenue data quality, sales tooling, and enrichment workflows.",
"role": "Head of Revenue Operations"
},
{
"why": "Accountable for pipeline quality and sales team productivity.",
"role": "VP Sales"
}
],
"recommended_sales_angle": "Position Qonoro as an agent-ready intelligence layer for sales prioritization."
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"company_name",
"ideal_customer_profile",
"product_or_offer"
],
"properties": {
"notes": {
"type": "string",
"description": "Optional sales context, region, deal notes, or exclusions"
},
"website": {
"type": "string",
"description": "Official company website"
},
"buyer_region": {
"enum": [
"PR",
"outside_PR",
"unknown"
],
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting"
},
"company_name": {
"type": "string",
"description": "Company or account name to qualify"
},
"product_or_offer": {
"type": "string",
"description": "Product, service, or offer being sold"
},
"ideal_customer_profile": {
"type": "string",
"description": "Description of the target ICP for the seller"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"inputSchema": {
"type": "object"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.qonoro.ai/v1/person/enrich",
"tags": [
"person-enrichment",
"lead-intelligence",
"b2b",
"decision-maker",
"linkedin",
"sales-intelligence",
"qonoro",
"ai-agents",
"x402"
],
"iconUrl": "https://qonoro.ai/favicon.ico",
"mimeType": "application/json",
"description": "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.",
"serviceName": "Qonoro Person Enrichment Agent"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"depth": "standard",
"full_name": "Patrick Collison",
"buyer_region": "unknown",
"company_name": "Stripe",
"company_website": "https://stripe.com"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"full_name",
"company_name"
],
"properties": {
"depth": {
"enum": [
"standard",
"deep"
],
"type": "string",
"default": "standard"
},
"full_name": {
"type": "string",
"description": "Full name of the person to enrich."
},
"buyer_region": {
"enum": [
"PR",
"outside_PR",
"unknown"
],
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"company_name": {
"type": "string",
"description": "Company the person works at."
},
"linkedin_url": {
"type": "string",
"description": "Optional known LinkedIn profile URL."
},
"company_website": {
"type": "string",
"description": "Optional company website URL."
}
}
}
},
"output": {
"type": "json",
"example": {
"bio": "Patrick Collison is the CEO and co-founder of Stripe, the global payments infrastructure company.",
"email": null,
"title": "CEO & Co-Founder",
"sources": [
"https://stripe.com/about",
"https://linkedin.com/in/patrickcollison"
],
"location": "San Francisco, CA",
"cache_hit": false,
"full_name": "Patrick Collison",
"last_name": "Collison",
"seniority": "c_level",
"department": "executive",
"first_name": "Patrick",
"request_id": "a1b2c3d4-0000-0000-0000-000000000000",
"company_name": "Stripe",
"linkedin_url": "https://www.linkedin.com/in/patrickcollison",
"confidence_score": 0.95,
"quality_warnings": [],
"response_time_ms": 5200,
"is_decision_maker": true
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"full_name",
"company_name"
],
"properties": {
"depth": {
"enum": [
"standard",
"deep"
],
"type": "string",
"default": "standard"
},
"full_name": {
"type": "string",
"description": "Full name of the person to enrich."
},
"buyer_region": {
"enum": [
"PR",
"outside_PR",
"unknown"
],
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"company_name": {
"type": "string",
"description": "Company the person works at."
},
"linkedin_url": {
"type": "string",
"description": "Optional known LinkedIn profile URL."
},
"company_website": {
"type": "string",
"description": "Optional company website URL."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"inputSchema": {
"type": "object"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"bio": {
"type": "string"
},
"email": {
"type": [
"string",
"null"
]
},
"title": {
"type": [
"string",
"null"
]
},
"sources": {
"type": "array",
"items": {
"type": "string"
}
},
"location": {
"type": [
"string",
"null"
]
},
"cache_hit": {
"type": "boolean"
},
"full_name": {
"type": "string"
},
"last_name": {
"type": [
"string",
"null"
]
},
"seniority": {
"enum": [
"c_level",
"vp",
"director",
"manager",
"individual_contributor",
"unknown"
],
"type": "string"
},
"department": {
"enum": [
"engineering",
"sales",
"marketing",
"finance",
"product",
"hr",
"legal",
"operations",
"executive",
"other",
"unknown"
],
"type": "string"
},
"first_name": {
"type": [
"string",
"null"
]
},
"request_id": {
"type": "string"
},
"company_name": {
"type": "string"
},
"linkedin_url": {
"type": [
"string",
"null"
]
},
"confidence_score": {
"type": "number"
},
"quality_warnings": {
"type": "array",
"items": {
"type": "string"
}
},
"response_time_ms": {
"type": [
"number",
"null"
]
},
"is_decision_maker": {
"type": "boolean"
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"amount": "750000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.qonoro.ai/v1/intent-signals/find",
"tags": [
"intent-signals",
"buying-intent",
"sales-intelligence",
"b2b",
"lead-intelligence",
"qonoro",
"ai-agents",
"x402"
],
"iconUrl": "https://qonoro.ai/favicon.ico",
"mimeType": "application/json",
"description": "x402-native buying-intent detection for autonomous agents. Identifies companies actively evaluating or purchasing in a given product category, with structured signals, confidence scoring, and recommended sales approach.",
"serviceName": "Qonoro Intent Signals Agent"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"depth": "standard",
"buyer_region": "unknown",
"company_name": "Notion",
"company_website": "https://www.notion.so",
"product_category": "CRM"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"company_name"
],
"properties": {
"depth": {
"enum": [
"standard",
"deep"
],
"type": "string",
"default": "standard"
},
"buyer_region": {
"enum": [
"PR",
"outside_PR",
"unknown"
],
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"company_name": {
"type": "string",
"description": "Company to check for active buying intent."
},
"company_website": {
"type": "string",
"description": "Optional company website URL."
},
"product_category": {
"type": "string",
"description": "Optional product/vertical to scope intent signals to (e.g. 'CRM', 'cloud infrastructure')."
}
}
}
},
"output": {
"type": "json",
"example": {
"signals": [
{
"confidence": 0.7,
"source_url": "https://www.notion.so/careers/revenue-operations-manager",
"description": "Notion posted a Revenue Operations Manager role requiring CRM migration experience.",
"signal_type": "job_posting_intent",
"published_date": "2026-05-01"
}
],
"sources": [
"https://www.notion.so/careers/revenue-operations-manager"
],
"cache_hit": false,
"request_id": "a1b2c3d4-0000-0000-0000-000000000000",
"company_name": "Notion",
"data_quality": "medium",
"intent_level": "medium",
"intent_score": 0.62,
"confidence_score": 0.72,
"product_category": "CRM",
"quality_warnings": [],
"response_time_ms": 4800,
"recommended_approach": "Use the open Revenue Operations role as timing to introduce a CRM migration angle."
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"company_name"
],
"properties": {
"depth": {
"enum": [
"standard",
"deep"
],
"type": "string",
"default": "standard"
},
"buyer_region": {
"enum": [
"PR",
"outside_PR",
"unknown"
],
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"company_name": {
"type": "string",
"description": "Company to check for active buying intent."
},
"company_website": {
"type": "string",
"description": "Optional company website URL."
},
"product_category": {
"type": "string",
"description": "Optional product/vertical to scope intent signals to (e.g. 'CRM', 'cloud infrastructure')."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"inputSchema": {
"type": "object"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"signals": {
"type": "array",
"items": {
"type": "object",
"properties": {
"confidence": {
"type": "number"
},
"source_url": {
"type": "string"
},
"description": {
"type": "string"
},
"signal_type": {
"enum": [
"rfp",
"vendor_evaluation",
"tech_stack_change",
"job_posting_intent",
"executive_statement",
"competitor_switch",
"expansion_triggered",
"other"
],
"type": "string"
},
"published_date": {
"type": [
"string",
"null"
]
}
}
}
},
"sources": {
"type": "array",
"items": {
"type": "string"
}
},
"cache_hit": {
"type": "boolean"
},
"request_id": {
"type": "string"
},
"company_name": {
"type": "string"
},
"data_quality": {
"enum": [
"high",
"medium",
"low"
],
"type": "string"
},
"intent_level": {
"enum": [
"high",
"medium",
"low",
"none"
],
"type": "string"
},
"intent_score": {
"type": "number"
},
"confidence_score": {
"type": "number"
},
"product_category": {
"type": [
"string",
"null"
]
},
"quality_warnings": {
"type": "array",
"items": {
"type": "string"
}
},
"response_time_ms": {
"type": [
"number",
"null"
]
},
"recommended_approach": {
"type": "string"
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"amount": "500000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.qonoro.ai/v1/job-changes/detect",
"tags": [
"job-change-signals",
"career-change",
"sales-trigger",
"b2b",
"person-intelligence",
"sales-intelligence",
"qonoro",
"ai-agents",
"x402"
],
"iconUrl": "https://qonoro.ai/favicon.ico",
"mimeType": "application/json",
"description": "Given a person name and company, detect recent job changes, new roles, and career moves. Returns structured signals with source URLs and confidence scoring.",
"serviceName": "Qonoro Job Change Signals Agent"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"depth": "standard",
"person_name": "Sarah Chen",
"buyer_region": "unknown",
"person_title": "VP of Sales",
"current_company": "Salesforce"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"person_name",
"current_company"
],
"properties": {
"depth": {
"enum": [
"standard",
"deep"
],
"type": "string",
"default": "standard"
},
"person_name": {
"type": "string",
"description": "Full name of the person to track."
},
"buyer_region": {
"enum": [
"PR",
"outside_PR",
"unknown"
],
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"person_title": {
"type": "string",
"description": "Last known job title. Improves search accuracy."
},
"current_company": {
"type": "string",
"description": "Company you know this person from."
},
"person_linkedin_url": {
"type": "string",
"description": "LinkedIn profile URL. Helps disambiguate common names."
}
}
}
},
"output": {
"type": "json",
"example": {
"signals": [
{
"new_title": "CRO",
"confidence": 0.9,
"event_type": "left_company",
"source_url": "https://techcrunch.com/example",
"description": "Left Salesforce as VP of Sales to join Stripe as CRO.",
"new_company": "Stripe",
"detected_date": "2024-11",
"previous_title": "VP of Sales",
"previous_company": "Salesforce"
}
],
"sources": [
"https://techcrunch.com/example"
],
"cache_hit": false,
"request_id": "example-request-id",
"person_name": "Sarah Chen",
"data_quality": "high",
"change_summary": "Sarah Chen left Salesforce as VP of Sales to join Stripe as CRO.",
"change_detected": true,
"tracked_company": "Salesforce",
"confidence_score": 0.87,
"quality_warnings": [],
"recommended_action": "Reach out to Sarah at Stripe — she knows your product from Salesforce."
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"person_name",
"current_company"
],
"properties": {
"depth": {
"enum": [
"standard",
"deep"
],
"type": "string",
"default": "standard"
},
"person_name": {
"type": "string",
"description": "Full name of the person to track."
},
"buyer_region": {
"enum": [
"PR",
"outside_PR",
"unknown"
],
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"person_title": {
"type": "string",
"description": "Last known job title. Improves search accuracy."
},
"current_company": {
"type": "string",
"description": "Company you know this person from."
},
"person_linkedin_url": {
"type": "string",
"description": "LinkedIn profile URL. Helps disambiguate common names."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"inputSchema": {
"type": "object"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"signals": {
"type": "array",
"items": {
"type": "object",
"properties": {
"new_title": {
"type": "string"
},
"confidence": {
"type": "number"
},
"event_type": {
"enum": [
"left_company",
"joined_company",
"promoted",
"role_change"
],
"type": "string"
},
"source_url": {
"type": "string"
},
"description": {
"type": "string"
},
"new_company": {
"type": "string"
},
"detected_date": {
"type": "string"
},
"previous_title": {
"type": "string"
},
"previous_company": {
"type": "string"
}
}
}
},
"sources": {
"type": "array",
"items": {
"type": "string"
}
},
"cache_hit": {
"type": "boolean"
},
"request_id": {
"type": "string"
},
"person_name": {
"type": "string"
},
"data_quality": {
"enum": [
"high",
"medium",
"low"
],
"type": "string"
},
"change_summary": {
"type": "string"
},
"change_detected": {
"type": "boolean"
},
"tracked_company": {
"type": "string"
},
"confidence_score": {
"type": "number"
},
"quality_warnings": {
"type": "array",
"items": {
"type": "string"
}
},
"recommended_action": {
"type": "string"
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"amount": "30000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.qonoro.ai/v1/domain/intelligence",
"tags": [
"domain-intelligence",
"tech-stack",
"whois",
"dns",
"hosting",
"b2b",
"sales-intelligence",
"qonoro",
"ai-agents",
"x402"
],
"iconUrl": "https://qonoro.ai/favicon.ico",
"mimeType": "application/json",
"description": "Given a domain name, returns tech stack (CMS, frameworks, analytics, CDN, email marketing, e-commerce), DNS records, WHOIS data, email provider, hosting provider, and domain age in a single structured JSON response.",
"serviceName": "Qonoro Domain Intelligence Agent"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"domain": "stripe.com"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"domain"
],
"properties": {
"domain": {
"type": "string",
"description": "Domain name to analyze (e.g. 'stripe.com')."
},
"buyer_region": {
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
}
}
}
},
"output": {
"type": "json",
"example": {
"domain": "stripe.com",
"hosting": {
"ip_address": "104.16.132.229",
"nameservers": [
"ns1.cloudflare.com",
"ns2.cloudflare.com"
],
"cdn_detected": true,
"hosting_provider": "Cloudflare"
},
"cache_hit": false,
"registrar": "MarkMonitor Inc.",
"request_id": "example-request-id",
"tech_stack": {
"cdn": [
"Cloudflare"
],
"cms": [],
"other": [
"Stripe"
],
"analytics": [
"Google Analytics",
"Segment"
],
"ecommerce": [],
"frameworks": [
"React",
"Next.js"
],
"ui_frameworks": [],
"email_marketing": []
},
"dns_records": {
"a_records": [
"104.16.132.229"
],
"mx_records": [
"aspmx.l.google.com"
],
"ns_records": [
"ns1.cloudflare.com",
"ns2.cloudflare.com"
],
"txt_records": [
"v=spf1 include:_spf.google.com ~all"
]
},
"expiry_date": "2026-04-27",
"domain_age_years": 24.3,
"quality_warnings": [],
"response_time_ms": 1234.5,
"registration_date": "2000-04-27",
"email_intelligence": {
"mx_records": [
"aspmx.l.google.com"
],
"email_provider": "Google Workspace"
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"domain"
],
"properties": {
"domain": {
"type": "string",
"description": "Domain name to analyze (e.g. 'stripe.com')."
},
"buyer_region": {
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"inputSchema": {
"type": "object"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"domain": {
"type": "string"
},
"hosting": {
"type": "object",
"properties": {
"ip_address": {
"type": "string",
"nullable": true
},
"nameservers": {
"type": "array",
"items": {
"type": "string"
}
},
"cdn_detected": {
"type": "boolean"
},
"hosting_provider": {
"type": "string",
"nullable": true
}
}
},
"cache_hit": {
"type": "boolean"
},
"registrar": {
"type": "string",
"nullable": true
},
"request_id": {
"type": "string"
},
"tech_stack": {
"type": "object",
"properties": {
"cdn": {
"type": "array",
"items": {
"type": "string"
}
},
"cms": {
"type": "array",
"items": {
"type": "string"
}
},
"other": {
"type": "array",
"items": {
"type": "string"
}
},
"analytics": {
"type": "array",
"items": {
"type": "string"
}
},
"ecommerce": {
"type": "array",
"items": {
"type": "string"
}
},
"frameworks": {
"type": "array",
"items": {
"type": "string"
}
},
"ui_frameworks": {
"type": "array",
"items": {
"type": "string"
}
},
"email_marketing": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"dns_records": {
"type": "object",
"properties": {
"a_records": {
"type": "array",
"items": {
"type": "string"
}
},
"mx_records": {
"type": "array",
"items": {
"type": "string"
}
},
"ns_records": {
"type": "array",
"items": {
"type": "string"
}
},
"txt_records": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"expiry_date": {
"type": "string",
"nullable": true
},
"domain_age_years": {
"type": "number",
"nullable": true
},
"quality_warnings": {
"type": "array",
"items": {
"type": "string"
}
},
"response_time_ms": {
"type": "number",
"nullable": true
},
"registration_date": {
"type": "string",
"nullable": true
},
"email_intelligence": {
"type": "object",
"properties": {
"mx_records": {
"type": "array",
"items": {
"type": "string"
}
},
"email_provider": {
"type": "string",
"nullable": true
}
}
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"amount": "150000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.qonoro.ai/v1/news/sentiment",
"tags": [
"news-sentiment",
"sentiment-analysis",
"market-intelligence",
"sales-intelligence",
"b2b",
"qonoro",
"ai-agents",
"x402"
],
"iconUrl": "https://qonoro.ai/favicon.ico",
"mimeType": "application/json",
"description": "Real-time news sentiment analysis for a company: overall sentiment, score, signal strength, key themes, per-article sentiment, and a recommended action for B2B sales and PR agents.",
"serviceName": "Qonoro News Sentiment Agent"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"topic": "funding",
"company_name": "Stripe",
"timeframe_days": 30
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"company_name"
],
"properties": {
"topic": {
"type": "string",
"description": "Optional topic to scope the search: e.g. 'funding', 'product', 'legal', 'hiring', 'partnership', 'general'."
},
"buyer_region": {
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"company_name": {
"type": "string",
"description": "Company name to analyze news sentiment for."
},
"timeframe_days": {
"type": "integer",
"default": 30,
"description": "How many days back to search for news. Default: 30."
}
}
}
},
"output": {
"type": "json",
"example": {
"sources": [
"https://techcrunch.com/2026/06/01/stripe-launches"
],
"summary": "Stripe has received predominantly positive coverage over the past 30 days, driven by strong growth metrics and a new product launch.",
"cache_hit": false,
"key_themes": [
"product expansion",
"revenue growth",
"developer adoption"
],
"news_items": [
{
"url": "https://techcrunch.com/2026/06/01/stripe-launches",
"title": "Stripe launches new payment product for enterprise",
"source": "TechCrunch",
"summary": "Stripe announced a new enterprise payment solution targeting Fortune 500 companies.",
"sentiment": "positive",
"published_date": "2026-06-01",
"relevance_score": 0.95
}
],
"request_id": "example-request-id",
"company_name": "Stripe",
"data_quality": "high",
"sentiment_score": 0.72,
"signal_strength": "high",
"confidence_score": 0.88,
"quality_warnings": [],
"response_time_ms": 3200,
"overall_sentiment": "positive",
"recommended_action": "Reach out with enterprise positioning — Stripe is in growth mode and likely evaluating complementary infrastructure tools."
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"company_name"
],
"properties": {
"topic": {
"type": "string",
"description": "Optional topic to scope the search: e.g. 'funding', 'product', 'legal', 'hiring', 'partnership', 'general'."
},
"buyer_region": {
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"company_name": {
"type": "string",
"description": "Company name to analyze news sentiment for."
},
"timeframe_days": {
"type": "integer",
"default": 30,
"description": "How many days back to search for news. Default: 30."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"inputSchema": {
"type": "object"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"sources": {
"type": "array",
"items": {
"type": "string"
}
},
"summary": {
"type": "string"
},
"cache_hit": {
"type": "boolean"
},
"key_themes": {
"type": "array",
"items": {
"type": "string"
}
},
"news_items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"url": {
"type": "string"
},
"title": {
"type": "string"
},
"source": {
"type": "string",
"nullable": true
},
"summary": {
"type": "string",
"nullable": true
},
"sentiment": {
"enum": [
"positive",
"negative",
"neutral"
],
"type": "string"
},
"published_date": {
"type": "string",
"nullable": true
},
"relevance_score": {
"type": "number"
}
}
}
},
"request_id": {
"type": "string"
},
"company_name": {
"type": "string"
},
"data_quality": {
"enum": [
"high",
"medium",
"low"
],
"type": "string"
},
"sentiment_score": {
"type": "number"
},
"signal_strength": {
"enum": [
"high",
"medium",
"low"
],
"type": "string"
},
"confidence_score": {
"type": "number"
},
"quality_warnings": {
"type": "array",
"items": {
"type": "string"
}
},
"response_time_ms": {
"type": "number",
"nullable": true
},
"overall_sentiment": {
"enum": [
"positive",
"negative",
"neutral",
"mixed"
],
"type": "string"
},
"recommended_action": {
"type": "string"
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"amount": "750000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.qonoro.ai/v1/outbound/personalize",
"tags": [
"outbound",
"personalization",
"sales",
"b2b",
"copywriting",
"llm",
"qonoro",
"ai-agents",
"x402"
],
"iconUrl": "https://qonoro.ai/favicon.ico",
"mimeType": "application/json",
"description": "Generates a personalized B2B outbound message for a target prospect: subject line, opening, body, and call to action, grounded in company and person context.",
"serviceName": "Qonoro Outbound Personalization Agent"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"angle": "their recent AI investment",
"domain": "hubspot.com",
"person_name": "Sarah Chen",
"company_name": "HubSpot",
"person_title": "VP Sales",
"your_product": "AI-powered CRM enrichment API"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"person_name",
"company_name",
"your_product"
],
"properties": {
"angle": {
"type": "string",
"description": "Specific angle or hook to focus on (e.g. 'their recent AI investment'). Optional."
},
"domain": {
"type": "string",
"description": "Company domain (e.g. hubspot.com). Optional. Improves search accuracy."
},
"person_name": {
"type": "string",
"description": "Full name of the person to contact."
},
"buyer_region": {
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"company_name": {
"type": "string",
"description": "Name of the company the person works at."
},
"person_title": {
"type": "string",
"description": "Person's job title if known. Optional."
},
"your_product": {
"type": "string",
"description": "Product or service you are selling."
},
"person_linkedin_url": {
"type": "string",
"description": "LinkedIn profile URL. Helps disambiguate common names. Optional."
}
}
}
},
"output": {
"type": "json",
"example": {
"body": "We built an AI-powered CRM enrichment API that auto-fills missing contact fields in real time, so your reps spend less time on data entry. Given your push into AI tooling, this could complement your stack directly.",
"sources": [
"https://techcrunch.com/hubspot-ai",
"https://hubspot.com/blog"
],
"cache_hit": false,
"request_id": "example-request-id",
"person_name": "Sarah Chen",
"company_name": "HubSpot",
"data_quality": "high",
"opening_line": "Congrats on the AI Copilot launch — it's clear HubSpot is going all-in on AI for sales.",
"signals_used": [
"AI Copilot product launch Q2 2026",
"enterprise sales expansion"
],
"subject_line": "Saw HubSpot's AI Copilot launch — thought of you",
"your_product": "AI-powered CRM enrichment API",
"call_to_action": "Open to a 15-minute call this week?",
"person_context": "Sarah Chen is VP Sales at HubSpot overseeing enterprise revenue.",
"company_context": "HubSpot is a leading CRM platform actively investing in AI sales tools.",
"confidence_score": 0.88,
"quality_warnings": [],
"response_time_ms": 12500,
"personalization_hooks": [
"HubSpot AI Copilot launch",
"VP Sales role"
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"person_name",
"company_name",
"your_product"
],
"properties": {
"angle": {
"type": "string",
"description": "Specific angle or hook to focus on (e.g. 'their recent AI investment'). Optional."
},
"domain": {
"type": "string",
"description": "Company domain (e.g. hubspot.com). Optional. Improves search accuracy."
},
"person_name": {
"type": "string",
"description": "Full name of the person to contact."
},
"buyer_region": {
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"company_name": {
"type": "string",
"description": "Name of the company the person works at."
},
"person_title": {
"type": "string",
"description": "Person's job title if known. Optional."
},
"your_product": {
"type": "string",
"description": "Product or service you are selling."
},
"person_linkedin_url": {
"type": "string",
"description": "LinkedIn profile URL. Helps disambiguate common names. Optional."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"inputSchema": {
"type": "object"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"body": {
"type": "string"
},
"sources": {
"type": "array",
"items": {
"type": "string"
}
},
"cache_hit": {
"type": "boolean"
},
"request_id": {
"type": "string"
},
"person_name": {
"type": "string"
},
"company_name": {
"type": "string"
},
"data_quality": {
"enum": [
"high",
"medium",
"low"
],
"type": "string"
},
"opening_line": {
"type": "string"
},
"signals_used": {
"type": "array",
"items": {
"type": "string"
}
},
"subject_line": {
"type": "string"
},
"your_product": {
"type": "string"
},
"call_to_action": {
"type": "string"
},
"person_context": {
"type": "string"
},
"company_context": {
"type": "string"
},
"confidence_score": {
"type": "number"
},
"quality_warnings": {
"type": "array",
"items": {
"type": "string"
}
},
"response_time_ms": {
"type": "number",
"nullable": true
},
"personalization_hooks": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.qonoro.ai/v1/domain-resolver/resolve",
"tags": [
"domain-resolver",
"company-data",
"b2b",
"data-enrichment",
"qonoro",
"ai-agents",
"x402"
],
"iconUrl": "https://qonoro.ai/favicon.ico",
"mimeType": "application/json",
"description": "Resolves a company name to its official domain. Returns primary domain, confidence score, and alternative candidates. Deterministic, sub-second. x402-native.",
"serviceName": "Qonoro Company Domain Resolver"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"company_name": "Stripe"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"company_name"
],
"properties": {
"hint_domain": {
"type": "string",
"description": "Optional known domain (e.g. 'stripe.com'). Returns immediately with high confidence."
},
"buyer_region": {
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"company_name": {
"type": "string",
"description": "Company name to resolve to a domain (e.g. 'Stripe', 'HubSpot')."
},
"hint_website": {
"type": "string",
"description": "Optional known website URL hint. Skips search if domain can be extracted directly."
}
}
}
},
"output": {
"type": "json",
"example": {
"domain": "stripe.com",
"sources": [
"https://stripe.com"
],
"cache_hit": false,
"request_id": "example-request-id",
"alternatives": [],
"company_name": "Stripe",
"data_quality": "high",
"confidence_score": 0.95,
"quality_warnings": [],
"response_time_ms": 450
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"company_name"
],
"properties": {
"hint_domain": {
"type": "string",
"description": "Optional known domain (e.g. 'stripe.com'). Returns immediately with high confidence."
},
"buyer_region": {
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"company_name": {
"type": "string",
"description": "Company name to resolve to a domain (e.g. 'Stripe', 'HubSpot')."
},
"hint_website": {
"type": "string",
"description": "Optional known website URL hint. Skips search if domain can be extracted directly."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"inputSchema": {
"type": "object"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"domain": {
"type": "string",
"nullable": true
},
"sources": {
"type": "array",
"items": {
"type": "string"
}
},
"cache_hit": {
"type": "boolean"
},
"request_id": {
"type": "string"
},
"alternatives": {
"type": "array",
"items": {
"type": "object",
"properties": {
"domain": {
"type": "string"
},
"source": {
"type": "string"
},
"confidence": {
"type": "number"
}
}
}
},
"company_name": {
"type": "string"
},
"data_quality": {
"enum": [
"high",
"medium",
"low"
],
"type": "string"
},
"confidence_score": {
"type": "number"
},
"quality_warnings": {
"type": "array",
"items": {
"type": "string"
}
},
"response_time_ms": {
"type": "number",
"nullable": true
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.qonoro.ai/v1/email/validate",
"tags": [
"email-validation",
"deliverability",
"data-quality",
"b2b",
"qonoro",
"ai-agents",
"x402"
],
"iconUrl": "https://qonoro.ai/favicon.ico",
"mimeType": "application/json",
"description": "Validates email deliverability: syntax check, MX record lookup, and SMTP server reachability. Returns risk score and quality rating. Deterministic, sub-second. x402-native.",
"serviceName": "Qonoro Email Validator"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"email": "[email protected]"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"email"
],
"properties": {
"email": {
"type": "string",
"description": "Email address to validate (e.g. '[email protected]')."
},
"buyer_region": {
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
}
}
}
},
"output": {
"type": "json",
"example": {
"email": "[email protected]",
"valid": true,
"domain": "stripe.com",
"quality": "valid",
"mx_found": true,
"cache_hit": false,
"disposable": false,
"mx_records": [
{
"host": "aspmx.l.google.com",
"priority": 1
}
],
"request_id": "example-request-id",
"risk_score": 0,
"risk_reasons": [],
"syntax_valid": true,
"response_time_ms": 320,
"smtp_connectable": true
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"email"
],
"properties": {
"email": {
"type": "string",
"description": "Email address to validate (e.g. '[email protected]')."
},
"buyer_region": {
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"inputSchema": {
"type": "object"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"email": {
"type": "string"
},
"valid": {
"type": "boolean"
},
"domain": {
"type": "string",
"nullable": true
},
"quality": {
"enum": [
"valid",
"risky",
"invalid"
],
"type": "string"
},
"mx_found": {
"type": "boolean"
},
"cache_hit": {
"type": "boolean"
},
"disposable": {
"type": "boolean"
},
"mx_records": {
"type": "array",
"items": {
"type": "object",
"properties": {
"host": {
"type": "string"
},
"priority": {
"type": "integer"
}
}
}
},
"request_id": {
"type": "string"
},
"risk_score": {
"type": "number"
},
"risk_reasons": {
"type": "array",
"items": {
"type": "string"
}
},
"syntax_valid": {
"type": "boolean"
},
"response_time_ms": {
"type": "number",
"nullable": true
},
"smtp_connectable": {
"type": "boolean",
"nullable": true
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"amount": "750000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.qonoro.ai/v1/kyb/verify",
"tags": [
"kyb",
"entity-verification",
"sanctions-screening",
"beneficial-ownership",
"compliance",
"risk-score",
"b2b",
"qonoro",
"ai-agents",
"x402"
],
"iconUrl": "https://qonoro.ai/favicon.ico",
"mimeType": "application/json",
"description": "Know Your Business (KYB) entity verification: registration status, sanctions screening, beneficial ownership, risk score, and a proceed/review/reject recommendation for compliance and fintech agents.",
"serviceName": "Qonoro KYB Entity Trust Agent"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"country": "US",
"company_name": "Stripe Inc"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"company_name"
],
"properties": {
"country": {
"type": "string",
"description": "ISO 3166-1 alpha-2 country code (e.g. 'US', 'GB', 'DE'). Helps scope registration lookup."
},
"buyer_region": {
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"company_name": {
"type": "string",
"description": "Legal company name to verify."
}
}
}
},
"output": {
"type": "json",
"example": {
"country": "US",
"sources": [
"https://stripe.com/about",
"https://opencorporates.com/companies/us_de/5062354"
],
"cache_hit": false,
"request_id": "example-request-id",
"risk_level": "low",
"risk_score": 0.05,
"company_name": "Stripe Inc",
"data_quality": "high",
"jurisdiction": "Delaware, USA",
"risk_factors": [],
"sanctions_hit": false,
"recommendation": "proceed",
"confidence_score": 0.88,
"quality_warnings": [],
"response_time_ms": 4200,
"beneficial_owners": [
{
"name": "Patrick Collison",
"role": "CEO & Co-Founder",
"source": "https://stripe.com/about",
"ownership_percentage": 0
},
{
"name": "John Collison",
"role": "President & Co-Founder",
"source": "https://stripe.com/about",
"ownership_percentage": 0
}
],
"sanctions_details": [],
"incorporation_date": "2010-09-28",
"registered_address": "354 Oyster Point Blvd, South San Francisco, CA 94080, USA",
"registration_number": "C3127922",
"registration_status": "active"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"company_name"
],
"properties": {
"country": {
"type": "string",
"description": "ISO 3166-1 alpha-2 country code (e.g. 'US', 'GB', 'DE'). Helps scope registration lookup."
},
"buyer_region": {
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"company_name": {
"type": "string",
"description": "Legal company name to verify."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"inputSchema": {
"type": "object"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"country": {
"type": "string",
"nullable": true
},
"sources": {
"type": "array",
"items": {
"type": "string"
}
},
"cache_hit": {
"type": "boolean"
},
"request_id": {
"type": "string"
},
"risk_level": {
"enum": [
"low",
"medium",
"high",
"critical"
],
"type": "string"
},
"risk_score": {
"type": "number"
},
"company_name": {
"type": "string"
},
"data_quality": {
"enum": [
"high",
"medium",
"low"
],
"type": "string"
},
"jurisdiction": {
"type": "string",
"nullable": true
},
"risk_factors": {
"type": "array",
"items": {
"type": "string"
}
},
"sanctions_hit": {
"type": "boolean"
},
"recommendation": {
"enum": [
"proceed",
"review",
"reject"
],
"type": "string"
},
"confidence_score": {
"type": "number"
},
"quality_warnings": {
"type": "array",
"items": {
"type": "string"
}
},
"response_time_ms": {
"type": "number",
"nullable": true
},
"beneficial_owners": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"role": {
"type": "string",
"nullable": true
},
"source": {
"type": "string",
"nullable": true
},
"ownership_percentage": {
"type": "number",
"nullable": true
}
}
}
},
"sanctions_details": {
"type": "array",
"items": {
"type": "string"
}
},
"incorporation_date": {
"type": "string",
"nullable": true
},
"registered_address": {
"type": "string",
"nullable": true
},
"registration_number": {
"type": "string",
"nullable": true
},
"registration_status": {
"enum": [
"active",
"inactive",
"not_found",
"unknown"
],
"type": "string"
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.qonoro.ai/v1/naics/classify",
"tags": [
"naics",
"sic",
"industry-classification",
"company-data",
"b2b",
"qonoro",
"ai-agents",
"x402"
],
"iconUrl": "https://qonoro.ai/favicon.ico",
"mimeType": "application/json",
"description": "Classify a company to its NAICS 2022 code and SIC code. Input: company name, optional website, optional description. Output: NAICS code, title, sector, SIC code, confidence score. Deterministic, sub-second. x402-native.",
"serviceName": "Qonoro NAICS Classifier"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"website": "stripe.com",
"company_name": "Stripe"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"company_name"
],
"properties": {
"website": {
"type": "string",
"description": "Optional company website for richer context (e.g. 'stripe.com')."
},
"description": {
"type": "string",
"description": "Optional company description or business summary."
},
"buyer_region": {
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"company_name": {
"type": "string",
"description": "Company name to classify (e.g. 'Stripe')."
}
}
}
},
"output": {
"type": "json",
"example": {
"sic_code": "6199",
"cache_hit": false,
"sic_title": "Finance Services",
"confidence": 0.85,
"naics_code": "523999",
"request_id": "example-request-id",
"naics_title": "Miscellaneous Financial Investment Activities",
"company_name": "Stripe",
"naics_sector": "Finance and Insurance",
"matched_keywords": [
"payments",
"fintech",
"payment processing"
],
"response_time_ms": 42,
"naics_sector_code": "52",
"classification_note": "",
"classification_source": "combined"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"company_name"
],
"properties": {
"website": {
"type": "string",
"description": "Optional company website for richer context (e.g. 'stripe.com')."
},
"description": {
"type": "string",
"description": "Optional company description or business summary."
},
"buyer_region": {
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"company_name": {
"type": "string",
"description": "Company name to classify (e.g. 'Stripe')."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"inputSchema": {
"type": "object"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"sic_code": {
"type": "string"
},
"cache_hit": {
"type": "boolean"
},
"sic_title": {
"type": "string"
},
"confidence": {
"type": "number"
},
"naics_code": {
"type": "string"
},
"request_id": {
"type": "string"
},
"naics_title": {
"type": "string"
},
"company_name": {
"type": "string"
},
"naics_sector": {
"type": "string"
},
"matched_keywords": {
"type": "array",
"items": {
"type": "string"
}
},
"response_time_ms": {
"type": "number",
"nullable": true
},
"naics_sector_code": {
"type": "string"
},
"classification_note": {
"type": "string",
"nullable": true
},
"classification_source": {
"type": "string"
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.qonoro.ai/v1/phone/validate",
"tags": [
"phone-validation",
"telecom",
"data-quality",
"b2b",
"qonoro",
"ai-agents",
"x402"
],
"iconUrl": "https://qonoro.ai/favicon.ico",
"mimeType": "application/json",
"description": "Validate phone numbers: E.164 format, country detection, line type (mobile/landline/VOIP/toll-free), and risk score. Deterministic, sub-second. x402-native.",
"serviceName": "Qonoro Phone Validator"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"phone": "+14155552671"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"phone"
],
"properties": {
"phone": {
"type": "string",
"description": "Phone number to validate (E.164 preferred, e.g. '+14155552671')."
},
"buyer_region": {
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"country_hint": {
"type": "string",
"description": "ISO 3166-1 alpha-2 country code hint for parsing local numbers (e.g. 'US')."
}
}
}
},
"output": {
"type": "json",
"example": {
"valid": true,
"possible": true,
"cache_hit": false,
"line_type": "landline_or_mobile",
"request_id": "example-request-id",
"risk_score": 0.1,
"country_iso": "US",
"e164_format": "+14155552671",
"phone_input": "+14155552671",
"country_code": 1,
"country_name": "United States",
"risk_reasons": [
"Line type is ambiguous (landline or mobile)."
],
"national_format": "(415) 555-2671",
"response_time_ms": 5,
"international_format": "+1 415-555-2671"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"phone"
],
"properties": {
"phone": {
"type": "string",
"description": "Phone number to validate (E.164 preferred, e.g. '+14155552671')."
},
"buyer_region": {
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"country_hint": {
"type": "string",
"description": "ISO 3166-1 alpha-2 country code hint for parsing local numbers (e.g. 'US')."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"inputSchema": {
"type": "object"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"valid": {
"type": "boolean"
},
"possible": {
"type": "boolean"
},
"cache_hit": {
"type": "boolean"
},
"line_type": {
"type": "string"
},
"request_id": {
"type": "string"
},
"risk_score": {
"type": "number"
},
"country_iso": {
"type": "string",
"nullable": true
},
"e164_format": {
"type": "string",
"nullable": true
},
"phone_input": {
"type": "string"
},
"country_code": {
"type": "integer",
"nullable": true
},
"country_name": {
"type": "string",
"nullable": true
},
"risk_reasons": {
"type": "array",
"items": {
"type": "string"
}
},
"national_format": {
"type": "string",
"nullable": true
},
"response_time_ms": {
"type": "number",
"nullable": true
},
"international_format": {
"type": "string",
"nullable": true
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.qonoro.ai/v1/url/health",
"tags": [
"url-health",
"ssl",
"uptime",
"monitoring",
"data-quality",
"b2b",
"qonoro",
"ai-agents",
"x402"
],
"iconUrl": "https://qonoro.ai/favicon.ico",
"mimeType": "application/json",
"description": "Check URL health: HTTP status code, redirect chain, SSL certificate validity and expiry date, content type, and response time. HTTP and SSL inspection. Sub-second. x402-native.",
"serviceName": "Qonoro URL Health Check"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"url": "https://stripe.com"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "URL to check (e.g. 'https://stripe.com' or 'stripe.com')."
},
"buyer_region": {
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
}
}
}
},
"output": {
"type": "json",
"example": {
"error": "",
"cache_hit": false,
"final_url": "https://stripe.com",
"reachable": true,
"ssl_valid": true,
"url_input": "https://stripe.com",
"request_id": "example-request-id",
"ssl_issuer": "DigiCert Inc",
"status_code": 200,
"content_type": "text/html",
"redirect_chain": [],
"redirect_count": 0,
"ssl_expiry_date": "2026-03-15",
"response_time_ms": 312,
"ssl_days_remaining": 260
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "URL to check (e.g. 'https://stripe.com' or 'stripe.com')."
},
"buyer_region": {
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"inputSchema": {
"type": "object"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"error": {
"type": "string",
"nullable": true
},
"cache_hit": {
"type": "boolean"
},
"final_url": {
"type": "string",
"nullable": true
},
"reachable": {
"type": "boolean"
},
"ssl_valid": {
"type": "boolean",
"nullable": true
},
"url_input": {
"type": "string"
},
"request_id": {
"type": "string"
},
"ssl_issuer": {
"type": "string",
"nullable": true
},
"status_code": {
"type": "integer",
"nullable": true
},
"content_type": {
"type": "string",
"nullable": true
},
"redirect_chain": {
"type": "array",
"items": {
"type": "object"
}
},
"redirect_count": {
"type": "integer"
},
"ssl_expiry_date": {
"type": "string",
"nullable": true
},
"response_time_ms": {
"type": "number",
"nullable": true
},
"ssl_days_remaining": {
"type": "integer",
"nullable": true
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.qonoro.ai/v1/address/normalize",
"tags": [
"address",
"postal",
"normalization",
"data-quality",
"b2b",
"qonoro",
"ai-agents",
"x402"
],
"iconUrl": "https://qonoro.ai/favicon.ico",
"mimeType": "application/json",
"description": "Parse and normalize postal addresses into structured components. Returns address number, street, city, state, ZIP, and USPS-formatted output. Postal address parsing and normalization. Sub-second. x402-native.",
"serviceName": "Qonoro Address Normalizer"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"address": "123 Main St, San Francisco CA 94105",
"country": "US"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"address"
],
"properties": {
"address": {
"type": "string",
"description": "Raw postal address to normalize."
},
"country": {
"type": "string",
"description": "ISO 3166-1 alpha-2 country code (default: 'US')."
},
"buyer_region": {
"type": "string",
"description": "Optional privacy-safe buyer region."
}
}
}
},
"output": {
"type": "json",
"example": {
"cache_hit": false,
"components": {
"city": "SAN FRANCISCO",
"state": "CA",
"country": "US",
"zip_code": "94105",
"unit_type": "",
"street_name": "MAIN",
"unit_number": "",
"street_suffix": "ST",
"address_number": "123",
"street_direction_pre": "",
"street_direction_post": ""
},
"confidence": 0.95,
"normalized": "123 MAIN ST, SAN FRANCISCO, CA 94105",
"request_id": "example-request-id",
"parse_notes": "",
"address_type": "Street Address",
"address_input": "123 Main St, San Francisco CA 94105",
"response_time_ms": 8
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"address"
],
"properties": {
"address": {
"type": "string",
"description": "Raw postal address to normalize."
},
"country": {
"type": "string",
"description": "ISO 3166-1 alpha-2 country code (default: 'US')."
},
"buyer_region": {
"type": "string",
"description": "Optional privacy-safe buyer region."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"inputSchema": {
"type": "object"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"cache_hit": {
"type": "boolean"
},
"components": {
"type": "object"
},
"confidence": {
"type": "number"
},
"normalized": {
"type": "string",
"nullable": true
},
"request_id": {
"type": "string"
},
"parse_notes": {
"type": "string",
"nullable": true
},
"address_type": {
"type": "string",
"nullable": true
},
"address_input": {
"type": "string"
},
"response_time_ms": {
"type": "number",
"nullable": true
}
}
}
}
}
}
}
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
EMBED THIS BADGE
<a href="https://x402-list.com/services/qonoro-intelligence-api?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/qonoro-intelligence-api.svg" alt="Qonoro Intelligence API listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/qonoro-intelligence-api?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/qonoro-intelligence-api?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/qonoro-intelligence-api.svg?data=uptime" alt="Qonoro Intelligence API uptime on x402-list" height="28"> </a>