Business

Business Plan

$349 / month or $279/mo annual

High-volume batch processing, webhook alerts, full ASN data downloads, and a dedicated Slack channel for your team.

10M requests/month Batch API Slack support

10M

requests / month

100

IPs per batch

99.9%

SLA

Everything in Professional, plus

Batch API

Resolve up to 100 IPs in a single request. Ideal for log analysis, SIEM enrichment, and bulk fraud checks.

  • POST /v2/ip/batch
  • Up to 100 IPs/request
  • Parallel resolution

Webhook Alerts

Get notified via webhook when specific IP ranges or ASNs are seen hitting your API key.

  • Abuse score threshold alerts
  • Country match alerts
  • ASN watch list

Data Downloads

Monthly ASN and geolocation database snapshots in CSV/JSON for offline enrichment pipelines.

  • ASN database CSV
  • Geolocation database JSON
  • Monthly updates
Batch API

Enrich 100 IPs in one request

POST an array of IPs and receive the full enriched payload for each. Ideal for SIEM integrations, log pipelines, and fraud queues.

Counting tip

Each IP in a batch request counts as 1 API call against your monthly quota. A batch of 50 uses 50 credits.

POST /v2/ip/batch

// Request body
{
  "ips": [
    "8.8.8.8",
    "1.1.1.1",
    "185.220.101.5"
  ]
}

// Response
{
  "results": [
    { "ip": "8.8.8.8", "country": "US", "abuse_score": 0 },
    { "ip": "1.1.1.1", "country": "AU", "abuse_score": 2 },
    { "ip": "185.220.101.5", "country": "DE", "abuse_score": 94 }
  ],
  "count": 3,
  "credits_used": 3
}

Rate limits & quotas

LimitValue
Monthly requests10,000,000
Requests per second1,000
Batch endpoint100 IPs / request
WebhooksUp to 5 endpoints
Data downloadsMonthly snapshots
SLA uptime99.9%
SupportDedicated Slack channel

Common questions

Each IP in a batch request counts as 1 API call. A request with 50 IPs uses 50 credits. This gives you the same unit cost as single lookups with the added efficiency of fewer HTTP round-trips.
Webhooks are fired within 2 seconds of a qualifying lookup. Delivery is retried up to 5 times with exponential backoff. You can inspect webhook delivery logs from your dashboard.
You get monthly snapshots in both CSV (for spreadsheet tools and SQL imports) and JSON (for application pipelines). Files are available for download from your dashboard for 90 days.
Yes. Business includes team management with up to 10 member seats and role-based API key permissions (Owner, Admin, Member, Viewer).

Scale to 10 million lookups/month

Batch API, webhooks, and data downloads ready on day one. Need more? Talk to us about Enterprise.