Lever · Rate Limits

Lever Rate Limits

Lever enforces a token-bucket rate limit on its REST API at https://api.lever.co/v1. The default sustained rate is 10 requests per second per API key with burst capacity to 20 req/s. Requests above the bucket return HTTP 429 and clients must back off.

Lever Rate Limits is the machine-readable rate-limit profile for Lever on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 4 rate-limit definitions, measuring requests, results, and events.

The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include HR, ATS, Recruiting, Rate Limiting, and Throttling.

4 Limits Throttle: 429
HRATSRecruitingRate LimitingThrottling

Limits

Per API Key Sustained token
requests
10
Sustained rate of 10 requests per second per API key (or OAuth token).
Per API Key Burst token
requests
20
Token-bucket burst capacity allows up to 20 req/s for short windows before the bucket empties to the sustained rate.
Pagination request
results
100
Default 100 results per page; configurable via the limit query parameter (1-100). Use cursor-based offset tokens.
Webhook Delivery subscription
events
Webhook events are signed with HMAC-SHA256 and retried on 5xx responses; 2xx must be returned within the platform timeout.

Policies

Backoff Strategy
Exponential backoff with jitter on 429 responses. Honor any Retry-After header in the response.
Pagination
Use limit + cursor-based offset tokens for list endpoints; do not scan whole collections in tight loops.
include / expand Projection
Use include and expand parameters to retrieve only required fields and inline related objects, reducing total request volume.

Sources

Work with this as data

Every rate limit here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for rate limits

4 MCP tools reach this
  • find_rate_limitsBrowse and filter every rate limit in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This rate limit
curl "https://apis.io/api/v1/rate-limits/lever-rate-limits"
All rate limits
curl "https://apis.io/api/v1/rate-limits?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.