Open tobwen opened 2 months ago
Seems like the examples are outdated... Every example with g2.com lead to a captcha:
from botasaurus.browser import browser, Driver @browser def scrape_heading_task(driver: Driver, data): driver.google_get("https://www.g2.com/products/github/reviews.html?page=5&product_id=github", bypass_cloudflare=True) driver.prompt() heading = driver.get_text('.product-head__title [itemprop="name"]') return heading scrape_heading_task()
At the time of writing, I'm on latest revision of the library and Chrome on Debian Linux (Python 3.11).
IP is not blocked. "Normal" browsers (Firefox, LibreWolf, Chrome directly started) work.
Same issue for me
summary
Seems like the examples are outdated... Every example with g2.com lead to a captcha:
code used
versions
At the time of writing, I'm on latest revision of the library and Chrome on Debian Linux (Python 3.11).
addition information
IP is not blocked. "Normal" browsers (Firefox, LibreWolf, Chrome directly started) work.