🤖Datadome
DataDome Solver Task (Solved with our in-house proxies) & Required Parameters
There is no Proxyless solver for Datadome. This REQUIRES your own proxies.
Rest API Endpoint: https://captcha.datalabs.net/createTask
Creating The Task
Tip: If the t
parameter in the captchaUrl is equal to bv
, your IP is banned.
Task Parameter Table
type
true
DatadomeSliderTask
captchaUrl
true
The website address in which you're solving the captcha for.
userAgent
false
Browser user-agent used in emulation.
proxyType
true
The type of proxy, accepts values: http
, https
, socks4
, and socks5
.
proxyAddress
true
The IPv4/IPv6 IP for your proxy (Host names, non-transparent, and local network proxies are not allowed)
proxyPort
true
The proxy port
proxyLogin
false
The proxy username
proxyPassword
false
The proxy password
Task Created Response
errorId
0: Without error. 1: Error with request.
errorCode
Short code for error type.
errorDescription
More detailed description of the error that occurred.
taskId
Task ID, provided for synchronous tasks to be pushed to /getTaskResult
Retrieving the Solution
Successful Solution Response
cookie
The cookie output from the solved captcha.
userAgent
The user agent in which the solution was solved with.
Last updated