Skip to main content
Huntr works anywhere you can send an HTTP POST with JSON and an x-api-key header.

Common pattern

  1. Trigger — new row, form submit, CRM stage change
  2. HTTP Request — call a Huntr endpoint
  3. Map response — push fields to CRM, Slack, or spreadsheet

n8n

Use the HTTP Request node:
SettingValue
MethodPOST
URLhttps://api.tryhuntr.com/research (or any endpoint)
AuthenticationHeader x-api-key
BodyJSON
For long research, add callback_url pointing to an n8n webhook trigger, or poll GET /research/{request_id}/status.

Make (Integromat)

Use the HTTP module with the same URL, headers, and JSON body. Map output fields from the response JSON.

Zapier

Use Webhooks by Zapier → Custom Request, or a code step with fetch.

Suggested workflows

WorkflowEndpoints
New account in CRM → enrichcompany-linkedincompany-tech-stackcompany-jobs
ICP list build weeklycompany-search with pagination loop
Alert on hiringcompany-jobs on watchlist domains
Pre-call briefresearch tier standard or deep

Rate limits

5 requests/second per API key. Add delay nodes when fanning out to many rows. See Rate limits.

Next step