$0.05
per call · USD Coin on Base
Company discovery for autonomous agents: find companies matching industry, headquarters location, size, founding year, or keyword criteria, with sources and confidence scores per match.
Endpoint
POST https://api.qonoro.ai/v1/company/search6
Calls / 30d
1
Unique payers / 30d
Aug 16
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://api.qonoro.ai/v1/company/search", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"founded_after": 2015,
"hq_location": "United States",
"industry": "fintech",
"keywords": "payments infrastructure API",
"limit": 5,
"size": "medium"
}),
});
const data = await res.json();curl -X POST \
"https://api.qonoro.ai/v1/company/search" \
-H "Content-Type: application/json" \
-d '{"founded_after":2015,"hq_location":"United States","industry":"fintech","keywords":"payments infrastructure API","limit":5,"size":"medium"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"cache_hit": false,
"criteria": {
"hq_location": "United States",
"industry": "fintech",
"size": "medium"
},
"quality_warnings": [],
"request_id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"response_time_ms": 9400,
"result_count": 2,
"results": [
{
"company_name": "Modern Treasury",
"confidence_score": 0.81,
"domain": "moderntreasury.com",
"founded": "2018",
"headquarters_country": "US",
"industry": "Financial Technology",
"size": "medium",
"website": "https://moderntreasury.com"
},
{
"company_name": "Increase",
"confidence_score": 0.74,
"domain": "increase.com",
"founded": "2020",
"headquarters_country": "US",
"industry": "Financial Technology",
"size": "small",
"website": "https://increase.com"
}
],
"sources": [
"https://moderntreasury.com/about",
"https://increase.com/about"
]
}Payment details
0x40b62aa49f4a929760fb2dd0fcb0642f0aa872ebUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from Qonoro Company Search Agent & similar services
Oneshotagent · Verify Email
win.oneshotagent.com
Email deliverability verification
Oneshotagent · Enrich Email
win.oneshotagent.com
Email enrichment and validation
Strale · Email Validate
api.strale.io
Validate an email address: RFC 5322 syntax, MX records, 5,361 disposable domain detection, role-based address detection (35 patterns), free provider detection, and typo suggestion for common providers (gmial.com ? gmail.com). Returns deliverability assess…