Skip to main content
Huntr is API-native — use it as an HTTP enrichment source in Clay without moving your workflow into another platform.

When to use Huntr in Clay

HTTP API column setup

  1. Add an HTTP API enrichment column in Clay
  2. Set method to POST
  3. URL: https://api.tryhuntr.com/{endpoint} (e.g. /person-email)
  4. Headers: x-api-key: {{your_huntr_key}}
  5. Body: JSON with Clay {{column}} references
Example body for email finding:

Research columns

For narrative account briefs, call /research with a prompt that includes Clay fields:
Map the result field into your table.
Do not run /research on every row for bulk email finding — use /person-email per row instead. /research is for one-off synthesis.

Compare to Claygent

Huntr is built as an intelligence API (REST + MCP), not a Clay-only agent. You get the same research capabilities in n8n, your product, or Cursor — with per-request pricing and no workspace lock-in.

Next step