The Person API enforces two types of limits: a per-request item cap and a per-minute throughput limit. Both are checked on every request before processing begins.Documentation Index
Fetch the complete documentation index at: https://docs.signalhire.com/llms.txt
Use this file to discover all available pages before exploring further.
Limits
| Limit | Value |
|---|---|
| Max items per request | 100 |
| Max items per minute | 600 (paid) / 5 (trial) |
| Concurrent requests | No strict limit |
The per-minute limit depends on the account type: 600 items/min for paid accounts, 5 items/min for trial accounts.
Exceeding the Limits
More than 100 items in a single request — returns HTTP406:
429:
429 responses gracefully.
Examples
- 6 requests × 100 items = 600 items/min ✓
- 600 requests × 1 item = 600 items/min ✓
- 7 requests × 100 items = 700 items/min ✗ →
429