Hillwinds APIDocs
Getting Started

Hillwinds API

The Hillwinds API gives you programmatic access to benefits intelligence data across 1M+ companies, broker relationships, and 1M+ personnel contacts.

What you can do

  • Query companies by size, industry, geography, carriers, brokers, and 20+ filters
  • Find decision-maker contacts with email, LinkedIn, title, and seniority data
  • Analyze broker relationships, commission data, and carrier networks
  • Detect change signals — carrier switches, broker changes, growth events
  • Export filtered datasets as CSV for import into CRM or BI tools
  • Tag and flag entities for your team's workflow

Endpoint shapes

CapabilityEndpoint shapeNotes
List with filters + paginationGET /v1/{resource}All four Phase-1 entities
Get a single entityGET /v1/{resource}/{id}
Lookup company (exact, single result)GET /v1/companies/lookup?domain= / ?name= / ?ein=Domain normalization, 404 on no match
Lookup broker (exact, single result)GET /v1/brokers/lookup?name=404 on no match
Bulk lookup / batch enrichPOST /v1/{resource}/batchUp to 100 IDs (companies), 50 (personnel)
Search (fuzzy)GET /v1/{resource}?search=Per-entity field list
AutocompleteGET /v1/{resource}/autocompleteFree (0 credits)
ExportGET /v1/{resource}/export.csvSync ≤2K rows; async ≤10K (Enterprise only)
Dry-run?dry_run=trueReturns expected rows + credits, 0 charge

Base URL

bash
https://api.hillwinds.ai/v1

Data coverage

EntityRecordsAvailable
Companies1M+Now
Personnel1M+ contacts with email, phone, LinkedInNow
Broker Offices200,000+Now
Brokers200,000+Now
Carriers2,000+Phase 2
401K Providers8,000+Phase 2
PBM Providers4,000+Phase 2
Accountants4,000+Phase 2
New to the API?
Start with the Quick Start — you'll have your first response in under two minutes.

Where to next