AntiCaptchaApi.Net 2.1.4

dotnet add package AntiCaptchaApi.Net --version 2.1.4
                    
NuGet\Install-Package AntiCaptchaApi.Net -Version 2.1.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AntiCaptchaApi.Net" Version="2.1.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AntiCaptchaApi.Net" Version="2.1.4" />
                    
Directory.Packages.props
<PackageReference Include="AntiCaptchaApi.Net" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AntiCaptchaApi.Net --version 2.1.4
                    
#r "nuget: AntiCaptchaApi.Net, 2.1.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=AntiCaptchaApi.Net&version=2.1.4
                    
Install as a Cake Addin
#tool nuget:?package=AntiCaptchaApi.Net&version=2.1.4
                    
Install as a Cake Tool

Library for captcha solving using anti-captcha.com api

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on AntiCaptchaApi.Net:

Package Downloads
Selenium.AntiCaptcha

Selenium extension methods for captcha solving using Anti-Captcha.com API. Supports ReCaptcha v2/v3, FunCaptcha, GeeTest, Image to Text, Turnstile and more.

Selenium.CaptchaIdentifier

Selenium extension methods for captcha identification on sites

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.4 142 6/21/2025
2.1.3 120 5/24/2025
2.1.2 351 5/19/2025
2.1.1 247 5/14/2025
2.1.0 232 5/14/2025
2.0.0 131 5/11/2025
1.7.1 238 2/25/2025
1.7.0 232 12/11/2024
1.5.1 3,883 2/26/2023
1.5.0 676 2/26/2023
1.4.0 3,001 2/4/2023
1.3.0 671 1/21/2023
1.2.11 2,973 1/9/2023
1.2.10 362 1/8/2023
1.2.9 1,706 12/28/2022
1.2.8 607 12/28/2022
1.2.7 388 12/28/2022
1.2.6 366 12/28/2022
1.2.5 380 12/28/2022
1.2.4 391 12/28/2022
1.2.3 365 12/28/2022
1.2.2 378 12/28/2022
1.2.1 610 12/26/2022
1.2.0 592 12/26/2022
1.1.1 603 12/26/2022
1.1.0 382 12/26/2022
1.0.1.1 622 12/24/2022
1.0.1 412 11/27/2022
1.0.0.16 381 11/26/2022
1.0.0.15 397 11/26/2022
1.0.0.14 529 10/14/2022
1.0.0.13 484 10/14/2022
1.0.0.12 498 10/14/2022
1.0.0.11 492 10/14/2022
1.0.0.10 487 10/12/2022
1.0.0.9 480 10/12/2022
1.0.0.8 467 10/12/2022
1.0.0.7 469 10/11/2022
1.0.0.6 458 10/11/2022
1.0.0.5 482 10/11/2022
1.0.0.4 475 10/11/2022
1.0.0.3 482 10/10/2022
1.0.0.1 504 10/10/2022
1.0.0 486 10/8/2022

2.1.4:
     - Fixed dependency injection ambiguity issue with HttpHelper constructor selection.
     2.1.3:
     - Added Amazon WAF captcha support (AmazonTaskProxyless and AmazonTask).
     2.1.2:
     - Added a public constructor to AnticaptchaClient to allow manual instantiation without dependency injection.
     - Modified HttpHelper to accept an HttpClient in its constructor to support manual instantiation.