Solve a DataDome challenge
solve_datadomeGenerate a DataDome clearance payload without using a headless browser, solving interstitial, captcha, or tags challenges.
Instructions
Generate a valid DataDome clearance payload without a headless browser. Pick challenge='interstitial' (provide device_check_link and device_check_page from the blocked response), 'captcha' (provide captcha_link, the geo.captcha-delivery.com URL), or 'tags'. Returns { success, payload, headers } where headers is the client-hints set to replay on your follow-up request. Each call costs one solve against your balance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Any additional fields the endpoint expects (forwarded as-is) | |
| challenge | Yes | Which DataDome challenge to solve | |
| captcha_link | No | captcha: the geo.captcha-delivery.com challenge URL | |
| device_check_link | No | interstitial: the device-check URL from the blocked response | |
| device_check_page | No | interstitial: the device-check page URL |