我们使用scrapy + splash进行爬行,我们希望使用多个代理。但是,splash只支持单个代理https://splash.readthedocs.io/en/stable/api.html#proxy-profiles。
[proxy]
; required
host=proxy.crawlera.com
port=8010
; optional, default is no auth
username=username
password=password
; optional, default is HTTP. Allowed values are HTTP and SOCKS5
type=HTTP
如何在使用scrapy + splash进行抓取时使用多个代理?
答案 0 :(得分:1)
有几种选择: