diff --git a/README.md b/README.md index f85be2f..1e4cda8 100644 --- a/README.md +++ b/README.md @@ -1,93 +1,67 @@ -# CapMonster Python Captcha Solver & Anti-Bot Bypass API Library +# CapMonster Cloud Python SDK: AI Captcha Solver & Anti-Bot Bypass + +
+
+
+
+
+ Fast, AI-driven CAPTCHA solving client for Python. Seamlessly bypass Cloudflare Turnstile, reCAPTCHA v2/v3/Enterprise, DataDome, GeeTest, and Amazon WAF in web scraping and browser automation. +
+ + -[](https://pypi.org/project/capmonstercloudclient/) -[](https://pypi.org/project/capmonstercloudclient/) -[](https://pypi.org/project/capmonstercloudclient/) -[](https://opensource.org/licenses/MIT) +--- -Official Python 3 package for easy integration with the [CapMonster Cloud](https://capmonster.cloud/) API — the fastest and most reliable automated captcha-solving service. +Official asynchronous Python SDK for [CapMonster Cloud](https://capmonster.cloud/?utm_source=github&utm_medium=readme&utm_campaign=python_repo). Easily plug ultra-fast AI captcha recognition into **Playwright, Selenium, Puppeteer, Scrapy, BeautifulSoup, and Requests** automation workflows without human-in-the-loop delays. -This wrapper allows you to seamlessly integrate high-speed AI captcha recognition into your Python web scraping, data extraction, and testing workflows. It is fully compatible with popular browser automation frameworks like **Selenium, Playwright, Puppeteer, Scrapy, and BeautifulSoup**. +**[👉 Get your Free API Key & Free Trial Balance on CapMonster Cloud](https://dash.capmonster.cloud/Account/SignUp?utm_source=github&utm_medium=referral&utm_campaign=python_repo_readme)** -🔥 **[Create a Free Account & Get Your API Key](https://dash.capmonster.cloud/Account/SignUp?utm_source=github&utm_medium=referral&utm_campaign=python_repo_readme)** to start bypassing bot protections instantly! +--- -## 🛠️ Key Features +## ⚡ Highlights & Benchmarks -- ⚡ **Fast & Fully Automated:** Solve captchas in seconds without human intervention. -- 🤖 **100% AI-Powered:** Machine learning algorithms ensure the highest success rate. -- 🌐 **Browser Automation Ready:** Easily plug into your Selenium or Playwright scripts. -- 🛡️ **Advanced WAF Bypass:** Effortlessly bypass Cloudflare Turnstile, DataDome, Amazon WAF, and Imperva. -- 💰 **Cost-Effective:** One of the most affordable solutions on the market for scale. +- ⚡ **Sub-Second Speed:** 100% automated neural networks solve captchas in as fast as 0.3–2.5 seconds. +- 🤖 **Zero Human Workers:** Reliable, consistent uptime without mechanical turk latencies. +- 🌐 **Native Automation Wrappers:** Plug-and-play code snippets for **Playwright & Selenium**. +- 🛡️ **Modern Anti-Bot Bypass:** Full support for Cloudflare Turnstile, DataDome, GeeTest v4, Amazon WAF, and Imperva. +- 💰 **Lowest Cost per 1,000 Solutions:** High accuracy rate with competitive pay-as-you-go pricing. -## ⚙️ Installation +--- -Install the CapMonster Cloud Python client using pip: +## 📦 Installation ```bash pip install capmonstercloudclient ``` -## 🚀 Quick Start & Usage Example +--- -**Prerequisite:** You need an active CapMonster API key. [Grab it from your dashboard](https://dash.capmonster.cloud/Account/SignUp?utm_source=github&utm_medium=referral&utm_campaign=python_repo_readme). +## 🚀 Quick Start Examples -Below is a standard example of solving a reCAPTCHA v2 (Proxyless) using `asyncio`. You can easily pass the resulting token into your Selenium or Playwright browser instances. +### 1. Simple Async Example (reCAPTCHA v2 Proxyless) ```python import asyncio - from capmonstercloudclient import CapMonsterClient, ClientOptions from capmonstercloudclient.requests import RecaptchaV2ProxylessRequest -# Initialize the client with your CapMonster Cloud API key -client_options = ClientOptions(api_key="