botasaurus icon indicating copy to clipboard operation
botasaurus copied to clipboard

The All in One Framework to build Awesome Scrapers.

Results 115 botasaurus issues
Sort by recently updated
recently updated
newest added

from botasaurus import * @request(use_stealth=True) def scrape_heading_task(request: AntiDetectRequests, data): response = request.get('ANY_CF_UAM_WEBSITE') print(response.status_code) return response.text scrape_heading_task() This shares output almost instantaneously for all cloudflare UAM websites and doesn't work. Tried...

I would like to know the performance of the framework. When parsing a large amount of data, even through queries, the program's memory usage exceeded 9GB, the program did not...

I was testing Botsaurus with stealth driver but I receive this error in the console. **"Your Node.js version is 12, which is less than 16. To use the stealth and...

I run sample code and error has occurred: ``` selenium.common.exceptions.WebDriverException: Message: 'chromedriver-122' executable needs to be in PATH. Please see https://chromedriver.chromium.org/home I think that system does not wait until downloading...

this should not create any temporary files ```py import botasaurus ``` currently, this will create ``` local_storage.json output/ profiles/ profiles.json tasks/ ```

Hi there, Sorry for creating another feature request. I think it would improve the usability and so just adding here. In my experience socks proxies are faster than http proxies...

Hi there, Firstly, thank you for creating this greatly helpful anti detect browser. I have small 2 feature requests that would help my usage of the service: 1. Ability to...

i just follow instruction on readme, after browser open then got this error then all instance exited even the browser. ```log Traceback (most recent call last): File "D:\xampp\htdocs\dl_traffic_bs.py", line 123,...

Hi there, when I try to use botasaurus 4 along with an http proxy in the following format: `http://username:[email protected]:PORT` I am receiving the following error: ``` Traceback (most recent call...

And there's a couple questions https://github.com/omkarcloud/botasaurus-starter/issues