Akamai, without custom bypass code.
即使 Akamai 更新其防护机制,这个可预测的三步流程也始终保持不变。
In the simplest case you only send site_url - the solver auto-detects everything else from the page. Pass the script URL or existing cookies yourself for faster solves or cookie refreshes.
提交目标
在一次 API 请求中发送页面 URL 和挑战特定字段。
我们处理挑战
CaptchaSolv 将任务路由到专门的解决方案,并跟踪直至完成。
使用解决方案
获取下一次请求所需的令牌、请求头、cookies 或 sensor payload。
所有支持的解决方案使用相同的接口和响应格式。
{
"api_key": "YOUR_API_KEY",
"type": "Akamai",
"site_url": "https://example.com/page"}{
"errorId": 0,
"status": "ready",
"solvtime": 2.15,
"data": {
"useragent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)...",
"language": "en-US,en;q=0.9",
"solution": {
"token": "_abck=XXXXX~0~YYYYYY~-1; bm_sz=XXXXX"}
}
}此验证码类型的求解请求中,可在 data 对象内发送的字段。
akamai_script可选Akamai Bot Manager script URL. Auto-detected if omitted; passing it speeds up solving.
challenge_script可选Challenge script URL. Auto-detected if omitted.
_abck可选Existing _abck cookie value, for a cookie refresh instead of a fresh solve.
bm_sz可选Existing bm_sz cookie value, for a cookie refresh.
pixel可选Pixel URL. Auto-detected if omitted.
seed可选Seed variable from the page. Auto-detected if omitted.
任务解决后在 data.solution 中返回的字段。
solution.token必填Cookie string containing _abck and the other Akamai cookies.
data.useragent必填Must be reused in all subsequent requests - Akamai tracks this fingerprint.
关于正确集成此解决方案的常见问题。
Yes - our Akamai Bot Manager solver works on any protected site, not just a fixed list of targets. In most cases sending only site_url is enough, since the solver auto-detects the script, seed, and pixel for that specific site.
在绕过 Akamai 时遇到困难?
加入我们的 Discord,我们的团队会帮助您在您的环境中成功解决 Akamai - 提供免费建议,即使挑战随时间变化也能持续应对。
