180M+ CONTACTS · <300ms API RESPONSE · 95%+ VERIFICATION

The intelligence layer
for insurance sales.

Per-record enrichment API built for producers. Verified contacts, direct-dial phones, firmographic data, and buying signals — priced per record, not per seat.

180M+ Addressable contacts
95%+ Email verification rate
<300ms Avg API response
Per-record Pricing model
99.9% API uptime SLA

Built for insurance teams

Prospecting, enrichment, verification, and API access — everything your pipeline needs in one place.

Find any insurance prospect

Search 180M+ contacts by title, company size, industry, geography, and insurance-specific signals. Filter for agency owners, captive agents ready to go independent, or business owners in your target market.

  • Role-based filtering — agency owner, producer, underwriter
  • Geographic targeting down to ZIP code
  • Captive-to-independent intent signals with tenure scoring
POST /v1/prospect/search
{
  "filters": {
    "title": "Insurance Agency Owner",
    "state": "FL",
    "company_size": "1-10",
    "signals": ["captive_exit_intent"]
  },
  "limit": 50
}

// Response
{
  "total": 4821,
  "contacts": [{
    "name": "Sarah M.",
    "title": "Agency Owner · State Farm",
    "signal_score": 87,
    "tenure_mo": 34
  }]
}

Enrich with 50+ data points

Submit a name, company, email, or domain — get back a fully enriched contact with verified email, direct phone, firmographic data, and real-time buying signals in under 300ms.

  • Verified email + direct-dial phone on every record
  • Company revenue, headcount, tech stack, and funding stage
  • Job change detection and hiring surge signals (last 90 days)
POST /v1/enrich
// Input
{
  "name": "John D.",
  "company": "Acme Insurance Group"
}

// 287ms — Response
{
  "email": "[email protected]",
  "email_valid": true,
  "phone_direct": "+1 (305) 555-0142",
  "phone_confidence": 0.91,
  "company_revenue": "$5M-$10M",
  "employees": 12,
  "signals": ["hiring_surge"]
}

Verify before you dial

Every email is verified at query time against live mail server checks — not a quarterly-refreshed database. The API returns a deliverability score and bounce risk so you only send to high-confidence addresses.

  • Real-time SMTP verification — never stale cached data
  • Catch-all, disposable, and role-address detection
  • Deliverability score 0–100 + bulk verify up to 100K records
POST /v1/verify/email
// Input
{
  "email": "[email protected]"
}

// Response
{
  "valid": true,
  "deliverability": 97,
  "smtp_check": true,
  "catch_all": false,
  "disposable": false,
  "role_address": false,
  "mx_valid": true,
  "verified_at": "2026-06-01T14:22:00Z"
}

Integrate in minutes

Stable schemas, predictable sub-300ms latency, and deterministic per-record cost. Designed for LLM-driven sales agents, CRM enrichment pipelines, and programmatic outbound workflows.

  • REST API with OpenAPI 3.1 spec + SDKs for Python, Node, Go
  • Webhook delivery with retry logic and cursor-based pagination
  • Native HubSpot, Salesforce, and Close CRM connectors
Python SDK
# pip install forge-sdk
import forge

client = forge.Client("fge_live_••••••••")

# Enrich a single contact
contact = client.enrich(
    name="Jane Smith",
    company="Harbor Insurance"
)

print(contact.email)          # [email protected]
print(contact.phone_direct)   # +1 (813) 555-0198
print(contact.signal_score)   # 74

Simple, per-record pricing

Start free. Pay only for what you use.

Free
$0/mo
50 credits / month
  • Email verification
  • Basic firmographic data
  • Single-record API access
Get started free
Starter
$49/mo
1,000 credits / month
  • Email + phone enrichment
  • Full firmographic data
  • Bulk endpoint + webhooks
Start now — $49/mo →
Scale
$499/mo
25,000 credits / month
  • Everything in Growth
  • 99.9% SLA + white-glove onboarding
  • Volume discounts + priority support
Contact us

All plans include a 14-day trial. No credit card required for Free. Cancel anytime. Repeat lookups on the same record within 7 days cost 0 credits.

Get Forge product updates

One email per month. New features, data coverage updates, occasional analysis. Unsubscribe in one click.

You'll get a confirmation email — one click to confirm. We honor unsubscribes immediately.