Skip to main content
GET
/
v4
/
account
/
{subAccountId}
/
serp-api
/
overview
SERP API overview
curl --request GET \
  --url https://api.proxyscrape.com/v4/account/{subAccountId}/serp-api/overview \
  --header 'api-token: <api-key>'
{
  "plan": "<string>",
  "credits_used": 123,
  "credits_limit": 123,
  "status": "<string>"
}

Authorizations

api-token
string
header
required

API key. Create and manage keys at /v4/account/api-keys or in the dashboard.

Path Parameters

subAccountId
string<uuid>
required

Response

200 - application/json

SERP API overview

plan
string
credits_used
integer
credits_limit
integer
status
string