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.
body parameters
ipstringoptional
A single IPv4 or IPv6 address.
ipsarrayoptional
A batch of addresses (up to 1,000) for log-file resolution.
response fields
| Field | Type | Description |
|---|---|---|
| company | object | name, domain, industry, employee_count. |
| confidence | float | Resolution confidence, 0–1. |
| is_isp | boolean | true when the IP is a consumer ISP, not a business. |
status codes
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.