???????? v3 ?? ????

Rajinder Singh
Deep Learning Researcher
10-Oct-2025

reCaptcha v3 ?? CapSolver ?? ??? ?? ????
?? ????? ????? ???, ?? ???? CapSolver ?? ??? reCaptcha v3 ?? ?? ???? ?? ????????? ??? ????????? ???????
reCaptcha V3 ?? ?? ???????
reCaptcha V3 ???? ??? ???????? ?? ??????? ?? ??? ?? ????? ?????? ??? ?? ?? ??????-????? ??????????? ??????? ?? ?????? ?? ???? ???????????? ?? ??? ???? ???????????? ?? ??? ???? ??????? ??? ??????? ?? ???? ??? ???????? ?? ????? ???? ??? ???????, ??? ????????? ??? ???? ?? ?????? ?? ?? ???? ?? ???????? ?? ???? ??, ???? ?? ??????? ?? ?????????? ?? ??? ?? ??????? ??????? ?? ??????? ?? ????
Capsolver ?? ?????
Capsolver, ?? ?? reCaptcha ????????? ?? ?? ???? ?? ?? ????????? ????? ?????? ???? ??, ??? ????????? ??? ?????? ?? ???? ??? ?? ??????? ?????????? ?? ?????? ??????? ????? ?????? ?????? ???? ??, reCaptcha V3 ?? ?? ???? ??? ???????? ?????? ????????? ???? ???
Capsolver reCaptcha V3 ?? ?????? ???? ?? ?? ???? ?????????? ?? ???? ???? ?? ??? ??????? ????? ?????? ?????? ???? ??:
- ReCaptchaV3Task: ?? ????? ?????? ?? ??? ???? ????? ?? ???????? ?? ???????? ???? ???
- ReCaptchaV3TaskProxyLess: ?? ????? ?????? ??? ????? ?? ??????? ???????? ?? ????? ???? ???? ???
ReCaptchaV3Task
ReCaptchaV3Task ?? ????? ?????? ?? ????? ??? ???? ????? ?? ???????? ?? ???????? ???? ??? ?? ?? ????? ?? ??? ????? ?? ????? ??? ????????? ???????? ?? ?? ???? ???? ????????? ???????? ?? ????? ?? ?? ???? ?? ????????? ?? ???? ???????? ?? ??????????? ???? ???? ???
python
from capsolver import ReCaptchaV3Task
task = ReCaptchaV3Task(
site_key='your-site-key',
page_url='https://example.com',
proxy='http://proxy.com',
pageAction='example',
user_agent='YourUserAgent'
)
solution = capsolver.solve(task)
ReCaptchaV3TaskProxyLess
??? ???? ??? ???????? ?? ??? ????? ???? ?? ?? ?? ???? ????? ???? ???? ???? ???? ???, ?? ReCaptchaV3TaskProxyLess ?? ????? ?????? ??? ?? ????? ?? ??????? ???????? ?? ????? ???? ??, ????? ????????? ???? ??????????? ?? ??????????-????? ?? ???? ???
python
from capsolver import ReCaptchaV3TaskProxyLess
task = ReCaptchaV3TaskProxyLess(
site_key='your-site-key',
page_url='https://example.com',
pageAction='example'
)
solution = capsolver.solve(task)
????? ?????
????????? ???? ???? ?? ???, ???? createTask
???? ?? ????? ???? ?? ????? ????? ????? ?????
???? ?? ?????? ?????? ??:
json
POST https://api.capsolver.com/createTask
{
"clientKey":"yourapiKey",
"task":
{
"type":"ReCaptchaV3TaskProxyLess",
"websiteURL":"https://antcpt.com/score_detector",
"websiteKey":"6LcR_okUAAAAAPYrPe-HK_0RULO1aZM15ENyM-Mf",
"pageAction": "homepage"
}
}
????? ??????????? ???????? ???? ?? ???, ???? ????? ??? ?? Task ID ??????? ????:
JSON
{
"errorId": 0,
"errorCode": "",
"errorDescription": "",
"taskId": "61138bb6-19fb-11ec-a9c8-0242ac110006"
}
?????? ??????? ????
?? ???? ??? Task ID ?? ???? ??, ?? ?? ???? ????? ?????? ??????? ???? ?? ??? ?? ???? ???? Task ID ?? ??? getTaskResult ???? ?? ????? ???? ?? ???? 1 ????? ?? 10 ????? ?? ?????? ??? ?????? ??????? ?? ???? ????
???? ?? ?????? ?????? ??:
json
POST https://api.capsolver.com/getTaskResult
Host: api.capsolver.com
Content-Type: application/json
{
"clientKey":"YOUR_API_KEY",
"taskId": "TASKID OF CREATETASK" //createTask ???? ?????? ????? ??? ID
}
????? ??? ?????? ???? ????? ????:
json
{
"errorId": 0,
"errorCode": null,
"errorDescription": null,
"solution": {
"userAgent": "xxx",
"expireTime": 1671615324290,
"gRecaptchaResponse": "3AHJ....."
},
"status": "ready
}
????? ??? 'solution' ??? 'userAgent', 'expireTime' ???? ?? ??????? ??? ?? 'gRecaptchaResponse' ?????? ???? ????? ???? ???
?????? ?? ???? ?? ???, ?? ???? ?? ???? ?? ????? ?????? ???? ?? ???? ?? ???? ???, ?????? ?? ???:
json
var request = require('request');
var options = {
'method': 'POST',
'url': 'https://antcpt.com/score_detector/verify.php',
'headers': {
'Content-Type': 'application/json'
},
body: JSON.stringify({
"g-recaptcha-response": "???? Capsolver ?? ????"
})
request(options, function (error, response) {
if (error) throw new Error(error);
console.log(response.body);
});
????? ????
????? ???? ?? ???? ??? ??????? ?? ???, ????? ????? ????? ???? ????? ?? ?????
???? ?? ???????????? ???? (C#/PYTHON/JAVASCRIPT/PHP) ??? reCaptcha V3 ?? ????:
?? ????? ?? ????
reCaptcha v3 ?? ????? ????? ?? ??? ?? ???? ?? ???? ??? ???? ??????? ?? ???
?? ????? ?? ????
reCaptcha V3 ?? ?? ???? ?????? ???? ?? ???? ??, ????? ??? ??????? ?? ??? ?? ???, ?? ?? ????????? ????? ?? ???? ??? CapSolver ?? ??? ?? ????? ????? ????? ?????? ?? ??? ?? ????? ?? ????? ???? ????? API ?? ?? ????????? ?? ??? ????? ??? ?? ???? ????? ???? ??????? ?? ??? ??? ?? ??? ??? ?? ?? ???? ????? ???????? ?? ??? ??? ???, CapSolver ???? ??? ?? ?????? ???
Capsolver ??? ?
??????? ????????: ?? ????? ?? ?????? ?? ?? ??????? ???? ????????? ?????????? ?? ??? ??? CapSolver ??? ???? ??????? ?? ???????? ?? ???? ???? ?? ??? ????????? ??? CapSolver ??????? ?? ????? ????, ???????? ?? ???????? ???? ???? ?????????? ?? ??? ???? ???? ?????? ?? ?? ???? ???? ?? ?????? ????? ?????? ?????? ?????????? ????? ?? ????? ????? ?? ???-??? ????????? ???? ???????? ?? ????? ?????? ????????? ?? ?? ???? ??? 100% ??????? ????????? ???? ???? ?? ???? ?????? ?? ????????? ????? ?? ??????????? ???? ???? ???? ??????? ?? ???, ????? ????? ???? ?? ?????? ?? ???????? ???? ?? ?????
????
???? ?? ???? CAPTCHA ?? ??? ?????????? ???? ????
?? ??? ???, ?? ??? ?????????? ?? ????? CAPTCHA ?? ????? ????? ???? ??? ???? ?????? ?????? ?? ??? ?????????? ?? ????? CAPTCHA ?? ???? ?? ??? ???? ????? ?????? ????? ??????, ?????????? ?? ?????? ?? ????? ???????? ???? ????

Rajinder Singh
13-Oct-2025

??? ?????????? ?? ????? ?????? ?? ???? ?? ???? ????? ?????
?? ??? ???, ?? ??? ?????????? ?? ????? ????? ??? ?? ?????? ?? ?????? ??????? ?? ???? ?? ?????? ?? ???? ?? ???? ????? ????? ?? ????? ???????

Rajinder Singh
13-Oct-2025

???? ?? reCAPTCHA Enterprise ??????? ?? ?? ????, v2, v2 ??????, v3, v3 ?????????? 0.9 ?????
?????? ???? ???? ?? reCaptcha ??????? ?? CapSolver ?? ???: ?? ???? reCaptcha ?? ??????? ??? ?? ?? ???? ?? ??? ???-??-??? ?????????? ?????? ???? ??, ?? ??? ???? ?????? ????????? ???? ???

Rajinder Singh
11-Oct-2025

???? ?? ???? ??? ??????
?? ????? ????? ??? ??? ?????? ?? ?? ???? ?? ???? ??? ?? ??????? ???? ?????? ???? ??, ?? ?? ??? ?? ????? ????? ????????? ?? ???????? ???? ?? ??? ???? ???? ??? ?? ??? ?????? ???? ??, ???? ???????? ?? ???? ???? ??, ??? ????????? ?? API ?? ????? ?? ???-??-??? ???? ?? ??????? ????? ???? ??? ???? ??? ?? ????????? ??? ????? ?????? ?? ????????????? ?? ?????? ????? ???? ????? ??? ??? ?????? ?? ???? ?? ??? ????????? ?? ????? ?? ??????????? ?? ????? ?? ?? ??? ?? ??? ?????? ???? ??, ?? ?????? ?????? ???? ??????? ?? ??? ?????? ???????? ?????? ?? ???? ???

Rajinder Singh
11-Oct-2025

??????? ??2 ?????? ???? ?? ????
?? ????? reCaptcha v2 ?????? ?? ?? ???? ?? ???? ??? ?? ???????? ???? ??? ?? ?????? ??????? ?? Capsolver ?? ??? ???? ?? ???? ???????? ?? ?????? ???? ?? ?? ???-??-??? ???? ?????? ???? ??? ????? ?? ????? ?? ?????? ???? ??? ???? ????? ??? ??, ????? ???? ??????? ?? reCaptcha v2 ?????? ?? ???? ???? ?? ?? ???? ?? ????????? ??? ?? ???? ?? ???? ??? ?? ?? ???????? ?? ??????? ???? ??, ?? ????????? ???? ?? ?? ???? ?? ??? ???? ???? ????????? ?? ???? ??? ??????? ???? ???

Rajinder Singh
11-Oct-2025

???????? v3 ?? ????
"reCaptcha V3 ?? CapSolver ?? ??? ?? ???? ?????: ????? ????? ??????, ??? API ??????, ?? ??????? ?? ??????? ?? ??? ??????? ??????"

Rajinder Singh
10-Oct-2025