Rotating Proxies for web scraping

后端 未结 3 759
感动是毒
感动是毒 2021-01-30 18:50

I\'ve got a python web crawler and I want to distribute the download requests among many different proxy servers, probably running squid (though I\'m open to alternatives). For

3条回答
  •  终归单人心
    2021-01-30 19:41

    Edit: There is even Python wrapper for gimmeproxy: https://github.com/ericfourrier/gimmeproxy-api

    If you don't mind Node, you can use proxy-lists to collect public proxies and check-proxy to check them. It's exactly how https://gimmeproxy.com works, more info here

提交回复
热议问题