Get usage and billing info
GET /v1/usage
Returns the current billing period’s usage metrics, plan limits, and percentage consumed. The billing period is monthly, calculated from the account creation date anniversary.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Usage info retrieved
object
object
Start of the current billing period
Example
2026-02-01T00:00:00.000ZEnd of the current billing period
Example
2026-03-01T00:00:00.000ZExample
trialobject
Maximum pages allowed in this billing period
Example
1000Maximum search queries allowed in this billing period
Example
5000object
Pages processed in this billing period
Example
342Search queries made in this billing period
Example
1205object
Percentage of page limit consumed (0-100+)
Example
34Percentage of query limit consumed (0-100+)
Example
24Authentication failed or missing
object
object
Machine-readable error code
Example
VALIDATION_ERRORHuman-readable error message
Example
Invalid request bodyAdditional error details (e.g., validation issues)
object
Example
{ "error": { "code": "AUTHENTICATION_ERROR", "message": "Invalid or missing API key" }}Rate limit exceeded
object
object
Machine-readable error code
Example
VALIDATION_ERRORHuman-readable error message
Example
Invalid request bodyAdditional error details (e.g., validation issues)
object
Example
{ "error": { "code": "RATE_LIMIT_EXCEEDED", "message": "Rate limit exceeded" }}