python-scrapfly icon indicating copy to clipboard operation
python-scrapfly copied to clipboard

Scrapfly Python SDK for headless browsers and proxy rotation

Results 1 python-scrapfly issues
Sort by recently updated
recently updated
newest added

We have code that looks like this: ```python scrapfly = ScrapflyClient(key=self.__scrapfly_api_key, max_concurrency=15) targets = [ ScrapeConfig( url=url, render_js=True, raise_on_upstream_error=False, country="us", asp=True, ) for url in urls ] async for result...