Q

Qonoro Person Enrichment Agent · Person Enrich

by Qonoro Person Enrichment Agent

POSTBase

$0.05

per call · USD Coin on Base

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.

Endpoint

POST https://api.qonoro.ai/v1/person/enrich

3

Calls / 30d

2

Unique payers / 30d

Aug 26

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/person/enrich", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "buyer_region": "unknown",
    "company_name": "Stripe",
    "company_website": "https://stripe.com",
    "depth": "standard",
    "full_name": "Patrick Collison"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://api.qonoro.ai/v1/person/enrich" \
  -H "Content-Type: application/json" \
  -d '{"buyer_region":"unknown","company_name":"Stripe","company_website":"https://stripe.com","depth":"standard","full_name":"Patrick Collison"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "bio": "Patrick Collison is the CEO and co-founder of Stripe, the global payments infrastructure company.",
  "cache_hit": false,
  "company_name": "Stripe",
  "confidence_score": 0.95,
  "department": "executive",
  "email": null,
  "first_name": "Patrick",
  "full_name": "Patrick Collison",
  "is_decision_maker": true,
  "last_name": "Collison",
  "linkedin_url": "https://www.linkedin.com/in/patrickcollison",
  "location": "San Francisco, CA",
  "quality_warnings": [],
  "request_id": "a1b2c3d4-0000-0000-0000-000000000000",
  "response_time_ms": 5200,
  "seniority": "c_level",
  "sources": [
    "https://stripe.com/about",
    "https://linkedin.com/in/patrickcollison"
  ],
  "title": "CEO & Co-Founder"
}

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 Person Enrichment Agent & similar services