x402-native person discovery for autonomous agents. Given search criteria (title, seniority, company, industry, or location) instead of a known name, returns a list of matching people with title, seniority, department, decision-maker status, LinkedIn URL, and location. Structured JSON. Paid per request via x402.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X POST 'https://api.qonoro.ai/v1/person/search' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch -X POST 'https://api.qonoro.ai/v1/person/search'
Endpoint: https://api.qonoro.ai/v1/person/search. Operated by api.qonoro.ai, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Parse and normalize postal addresses into structured components. Returns address number, street, city, state, ZIP, and USPS-formatted output. Postal address par…
Basic company identity enrichment for autonomous agents, including normalized profile fields, source URLs, coverage, and confidence scoring.
Premium AI-powered due-diligence report for autonomous agents: named decision makers with role and confidence, business summary, target customer, funding stage,…
Company discovery for autonomous agents: find companies matching industry, headquarters location, size, founding year, or keyword criteria, with sources and con…
Resolves a company name to its official domain. Returns primary domain, confidence score, and alternative candidates. Deterministic, sub-second. x402-native.
Given a domain name, returns tech stack (CMS, frameworks, analytics, CDN, email marketing, e-commerce), DNS records, WHOIS data, email provider, hosting provide…
Validates email deliverability: syntax check, MX record lookup, and SMTP server reachability. Returns risk score and quality rating. Deterministic, sub-second. …
Given a company name, returns the company's currently open job postings, normalized into a single structured JSON response (title, department, location, posted …
x402-native buying-intent detection for autonomous agents. Identifies companies actively evaluating or purchasing in a given product category, with structured s…
Given a person name and company, detect recent job changes, new roles, and career moves. Returns structured signals with source URLs and confidence scoring.
Know Your Business (KYB) entity verification: registration status, sanctions screening, beneficial ownership, risk score, and a proceed/review/reject recommenda…
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…