scrapy-zyte-smartproxy icon indicating copy to clipboard operation
scrapy-zyte-smartproxy copied to clipboard

Zyte Smart Proxy Manager (formerly Crawlera) middleware for Scrapy

Results 8 scrapy-zyte-smartproxy issues
Sort by recently updated
recently updated
newest added

_May_ solve #27. It definitely allows removing some boilerplate.

enhancement

I've trying to use scrapy-crawlera as a proxy for scraping some data. I've added these rows in settings.py: `DOWNLOADER_MIDDLEWARES = { 'scrapy_crawlera.CrawleraMiddleware': 610, } CRAWLERA_ENABLED = True CRAWLERA_APIKEY = 'MY_CRAWLERA_API_KEY'`...

I was setuping autoextract in scrapy cloud on a project with crawlera addon. Autoextract queries were routed through crawlera. Idea is to blacklist autoextract domain by default. It may have...

calling `response.text` in any download middleware loaded after scrapy_crawlera middleware results in `*** AttributeError: Response content isn't text`

### BACKGROUND: As of version `1.6.0`, there are two (2) ways of adding the API KEYS: 1. via the `settings.py`: ``` CRAWLERA_APIKEY = 'apikey' ``` 2. via spider attribute: ```...

It'd be great if the plugin can be configured that it'll use/re-use the sessions mechanism. Because managing it in spiders like that: ``` if 'X-Crawlera-Session' in response.headers and response.headers['X-Crawlera-Session'] !=...

enhancement
help wanted

When deploying to our server with scrapy_zyte_smartproxy version 2.2.0 encountered an issue when trying to do a request and it keeps on retrying until it gave up. What I did...

Not sure how to help diagnose this, but we started getting Timeout Errors after we started using `2.3.0`. `2.3.1` doesn't solve the issue either, but downgrading to `v2.2.0` works. Please...