{"id":29168411,"url":"https://github.com/remarkable-solutions/anticaptchaapi.net.examples","last_synced_at":"2026-02-04T01:02:25.170Z","repository":{"id":300415646,"uuid":"1006113435","full_name":"Remarkable-Solutions/AntiCaptchaApi.Net.Examples","owner":"Remarkable-Solutions","description":"Practical examples demonstrating how to integrate and use the AntiCaptchaApi.Net library for solving various CAPTCHA types in .NET applications","archived":false,"fork":false,"pushed_at":"2025-06-21T15:15:59.000Z","size":41,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-01T10:08:12.592Z","etag":null,"topics":["anticaptcha","automation","captcha","captcha-solver","recaptcha","web-scraping"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Remarkable-Solutions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-21T14:22:03.000Z","updated_at":"2025-06-21T15:16:49.000Z","dependencies_parsed_at":"2025-06-21T15:30:28.751Z","dependency_job_id":"752a169c-d8df-4c3b-949a-f87a57cfb511","html_url":"https://github.com/Remarkable-Solutions/AntiCaptchaApi.Net.Examples","commit_stats":null,"previous_names":["remarkable-solutions/anticaptchaapi.net.examples"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Remarkable-Solutions/AntiCaptchaApi.Net.Examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Remarkable-Solutions%2FAntiCaptchaApi.Net.Examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Remarkable-Solutions%2FAntiCaptchaApi.Net.Examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Remarkable-Solutions%2FAntiCaptchaApi.Net.Examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Remarkable-Solutions%2FAntiCaptchaApi.Net.Examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Remarkable-Solutions","download_url":"https://codeload.github.com/Remarkable-Solutions/AntiCaptchaApi.Net.Examples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Remarkable-Solutions%2FAntiCaptchaApi.Net.Examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29063187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T00:26:14.114Z","status":"ssl_error","status_checked_at":"2026-02-04T00:23:06.435Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anticaptcha","automation","captcha","captcha-solver","recaptcha","web-scraping"],"created_at":"2025-07-01T10:08:05.469Z","updated_at":"2026-02-04T01:02:25.140Z","avatar_url":"https://github.com/Remarkable-Solutions.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AntiCaptchaApi.Net Examples\n\nPractical examples demonstrating how to integrate and use the [AntiCaptchaApi.Net NuGet package](https://www.nuget.org/packages/AntiCaptchaApi.Net) for solving various CAPTCHA types in .NET applications, including reCAPTCHA v2, reCAPTCHA v3, hCaptcha, FunCaptcha, and GeeTest. This repository serves as a companion to the AntiCaptchaApi.Net library, providing ready-to-run code snippets and best practices.\n\n## Topics\n\n`csharp`, `.net`, `dotnet`, `captcha`, `anticaptcha`, `recaptcha`, `hcaptcha`, `funcaptcha`, `geetest`, `examples`, `automation`, `web-scraping`\n\n## Prerequisites\n\n- .NET 9.0 SDK or later\n- An Anti-Captcha API key (sign up at [anti-captcha.com](https://anti-captcha.com))\n\n## Examples\n\n### RecaptchaExample\n\nThis example demonstrates how to solve a Google reCAPTCHA v2 on the [captchas.info](https://captchas.info) website using the AntiCaptchaApi.Net library.\n\n\u003e **Note**: [captchas.info](https://captchas.info) is our own website specifically created for testing CAPTCHA solutions. It provides various types of CAPTCHAs in a controlled environment, making it perfect for demonstrating how AntiCaptchaApi.Net works.\n\n#### How to Run\n\n1.  **Clone the repository:**\n    ```bash\n    git clone https://github.com/RemarkableSolutions/AntiCaptchaApi.Net.Examples.git\n    cd AntiCaptchaApi.Net.Examples\n    ```\n2.  **Update API Key:** Open the `RecaptchaExample/Program.cs` file and replace `\"YOUR_API_KEY_HERE\"` with your actual Anti-Captcha API key.\n3.  **Run the example:**\n    ```bash\n    dotnet run --project RecaptchaExample\n    ```\n\n## How It Works\n\nThe example uses the AntiCaptchaApi.Net library to communicate with the Anti-Captcha API service. The process flow is:\n\n1.  Initialize the `AnticaptchaClient` with your API key.\n2.  Create a request for the specific CAPTCHA type (`RecaptchaV2ProxylessRequest` in this example).\n3.  Send the request to the Anti-Captcha service using `SolveCaptchaAsync`.\n4.  Wait for the solution.\n5.  Use the solution token in an HTTP request to verify it works.\n6.  (Optional) Report the outcome of the solution back to Anti-Captcha.\n\n## Additional Resources\n\n-   [AntiCaptchaApi.Net NuGet Package](https://www.nuget.org/packages/AntiCaptchaApi.Net)\n-   [AntiCaptchaApi.Net GitHub Repository](https://github.com/RemarkableSolutions/AntiCaptchaApi.Net)\n-   [Anti-Captcha API Documentation](https://anti-captcha.com/apidoc)\n-   [Medium Article: Breaking Through the CAPTCHA Barrier: A Developer's Guide to AntiCaptchaApi.Net](https://medium.com/@remarkablesolutions/breaking-through-the-captcha-barrier-a-developers-guide-to-anticaptchaapi-net-XXXX)\n-   [Selenium.AntiCaptcha Library (for Selenium integration)](https://github.com/RemarkableSolutions/Selenium.AntiCaptcha)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkable-solutions%2Fanticaptchaapi.net.examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremarkable-solutions%2Fanticaptchaapi.net.examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkable-solutions%2Fanticaptchaapi.net.examples/lists"}