@@ -41,6 +41,7 @@ Examples of API requests for different captcha types are available on the [Pytho
4141 - [ Friendly Captcha] ( #friendly-captcha )
4242 - [ Cutcaptcha] ( #cutcaptcha )
4343 - [ Tencent] ( #tencent )
44+ - [ Datadome] ( #datadome )
4445 - [ CyberSiARA] ( #cybersiara )
4546 - [ Other methods] ( #other-methods )
4647 - [ send / get_result] ( #send--get_result )
@@ -408,6 +409,26 @@ result = solver.tencent(app_id="197326679",
408409 param1 = ... , ... )
409410```
410411
412+ ### DataDome
413+
414+ <sup >[ API method description.] ( https://2captcha.com/2captcha-api#datadome ) </sup >
415+
416+ Use this method to solve DataDome captcha.
417+
418+ > [ !IMPORTANT]
419+ > To solve the DataDome captcha, you must use a proxy. It is recommended to use [ residential proxies] .
420+
421+ ``` python
422+ result = solver.datadome(captcha_url = " https://geo.captcha-delivery.com/captcha/?initialCid=..." ,
423+ pageurl = " https://mysite.com/page/with/datadome" ,
424+ userAgent = " Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" ,
425+ proxy = {
426+ ' type' : ' HTTP' ,
427+ ' uri' : ' login:password@IP_address:PORT'
428+ },
429+ param1 = ... , ... )
430+ ```
431+
411432### CyberSiARA
412433
413434<sup >[ API method description.] ( https://2captcha.com/2captcha-api#cybersiara ) </sup >
@@ -493,7 +514,8 @@ except TimeoutException as e:
493514## Proxies
494515
495516You can pass your proxy as an additional argument for the following methods: recaptcha, funcaptcha, geetest, geetest v4, hcaptcha,
496- keycaptcha, capy puzzle, lemin, atbcaptcha, turnstile, amazon waf, mtcaptcha, friendly captcha, cutcaptcha, cybersiara.
517+ keycaptcha, capy puzzle, lemin, atbcaptcha, turnstile, amazon waf, mtcaptcha, friendly captcha, cutcaptcha, Tencent, DataDome, cybersiara.
518+
497519
498520The proxy will be forwarded to the API to solve the captcha.
499521
@@ -568,3 +590,4 @@ The graphics and trademarks included in this repository are not covered by the M
568590[ Buy residential proxies ] : https://2captcha.com/proxy/residential-proxies
569591[ Quick start ] : https://2captcha.com/proxy?openAddTrafficModal=true
570592[ examples ] : ./examples
593+ [ residential proxies ] : https://2captcha.com/proxy/residential-proxies
0 commit comments