Skip to content

Billing & limits

Fair use budget

Requires API key. 0 credits. Remaining fair-usage budget on unlimited plans, how many more rows you can pull today and this month across search, export, and enrich. Both windows reset on the UTC calendar (daily at the next 00:00 UTC, monthly at 00:00 UTC on the 1st), not 24 hours after you hit the cap, and not your local midnight; binding names the window that limits you first. Defaults are 500,000 rows/day and 6,000,000 rows/month, but caps are set per account, this endpoint is authoritative over any figure quoted elsewhere on this page, and if you're integrating at higher volume, message us and we'll raise yours. Paid and free plans get applies: false plus credits_remaining.

GET/api/v1/usage/fair-use

Authorization

HeaderTypeRequiredDescription
X-API-KeystringrequiredYour API key, for example lb_live_YOUR_API_KEY. You can send the same key as Authorization: Bearer instead.

Response

ok boolean
True when the request succeeded.
applies boolean
True when fair use caps govern this account.
plan string
The plan name for this account.
exempt boolean
True when this account is exempt from the caps.
daily object
The daily window: cap, used, remaining and reset time.
monthly object
The monthly window: cap, used, remaining and reset time.
binding string
The window that limits you first.