Skip to main content
GET
Get account usage
Usage responses include yesterday, last7Days, last30Days, lastUpdatedAt, and requestedRange when from or to is supplied.

Authorizations

X-Api-Key
string
header
required

Client API key for the authenticated account.

Query Parameters

product
enum<string>
Available options:
web-data,
proxy-rotating
from

Date or datetime in RFC 3339 format

Pattern: ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$
Example:

"2025-01-27T00:00:00Z"

to

Date or datetime in RFC 3339 format

Pattern: ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$
Example:

"2025-12-28"

poolId
integer

Proxy pool ID. Applies to rotating proxy usage.

Required range: x <= 9007199254740991
Example:

123

countryCode
string

2-letter country code. Applies to rotating proxy usage.

Pattern: ^[a-zA-Z]{2}$
Example:

"US"

proxyType
enum<string>

Rotating proxy type. Applies to rotating proxy usage.

Available options:
residential,
mobile,
datacenter
Example:

"residential"

Response

Account usage across available products.

lastUpdatedAt
string | null
required

Most recent usage timestamp across included products.

Example:

"2026-06-10T12:00:00.000Z"

filters
object
required
webData
object
proxy
object