javascript - Can't use captcha solver api services due to missing the element "data-sitekey" - Stack O

admin2025-04-21  1

I'm tryingto 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. The problem is that I can't find data-sitekey for some websites that that require login (such as wsj, nytimes etc). Is there a way to resolve this issue?

I couldn't find a way to extract "data-sitekey" for some websites.

I'm tryingto 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. The problem is that I can't find data-sitekey for some websites that that require login (such as wsj, nytimes etc). Is there a way to resolve this issue?

I couldn't find a way to extract "data-sitekey" for some websites.

Share Improve this question asked Feb 4 at 17:56 KasonKason 11 bronze badge 2
  • 2 You don't mention the specific service, but that sounds like something that you'd have to check the API's documentation for. – mykaf Commented Feb 4 at 18:16
  • It's in the js; for nytimes = 6LevSGcUAAAAAF-7fVZF05VTRiXvBDAY4vBSPaTF and wsj = 6LcmI7sUAAAAAF-vTKb3JIwIzz2CXCx8hJW0Ukis – GTK Commented Feb 5 at 14:21
Add a comment  | 

1 Answer 1

Reset to default 1

You can use CapSolver for this. Their extension helps identify and extract the "data-sitekey" even on websites that require login,check out their guide on how to do this here, Identify Any Captcha and Parameters.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1745241586a292041.html

最新回复(0)