Skip to main content
Huntr uses pay-per-request billing. Add credits once, spend them across research and data endpoints. There is no monthly minimum.

Check your balance

Top up via the dashboard or POST /topup.

Public pricing matrix

This returns current prices for research tiers, models, and direct endpoints. Use this as the source of truth — do not hardcode prices in your integration.

Research pricing

Each POST /research request charges one displayed price for the completed run: Optional model override adjusts price based on synthesis model cost. Failed research requests are not charged. 422 BULK_ENRICHMENT_REQUIRED responses are not charged.

Direct endpoint pricing patterns

Every response includes price (USD for that call) and often credits_remaining.

Starting credits

New accounts receive free credits after email verification — enough for many standard research requests. Exact amounts are shown in the dashboard and /verify response.

Usage history

Design tips for cost control

  1. Preview list size with count endpoints before paginating search.
  2. Use direct endpoints when you only need one field.
  3. Reserve /research for synthesis — not bulk enrichment.
  4. Call /pricing in agent tooling so models pick the right tier.

Next step