Skip to main content

Rate limits

Per-key request limits, the headers that let you avoid ever hitting them, and the AI-search daily ceiling.

Requests are limited per API key, over a trailing 60 seconds. The limit is on requests, not on credits — the two ceilings are independent and you meet whichever you reach first.

KeyRequests per minute
Any paid plan60
Free-trial key10
Your own limit is also reported as `rateLimit` on `GET /account/credits`, and on every response in `X-RateLimit-Limit`, so a client never has to hardcode it.

The headers

HeaderOnMeaning
X-RateLimit-LimitEvery responseYour ceiling for the window.
X-RateLimit-RemainingEvery responseWhat is left in it.
X-RateLimit-ResetEvery responseWhen the window rolls.
Retry-After429 onlySeconds to wait.

A well-behaved client reads X-RateLimit-Remaining and paces itself, and never sees a 429. If you do get one, back off for Retry-After seconds — do not retry immediately, and do not fan out.

Separate ceilings worth knowing about

CeilingWhat it bounds
Page sizeRecords per search page.
Candidate scanHow many candidates one request will consider — see pagination.
AI-search candidates reviewedHow much reading one AI search will do.
AI-search confirmed matchesThe largest result set one AI search can return.
Active alerts per accountHow many standing searches you can hold at once.
Manual alert runs per dayHow often you can trigger a run by hand, per alert.

Ready to make a call?

A free Boardwalk trial includes API access and a sandbox key. Counting, filtering, the location tree and the analytics plane cost nothing, so you can evaluate the data before you spend a credit.