Beta
Fetches a Cloudflare Turnstile token from an external solver API. You can use this function if needed
import {getTurnstileToken} from 'nb-scraper'const result = await getTurnstileToken()console.log(result) // you will get the token turnstile Copy
import {getTurnstileToken} from 'nb-scraper'const result = await getTurnstileToken()console.log(result) // you will get the token turnstile
also, this service can be down at anytime, feel free to pull requests if you interested to refactor the code
YogikID
Cloudflare Turnstile Documentation
Fetches a Cloudflare Turnstile token from an external solver API. You can use this function if needed