DataDome Tags Cookie
Solve DataDome bot protection challenges and retrieve thedatadome cookie.
Task Type
DataDomeTagsCookie
Parameters
Request
Price
$0.001 per solve.Response
Thetoken field contains the datadome cookie value.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Solve DataDome challenges and retrieve the DataDome cookie.
datadome cookie.
DataDomeTagsCookie
| Parameter | Type | Required | Description |
|---|---|---|---|
siteurl | string | Yes | Page URL protected by DataDome |
datadomejsurl | string | Yes | URL of the DataDome tags.js script |
ddjskey | string | Yes | DataDome JavaScript key |
ddoptions | object | Yes | DataDome options object |
proxy | string | Yes | http://host:port:user:pass |
user_agent | string | No | Browser user agent |
{
"type": "DataDomeTagsCookie",
"task": {
"siteurl": "https://connect.ubisoft.com/login",
"datadomejsurl": "https://static-security.ubisoft.com/tags.js",
"ddjskey": "88F341A1D9D736E8B9493BCD3B489D",
"ddoptions": {
"ajaxListenerPath": true,
"allowHtmlContentTypeOnCaptcha": true
},
"proxy": "http://user:pass@host:port"
}
}
token field contains the datadome cookie value.