-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
Is your feature request related to a problem? Please describe.
When using ScrapeGraphAI to extract data from websites, encountering CAPTCHA challenges can block the pipeline and make automation unreliable. Currently, handling CAPTCHAs requires custom manual workarounds, which reduces efficiency.
Describe the solution you'd like
It would be great to have an optional integration with CaptchaAI, a simple and affordable API for automatic CAPTCHA solving. This would allow ScrapeGraphAI users to easily bypass CAPTCHA challenges without having to build external tools or complex logic.
Describe alternatives you've considered
Manual CAPTCHA solving, which interrupts automation.
Other CAPTCHA solvers, but they are often expensive or harder to integrate.
Avoiding websites with CAPTCHAs altogether, which limits data sources.
Additional context
Here is the CaptchaAI API documentation for reference: https://captchaai.com/api-docs.php
I believe this would be a valuable addition to enhance ScrapeGraphAI's usability and make data extraction pipelines more robust when dealing with real-world websites.