Skip to main content
POST
/
v4
/
account
/
{subAccountId}
/
serp-api
/
search
SERP API search
curl --request POST \
  --url https://api.proxyscrape.com/v4/account/{subAccountId}/serp-api/search \
  --header 'Content-Type: application/json' \
  --header 'api-token: <api-key>' \
  --data '{}'
{
  "results": [
    {}
  ],
  "total": 123
}

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

Body

application/json

The body is of type object.

Response

200 - application/json

Search results

results
object[]
total
integer