Skip to content
On this page

AkamaiWeb

Get Sensor Data

This task type uses an independent endpoint to obtain /akamaiweb/invoke

Task Object Structure

ParamTypeRequiredNote
typeStringYesAntiAkamaiWebTask
urlStringYesbrowser url address
abckStringNoakamai cookie
bmszStringNoakamai cookie
userAgentStringNoThe browser's request header ua

Request Example

txt
POST https://api.capsolver.com/akamaiweb/invoke
Host: api.capsolver.com
Content-Type: application/json
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

json
{
    "errorId": 0,
    "success": true,
    "state": "ready",
    "solution": {
       "sensorData":"2;0;0;6,3,1,0,3,217;9\u0026l8[yJdEZ21D6W4a7x/:\u0....",
    },
    "type": "AntiAkamaiWebTask"
}