Skip to Content
Identification APIOverview

Identification API

Identify the companies behind your website visitors using IP intelligence. No cookies, no tracking scripts required for API-only usage.


Endpoints

EndpointWhat it doesCreditsCost
IP → CompanyIdentify the company behind an IP address5from 4.1p
IP → Best FitCompany + individual + decision maker enrichment8from 6.6p
List VisitorsRetrieve identified visitors for a websiteFree
WebsitesCreate websites and get tracking scriptsFree
ICPsCreate ideal customer profiles20from 16.6p

VPN, hosting, and ISP traffic is detected automatically and never charged. You only pay for business matches.


Pricing

From 4.1p per company identification. Volume discounts apply automatically.

SpendCompany IDsCost per ID
£254166.0p
£1002,0005.0p
£3006,5934.5p
£75016,8534.4p
£2,00048,1924.1p

See full pricing details for credit bands, subscription tiers, and seat fees.


Free Trial

Every new API account includes 2,000 free credits (£20) — enough for 400 company identifications. No credit card required.


How It Works

  1. Send an IPPOST /functions/v1/ip-to-company with {"ip": "203.0.113.1"}
  2. Free DB checks first — 6.7M+ IP records, 2.4M VPN IPs, 434K hosting ranges. Junk traffic filtered instantly at zero cost.
  3. Paid providers if needed — multiple identification providers called in parallel for consensus scoring.
  4. Get the result — company name, domain, confidence score, traffic classification.

Results are cached for 7 days. Repeated lookups for the same IP are served from cache at no additional cost.


Quick Start

curl -X POST "https://api.warmai.uk/functions/v1/ip-to-company" \ -H "Content-Type: application/json" \ -H "x-access-key: warm_YOUR_API_KEY" \ -d '{"ip": "203.0.113.1"}'

Get your API key at dev.warmai.uk  — takes 30 seconds.

Last updated on