Skip to main content
Poll every 5 seconds with a maximum timeout of 3 minutes. Most requests complete in 20–60 seconds.

Status values

Polling does not consume credits

GET /research-status is free — you can poll as many times as needed. Credits are only consumed when you call POST /research.

Cache hits return immediately

If data for the same email was recently enriched (within cache TTL), status will be completed on the first poll — sometimes even before your first poll. Build your code to handle an immediate completed response.

Exponential backoff (optional)

For high-volume usage, consider exponential backoff to reduce load: