Docs/IP intelligence/Identify Company by IP
API Reference · IP intelligence

Identify Company by IP

Resolve an IP address to the company behind it — name, domain, industry, and headcount. Works for a single IP or a batch from your server logs. The first step in deanonymising website traffic.

POSThttps://app.saleshub.ai/v1/ip
$0

No per-row cost. Every Saleshub plan is flat and unlimited — responses always return credits_used: 0. Page through results freely.

ipstringoptional
A single IPv4 or IPv6 address.
ipsarrayoptional
A batch of addresses (up to 1,000) for log-file resolution.
FieldTypeDescription
companyobjectname, domain, industry, employee_count.
confidencefloatResolution confidence, 0–1.
is_ispbooleantrue when the IP is a consumer ISP, not a business.
200Success.
400Bad request — the body could not be processed.
401Unauthorized — invalid or missing API key.
404Not found — no match for the data provided.
422Invalid input — a filter value isn't a supported enum.
429Rate limited — retry after the Retry-After header.