Ocean.io

Active

by Orthogonal

B2B data (EU).

Data

Endpoints · 8

Base URLhttps://x402.orthogonal.com/ocean-io
POST/v3/search/companiesNot publishedSearch for companies using filters (industry, size, location, technologies, revenue, headcount growth, etc.) and/or lookalike domains. Returns enriched company
POST/v2/warmup/companiesNot publishedCheck available companies in Ocean.io database and trigger data gathering for missing ones. Use before searching to improve coverage for specific domains.
POST/v2/enrich/person$0.01Match a person with Ocean.io database and enrich with additional information (job title, company, location, social profiles, etc.).
POST/v2/lookup/companiesNot publishedLookup and enrich multiple companies by domain (max 1000). Domain redirections are handled automatically. Companies not found return null.
POST/v2/lookup/peopleNot publishedLookup and enrich multiple people by LinkedIn handle or Ocean.io ID (max 1000 total). Costs 0.05 credits per handle/ID. People not found return null.
POST/v2/enrich/company$0.01Match a company with Ocean.io database and enrich it with additional information (industry, size, revenue, technologies, contacts, etc.).
GET/v2/data-fieldsNot publishedReturns all valid filter values for Ocean.io search endpoints: industries, industry categories, technologies, technology categories, regions, LinkedIn industrie
POST/v3/search/peopleNot publishedSearch for people using filters (job title, seniority, department, skills, location) with optional company filters. Returns enriched person profiles. Use the si

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/ocean-io/v3/search/companies
Response
HTTP/1.1 402 Payment Required{ "x402Version": 2,  "accepts": [{ "scheme": "exact", "network": "eip155:143",  "asset": "USDC", "maxAmountRequired": "0" }] }

2 · Sign the payment with your agent wallet and retry

bash
curl https://x402.orthogonal.com/ocean-io/v3/search/companies \  -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.