NB Scraper Docs - v1.3.0
    Preparing search index...

    Function getTurnstileToken

    • Beta

      Fetches a Cloudflare Turnstile token from an external solver API. You can use this function if needed

      Returns Promise<string>

      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