AkamaiWeb
Lấy Dữ liệu Cảm biến
Loại nhiệm vụ này sử dụng một điểm cuối riêng để truy xuất /akamaiweb/invoke
Cấu Trúc Đối Tượng Nhiệm vụ
Tham số | Loại | Bắt Buộc | Ghi Chú |
---|---|---|---|
type | String | Yes | AntiAkamaiWebTask |
url | String | Yes | Địa chỉ URL của trình duyệt |
abck | String | No | Cookie akamai |
bmsz | String | No | Cookie akamai |
userAgent | String | No | Tiêu đề yêu cầu trình duyệt ua |
Ví dụ Yêu cầu
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"
}
}
Ví dụ Phản hồi
{
"errorId": 0,
"success": true,
"state": "ready",
"solution": {
"sensorData":"2;0;0;6,3,1,0,3,217;9\u0026l8[yJdEZ21D6W4a7x/:\u0....",
},
"type": "AntiAkamaiWebTask"
}