Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

captcha-solver-provider-anti-captcha

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

captcha-solver-provider-anti-captcha

Captcha solver provider for the anti-captcha service.

  • 0.0.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

captcha-solver-provider-anti-captcha

Captcha solver provider for the anti-captcha service.

NPM Build Status JavaScript Style Guide

Anticaptcha Logo

Install

This module requires node >= 8.

npm install --save captcha-solver-provider-anti-captcha

API

Table of Contents

CaptchaSolverProviderAntiCaptcha

Extends: CaptchaSolverProvider

Captcha solver provider for the anti-captcha service.

Type: function (opts)


name

Provider name.

Type: string


supportedTaskTypes

Set containing task types supported by this provider.

Type: Set<string>


createTask

Creates a new captcha solving task.

Type: function (opts)

  • opts object Options
    • opts.type string Type of captcha to solve
    • opts.image string? Captcha image to process encoded as a base64 string
    • opts.websiteURL string? Website URL for nocaptcha, recaptcha, and funcaptcha
    • opts.websiteKey string? Recaptcha website key
    • opts.websiteSToken string? Secret token for old versions of Recaptcha
    • opts.websitePublicKey string? Funcaptcha public key
    • opts.proxyType string? Proxy type (http/socks4/socks5)
    • opts.proxyAddress string? Proxy IP address (ipv4/ipv6)
    • opts.proxyPort (string | number)? Proxy port
    • opts.proxyLogin string? Proxy login for basic auth
    • opts.proxyPassword string? Proxy password
    • opts.userAgent string? Browser's User-Agent to emulate
    • opts.cookies string? Additional cookies to emulate

getTaskResult

Fetches the result of a previously created captcha solving task.

Type: function (taskId)

  • taskId string Unique task identifier

Disclaimer

Using this software to violate the terms and conditions of any third-party service is strictly against the intent of this software. By using this software, you are acknowledging this fact and absolving the author or any potential liability or wrongdoing it may cause. This software is meant for testing and experimental purposes only, so please act responsibly.

License

MIT © Travis Fischer

Keywords

FAQs

Package last updated on 22 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc