Q

Qonoro Company Search Agent · Company Search

by Qonoro Company Search Agent

POSTBase

$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/search

6

Calls / 30d

1

Unique payers / 30d

Aug 16

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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
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

Pay to0x40b62aa49f4a929760fb2dd0fcb0642f0aa872eb
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from Qonoro Company Search Agent & similar services