{"id":19307850,"url":"https://github.com/sarperavci/capsolver-aws_captchabypass","last_synced_at":"2025-10-28T11:10:42.882Z","repository":{"id":237949974,"uuid":"795529024","full_name":"sarperavci/Capsolver-AWS_CaptchaBypass","owner":"sarperavci","description":"A Selenium implementation to bypass Amazon/AWS Captcha using Capsolver API.","archived":false,"fork":false,"pushed_at":"2024-09-19T15:39:19.000Z","size":1480,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T10:08:45.700Z","etag":null,"topics":["amazon","amazon-captcha","amazon-captcha-bypass","amazon-captcha-solver","aws-captcha","captcha","python","selenium"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sarperavci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-05-03T13:30:32.000Z","updated_at":"2025-03-18T08:42:18.000Z","dependencies_parsed_at":"2024-05-03T17:47:32.928Z","dependency_job_id":"05085a7c-5a2e-4598-8a86-4e91eedb49a5","html_url":"https://github.com/sarperavci/Capsolver-AWS_CaptchaBypass","commit_stats":null,"previous_names":["sarperavci/capsolver-aws_captchabypass"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarperavci%2FCapsolver-AWS_CaptchaBypass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarperavci%2FCapsolver-AWS_CaptchaBypass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarperavci%2FCapsolver-AWS_CaptchaBypass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarperavci%2FCapsolver-AWS_CaptchaBypass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sarperavci","download_url":"https://codeload.github.com/sarperavci/Capsolver-AWS_CaptchaBypass/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248550635,"owners_count":21122933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["amazon","amazon-captcha","amazon-captcha-bypass","amazon-captcha-solver","aws-captcha","captcha","python","selenium"],"created_at":"2024-11-10T00:12:45.510Z","updated_at":"2025-10-28T11:10:37.851Z","avatar_url":"https://github.com/sarperavci.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Capsolver Amazon Captcha Bypass\n\n[![Capsolver](docs/capsolver.png)](https://www.capsolver.com/?utm_source=github\u0026utm_medium=ads\u0026utm_campaign=scraping\u0026utm_term=Capsolver-AWS_CaptchaBypass)\n\n**Solve Amazon Captcha in just one line of code!**\n\nA Selenium implementation to bypass Amazon Captcha using Capsolver API.\n\n## Demo\n\n![Demo](docs/demo.gif)\n\nThe captcha is solved in less than 2 seconds.\n\n## Installation\n\nTo install the required packages, run the following command:\n\n```bash\npip install -r requirements.txt\n```\n\n## Usage\n\nTo use this script, you need to have a Capsolver account. You can create an account [here](https://dashboard.capsolver.com/passport/register?inviteCode=nqZvQXp_lveg) and get your API key. Once you have your API key, replace `YOUR_API_KEY` in the script with your actual API key.\n\nExample usage:\n\n```python\nfrom CapsolverAWSBypasser import CapsolverAWSBypasser\nfrom selenium import webdriver\n\nURL=  \"https://efw47fpad9.execute-api.us-east-1.amazonaws.com/latest\"\n\npage = webdriver.Chrome()\npage.get( URL )\n\nprint(\"Solving...\")\nawsSolver = CapsolverAWSBypasser( page , URL ,CAPSOLVER_API_KEY )\nawsSolver.solve_recaptcha()\n```\n## Test\n\nTo test the script, edit the `test.py` file and replace `YOUR API KEY` with your actual API key. Then run the following command:\n\n```bash\npython test.py\n```\n\n## Capsolver\n\nCapsolver is a platform that provides APIs to solve CAPTCHAs. You can use Capsolver to bypass CAPTCHAs in your web scraping projects. The platform supports solving Google Recaptcha V2, Recaptcha V3, hCaptcha, FunCaptcha, GeeTest, and more. You can create an account [here](https://dashboard.capsolver.com/passport/register?inviteCode=nqZvQXp_lveg) and get your API key.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarperavci%2Fcapsolver-aws_captchabypass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsarperavci%2Fcapsolver-aws_captchabypass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarperavci%2Fcapsolver-aws_captchabypass/lists"}