cURL
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 }
Execute a SERP API search query. Returns search engine results. Permission: serp_api:write.
serp_api:write
API key. Create and manage keys at /v4/account/api-keys or in the dashboard.
The body is of type object.
object
Search results
Was this page helpful?