> ## Documentation Index
> Fetch the complete documentation index at: https://hydrotuff-admin-mcp-fix-pages-3f076f6.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# DataDome

> Solve DataDome challenges and retrieve the DataDome cookie.

# DataDome Tags Cookie

Solve DataDome bot protection challenges and retrieve the `datadome` cookie.

## Task Type

`DataDomeTagsCookie`

## Parameters

| 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                 |

## Request

```json theme={null}
{
  "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"
  }
}
```

## Price

\$0.001 per solve.

## Response

The `token` field contains the `datadome` cookie value.

## Notes

This solver uses a direct API call approach — no browser is launched. Average solve time is under 1 second.
