CaptainData
Activeby Orthogonal
Data automation / LinkedIn workflows.
Data
Endpoints · 7
Base URLhttps://x402.orthogonal.com/captaindata
EndpointDescriptionPrice
GET/people/find$0.18Find people by name and optionally company name. Returns matching profiles.
GET/companies/find$0.18Find a company by name. Returns matching company profiles.
GET/companies/search$2.29Search and discover companies using a LinkedIn Sales Navigator search query. Returns paginated results. Pagination billing: call the first page normally and sav
GET/people/enrich$0.18Get comprehensive profile information from a LinkedIn URL with additional enrichment data. Returns full name, headline, summary, skills, languages, education, e
GET/people/search$2.29Search and discover people using a LinkedIn Sales Navigator search query. Returns paginated results with profile summaries. Use the X-Pagination-Next response h
GET/companies/enrich$0.09Get comprehensive company information from a LinkedIn Company URL. Returns company details, industry, size, and more.
GET/companies/{company_uid}/employees$2.29List employees of a given company. Returns paginated results. The company_uid path parameter is the LinkedIn company ID (e.g., 1035 for Microsoft), which can be
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/captaindata/people/findResponse
HTTP/1.1 402 Payment Required{ "x402Version": 2, "accepts": [{ "scheme": "exact", "network": "eip155:143", "asset": "USDC", "maxAmountRequired": "0.18" }] }2 · Sign the payment with your agent wallet and retry
bash
curl https://x402.orthogonal.com/captaindata/people/find \ -H "X-PAYMENT: <base64 payment payload signed by your EOA>"Response
HTTP/1.1 200 OKAny 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.
