GET
/
api
/
account
curl --request GET \
  --url https://app.mrscraper.com/api/account \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "subscription_plan": "Ultimate",
    "token_usage": 137,
    "token_limit": 50000,
    "monthly_scrapes": 17,
    "average_tokens_scrape": 8.06
  }
}

Authorizations

Authorization
string
header
required

You can retrieve your token by visiting the API Tokens section inside your profile page or see https://docs.mrscraper.com/documentation/api-token for the details.

Response

200 - application/json
data
object