People Data Labs

Active

by Orthogonal · Monid

Person & company data API.

Data

Endpoints · 6

Base URLhttps://x402.orthogonal.com/peopledatalabs
GET/v5/person/identify$0.70Broad person lookup returning up to 20 candidate matches with confidence scores. Useful when you have partial info and want multiple possible matches.
GET/v5/ip/enrich$0.09Enrich an IP address with associated company, location, and metadata.
GET/v5/person/enrich$0.35Enrich a person by name, email, phone, LinkedIn URL, or other identifiers. Returns full profile with work history, education, skills, and social profiles.
GET/v5/company/enrich$0.11Enrich a company by name, website, ticker, or LinkedIn URL. Returns full company profile with industry, size, location, funding, and more.
POST/v5/person/searchNot publishedSearch and filter people using Elasticsearch or SQL queries. Find people by job title, company, location, skills, education, and more.
POST/v5/company/searchNot publishedSearch and filter companies using Elasticsearch or SQL queries. Find companies by industry, size, location, funding, and more.

Call the provider directly and settle x402 per request.

Quickstart · x402 flow

1 · Call without payment. The service replies 402

bash
curl -i https://x402.orthogonal.com/peopledatalabs/v5/person/identify
Response
HTTP/1.1 402 Payment Required{ "x402Version": 2,  "accepts": [{ "scheme": "exact", "network": "eip155:143",  "asset": "USDC", "maxAmountRequired": "0.7" }] }

2 · Sign the payment with your agent wallet and retry

bash
curl https://x402.orthogonal.com/peopledatalabs/v5/person/identify \  -H "X-PAYMENT: <base64 payment payload signed by your EOA>"
Response
HTTP/1.1 200 OK

Any EOA on Monad can pay. curl shown; language tabs land in v2.

Any APIs or tools listed are provided for discovery purposes only and do not constitute an endorsement or recommendation by the Monad Foundation.