Skip to main content
This task is not released yet!

Data

block_html
string
required
The HTML content of the Datadome block. Must contain dd variable.Example: ... var dd={'rt':'i','cid':'AHrlqAAAAAMAZAOt-wE_EDkAwm5zPQ==', ...
proxy
string
required
The proxy used to solve the challenge.Format: <http|socks5>://[username:password@]ip[:port]Example: http://user:[email protected]:8080
referer
string
required
The URL of the page where the block HTML is located.
force_slider
bool
Whether or not we should enforce slider even if we get an Interstitial.
In most cases, this should be set to true, as the slider generally produces a better score.
Forcing slider has almost no impact on speed nor bandwidth used.
Default: false
user_agent
string
The User-Agent header used to solve the challenge.
Only Chrome browser on Windows x86_64 is supported.
Example:
  • Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36
  • Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
  • ...
Default: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36

Data Example

{
    "block_html": "...",
    "referer": "https://example.com/",
    "proxy": "http://user:[email protected]:8080",
    "force_slider": true,
    "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
}

Solution Parameters

Solved Datadome cookie, returned in Set-Cookie format.

Solution Example

{
  "cookie": "datadome=...; Max-Age=31536000; Domain=.example.com; Path=/; Secure; SameSite=Lax"
}