Per-record enrichment API built for producers. Verified contacts, direct-dial phones, firmographic data, and buying signals — priced per record, not per seat.
Prospecting, enrichment, verification, and API access — everything your pipeline needs in one place.
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.
{ "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 }] }
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.
// 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"] }
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.
// 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" }
Stable schemas, predictable sub-300ms latency, and deterministic per-record cost. Designed for LLM-driven sales agents, CRM enrichment pipelines, and programmatic outbound workflows.
# 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
Start free. Pay only for what you use.
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.