The Oceanio Search endpoint queries the Ocean.io B2B intelligence database to find companies similar to or matching a given domain. It returns ranked lookalike results with contact information, key employee profiles, and social network links: ideal for prospecting, competitive analysis, and lead enrichment.
GET https://api.piloterr.com/v2/oceanio/search?query=google.com
| Parameter |
Type |
Required |
Description |
query |
string |
yes |
Domain name or keyword to search (e.g. google.com) |
| Field |
Type |
Description |
total |
integer |
Number of exact domain matches found |
people |
object |
Map of domain → array of LinkedIn employee profiles |
results |
array |
Semantically similar companies ranked by relevance score |
results[].score |
number |
Relevance score from 0 to 1 |
results[].domain |
string |
Company domain |
results[].emails |
array/string |
Company contact email(s) |
results[].phones |
array |
Phone numbers with country codes |
results[].countries |
array |
ISO country codes where the company is active |
results[].company_size |
string |
Employee count range |
results[].social_networks |
array |
Social media profiles |
companies |
array |
Exact domain match with full company profile |
results contains semantically similar companies ranked by relevance score; companies is the exact match.
- Employee profile photos are hosted on LinkedIn CDN and may expire.
- When no similar companies exist,
results may be an empty array.
- Find lookalike companies similar to a competitor for market mapping and prospecting
- Enrich CRM records with phone numbers, emails, and social profiles from a domain
- Build targeted B2B lead lists by discovering companies in the same niche
- Identify key employees at target accounts for outbound sales campaigns