Identification API
Identify the companies behind your website visitors using IP intelligence. No cookies, no tracking scripts required for API-only usage.
Endpoints
| Endpoint | What it does | Credits | Cost |
|---|---|---|---|
| IP → Company | Identify the company behind an IP address | 5 | from 4.1p |
| IP → Best Fit | Company + individual + decision maker enrichment | 8 | from 6.6p |
| List Visitors | Retrieve identified visitors for a website | Free | — |
| Websites | Create websites and get tracking scripts | Free | — |
| ICPs | Create ideal customer profiles | 20 | from 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.
| Spend | Company IDs | Cost per ID |
|---|---|---|
| £25 | 416 | 6.0p |
| £100 | 2,000 | 5.0p |
| £300 | 6,593 | 4.5p |
| £750 | 16,853 | 4.4p |
| £2,000 | 48,192 | 4.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
- Send an IP →
POST /functions/v1/ip-to-companywith{"ip": "203.0.113.1"} - Free DB checks first — 6.7M+ IP records, 2.4M VPN IPs, 434K hosting ranges. Junk traffic filtered instantly at zero cost.
- Paid providers if needed — multiple identification providers called in parallel for consensus scoring.
- 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