← back
Ocean.io

Ocean.io

95

B2B lookalike search and enrichment API with 230M+ contacts and 35M+ company profiles — company/people enrichment, lookalike search, and email/phone reveal via REST endpoints.

OpenAPI SpecAPI KeySubscriptionJSONBot Blocking: Nonecompany-searchpeople-searchcompany-enrichmentpeople-enrichmentlookalike-searchemail-finderphone-finderb2b-datalead-generation

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

example.py
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

Base +50
OpenAPI Spec (Yes) +15
Auth Complexity (API Key) +10
Response Format (JSON) +10
Bot Blocking (None) +10
No Credit Card (No) 0
Completely Free (No) 0
Total 95

Related APIs in Company Search