Ocean.io
95B2B lookalike search and enrichment API with 230M+ contacts and 35M+ company profiles — company/people enrichment, lookalike search, and email/phone reveal via REST endpoints.
Pros
- + Lookalike search endpoint lets agents find companies similar to a target — unique capability for ICP-driven prospecting that most enrichment APIs lack
- + Simple API key auth via x-api-token header or apiToken query param, JSON in/out, clean REST design at api.ocean.io/v2/* — trivial to integrate in any agent framework
- + Swagger/OpenAPI spec available at docs.oceanio.com, enabling auto-generated typed clients and agent tool discovery
Cons
- - No free tier — 14-day trial requires credit card and annual contracts on paid plans, making it expensive to experiment with in agent workflows
- - Credit-based pricing for email/phone reveals adds budget-tracking complexity for autonomous agents that need to manage costs per action
Integration
import requests
API_TOKEN = "YOUR_API_TOKEN"BASE = "https://api.ocean.io/v2"
# Enrich a company by domainresp = requests.post( f"{BASE}/enrich/company", params={"apiToken": API_TOKEN}, json={"domain": "stripe.com"})company = resp.json()print(company["name"], company["size"], company["industry"])Details
- Category
- Company Search
- Pricing
- Subscription
- Free Tier
- 14-day free trial available. Paid plans start at $79/mo (Premium) and $129/mo (Professional). Annual contracts required. Credits consumed per verified email/phone reveal.
- Rate Limit
- 60 req/min default across most endpoints. Returns Retry-After and X-RateLimit-Limit headers when exceeded. Higher limits available on request.
- Verified
- 2026-03-31
Score Breakdown
Related APIs in Company Search
Openmart
Company SearchLocal business search API covering 30M+ US, CA, and AU businesses — returns 40+ data points per listing including decision-maker contacts, tech stacks, and revenue estimates.
PredictLeads
Company SearchCompany intelligence API tracking 70M+ companies — job openings, news events, financing rounds, technology detections, connections, and website evolution via 23 REST endpoints.
Aviato
Company SearchPeople and company intelligence API with 700M+ people records and 8M+ company profiles — funding, employees, founders, LinkedIn data, financials, web traffic, tech stack, and market maps.
Coresignal
Company SearchB2B data API with 3B+ records on companies, employees, and jobs — bulk search, collect, and enrich with multi-source firmographic and professional data.
Crustdata
Company SearchReal-time B2B data API with 340+ firmographic and people datapoints for company discovery, enrichment, people search, and live change monitoring via webhooks.
Fundable
Company SearchVC deal and startup intelligence API — 90K+ startups, 60K+ investors, funding rounds, AI-powered semantic search, and natural language deal alerts with 13 REST endpoints.