AkamaiWeb
Get Sensor Data
This task type uses an independent endpoint to obtain /akamaiweb/invoke
Task Object Structure
Param | Type | Required | Note |
---|---|---|---|
type | String | Yes | AntiAkamaiWebTask |
url | String | Yes | browser url address |
abck | String | No | akamai cookie |
bmsz | String | No | akamai cookie |
userAgent | String | No | The browser’s request header ua |
Request Example
POST https://api.capsolver.com/akamaiweb/invoke
Host: api.capsolver.com
Content-Type: application/json
{
"clientKey": "YOUR_API_KEY",
"task": {
"type": "AntiAkamaiWebTask",
"url":"https://www.xxxx.com/nMRH2/aYJ/PQ4b/32/0peDlm/b9f5NJcXf7tiYE/OE9CMGI1/Nzsn/bCVKCnA",
"abck":"",
"bmsz":"",
"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36"
}
}
Response Example
{
"errorId": 0,
"success": true,
"state": "ready",
"solution": {
"sensorData":"2;0;0;6,3,1,0,3,217;9\u0026l8[yJdEZ21D6W4a7x/:\u0....",
},
"type": "AntiAkamaiWebTask"
}