Skip to content
Advertisement

Recaptcha missing the element “data-sitekey” making it impossible to use any captcha service apis

As the above title says, I’m attempting to use a captcha solving service but all of them request a code that’s attached to an element called “data-sitekey” that should be in the HTML of a page with recaptcha on it. My problem is that the webpage I’m looking at doesn’t have a “data-sitekey” element, meaning I can’t use any of the apis. Any help in finding the elusive “data-sitekey” is much appreciated, or any recommendations for a service that doesn’t require it. I’m coding in Python + Selenium, but I’m reasonably confident using Python to inject JavaScript into the page so any solutions focused around those two languages would be most helpful.

Here is the website I’m looking at : https://mailchi.mp/box/xbox-series-x-restock

Advertisement

Answer

Try with this one: 6Lexz1YUAAAAAJZknL3EkeY_xBlIKGKGfGwFHhjK

There’s invisible captcha so it performs request to google api for response.

Sitekey is in API request

https:/ /www.google.com/recaptcha/api2/anchor?ar=1&k=strong text6Lexz1YUAAAAAJZknL3EkeY_xBlIKGKGfGwFHhjK&co=restofthelink

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement