HuntAPI

Credits

Credit cost per API endpoint for HuntAPI.

Each API call consumes credits from your account based on the endpoint cost. The table below lists every endpoint and its cost per successful request.

Account balances

Your account tracks two separate balances:

API quota combines your subscription allowance (renewed each billing period) and any remaining one-time top-ups. Subscription quota resets each billing period; top-ups are purchased once and consumed over time—they do not reset monthly. Calls consume subscription quota first, then top-ups.

Extra credits are a separate balance used only after API quota (subscription + top-ups) is fully exhausted. They do not reset monthly. You may receive them from onboarding rewards or manual extra-credit purchases.

Monitor both balances from the Usage endpoint or your dashboard sidebar. See the Glossary for full definitions.

You are charged for successful requests: 200 for synchronous calls and 201 for async jobs. 404 billing is endpoint-specific (check each endpoint page). All other responses (4xx, 5xx) are free.

EndpointMethodPathCredits
Audio DownloadGET/v1/audio/download1
JobsGET/v1/jobs/{id}0
UsageGET/v1/usage0
Video DownloadGET/v1/video/download1

On this page