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.
#:package AntiCaptchaApi.Net@2.1.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code 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 958 6/21/2025
2.1.3 156 5/24/2025
2.1.2 383 5/19/2025
2.1.1 292 5/14/2025
2.1.0 270 5/14/2025
2.0.0 156 5/11/2025
1.7.1 356 2/25/2025
1.7.0 290 12/11/2024
1.5.1 4,170 2/26/2023
1.5.0 740 2/26/2023
1.4.0 3,148 2/4/2023
1.3.0 732 1/21/2023
1.2.11 3,111 1/9/2023
1.2.10 413 1/8/2023
1.2.9 1,775 12/28/2022
1.2.8 660 12/28/2022
1.2.7 447 12/28/2022
1.2.6 404 12/28/2022
1.2.5 430 12/28/2022
1.2.4 442 12/28/2022
1.2.3 414 12/28/2022
1.2.2 428 12/28/2022
1.2.1 670 12/26/2022
1.2.0 647 12/26/2022
1.1.1 659 12/26/2022
1.1.0 445 12/26/2022
1.0.1.1 677 12/24/2022
1.0.1 451 11/27/2022
1.0.0.16 432 11/26/2022
1.0.0.15 448 11/26/2022
1.0.0.14 587 10/14/2022
1.0.0.13 537 10/14/2022
1.0.0.12 546 10/14/2022
1.0.0.11 544 10/14/2022
1.0.0.10 539 10/12/2022
1.0.0.9 531 10/12/2022
1.0.0.8 529 10/12/2022
1.0.0.7 510 10/11/2022
1.0.0.6 510 10/11/2022
1.0.0.5 535 10/11/2022
1.0.0.4 531 10/11/2022
1.0.0.3 535 10/10/2022
1.0.0.1 562 10/10/2022
1.0.0 537 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.