{"id":19307869,"url":"https://github.com/sarperavci/capsolver-googlerecaptchav3bypass","last_synced_at":"2025-10-14T22:17:14.212Z","repository":{"id":238545121,"uuid":"795523491","full_name":"sarperavci/Capsolver-GoogleRecaptchaV3Bypass","owner":"sarperavci","description":"A Selenium implementation to bypass Google Recaptcha V3 using Capsolver API.","archived":false,"fork":false,"pushed_at":"2025-07-13T13:53:14.000Z","size":2373,"stargazers_count":16,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-20T08:48:25.214Z","etag":null,"topics":["anticaptcha","bypass-recaptcha-v3","bypasscaptcha","capsolver","captcha-breaking","captcha-solver","google","google-recaptcha","google-recaptcha-solver","google-recaptcha-v3","python","recaptcha","recaptcha-solve","recaptcha-solver","recaptcha-solver-python","recaptcha-v3","recaptcha-v3-solver","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:18:04.000Z","updated_at":"2025-09-16T07:29:42.000Z","dependencies_parsed_at":"2025-01-06T01:22:17.639Z","dependency_job_id":"790bc38f-95a3-43ff-b027-5d01405abca2","html_url":"https://github.com/sarperavci/Capsolver-GoogleRecaptchaV3Bypass","commit_stats":null,"previous_names":["sarperavci/capsolver-googlerecaptchav3bypass"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sarperavci/Capsolver-GoogleRecaptchaV3Bypass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarperavci%2FCapsolver-GoogleRecaptchaV3Bypass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarperavci%2FCapsolver-GoogleRecaptchaV3Bypass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarperavci%2FCapsolver-GoogleRecaptchaV3Bypass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarperavci%2FCapsolver-GoogleRecaptchaV3Bypass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sarperavci","download_url":"https://codeload.github.com/sarperavci/Capsolver-GoogleRecaptchaV3Bypass/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarperavci%2FCapsolver-GoogleRecaptchaV3Bypass/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279021761,"owners_count":26087053,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","bypass-recaptcha-v3","bypasscaptcha","capsolver","captcha-breaking","captcha-solver","google","google-recaptcha","google-recaptcha-solver","google-recaptcha-v3","python","recaptcha","recaptcha-solve","recaptcha-solver","recaptcha-solver-python","recaptcha-v3","recaptcha-v3-solver","selenium"],"created_at":"2024-11-10T00:12:49.506Z","updated_at":"2025-10-14T22:17:14.207Z","avatar_url":"https://github.com/sarperavci.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Capsolver GoogleRecaptchaV3 Bypass\n\n[![Capsolver](https://github.com/user-attachments/assets/05da2c43-fe5e-4627-b107-bfce969dacf1)](https://www.capsolver.com/?utm_source=github\u0026utm_medium=ads\u0026utm_campaign=scraping\u0026utm_term=Capsolver-GoogleRecaptchaV3Bypass)\n\n**Solve Google Recaptcha V3 in just one line of code!**\n\nA Selenium implementation to bypass Google Recaptcha V3 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 CapsolverRecaptchaV2Bypasser import CapsolverRecaptchaV2Bypasser\nfrom selenium import webdriver\n\nCAPSOLVER_API_KEY = \"YOUR_CAPSOLVER_API_KEY\"\nPAGE_URL = \"https://2captcha.com/demo/recaptcha-v3\"\nPAGE_KEY = \"6LfB5_IbAAAAAMCtsjEHEHKqcB9iQocwwxTiihJu\"\n\npage = webdriver.Chrome()\npage.get( PAGE_URL )\nrecaptchaBypasser = CapsolverRecaptchaV3Bypasser(page, PAGE_URL, PAGE_KEY, CAPSOLVER_API_KEY)\n\nrecaptchaBypasser.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, GeeTest, and more. You can create an account [here](https://dashboard.capsolver.com/passport/register?inviteCode=nqZvQXp_lveg) and get your API key.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarperavci%2Fcapsolver-googlerecaptchav3bypass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsarperavci%2Fcapsolver-googlerecaptchav3bypass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarperavci%2Fcapsolver-googlerecaptchav3bypass/lists"}