Headers
Successful responses may include rate limit metadata:| Field | Meaning |
|---|---|
remaining | Requests left in the current window |
reset | Unix timestamp (ms) when the window resets |
When limited
429 responses include retry guidance. Back off and retry after the reset time.
Bulk workflows
When paginating search or enriching many rows:- Add 200ms+ delay between calls in scripts
- Use queue workers with concurrency caps in production
- Preview counts before full pagination
MCP and agents
Agents can burst tool calls. If you hit429, instruct the agent to retry with backoff or serialize Huntr calls.