AkamaiWeb

Dapatkan Data Sensor

Jenis tugas ini menggunakan endpoint terpisah untuk mendapatkan /akamaiweb/invoke

Struktur Objek Tugas

ParameterTipeWajibCatatan
typeStringYesAntiAkamaiWebTask
urlStringYesalamat URL browser
abckStringNocookie akamai
bmszStringNocookie akamai
userAgentStringNoua header permintaan browser

Contoh Permintaan

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"
    }
}

Contoh Respons

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