Skip to main content
Huntr returns JSON error bodies with an error string. Some responses include structured fields for programmatic handling.

Common status codes

Standard error shape

Query validation (search endpoints)

Company and person search return detailed validation errors for bad filters:
Use accepted_values to fix enum fields like industry, type, and headcount growth timespan.

Bulk enrichment rejection

When /research cannot run a multi-entity enrichment workflow within budget:
Not charged. Follow recommended_workflow.

Research failures

Failed research runs return price: 0. Async failures include error and optional error_code on the status endpoint.

Next step