python proxy scraper

Solutions on MaxInterview for python proxy scraper by the best coders in the world

showing results for - "python proxy scraper"
Irene
22 Apr 2016
1import proxyscrape
2
3collector = proxyscrape.create_collector('default', 'http')  # Create a collector for http resources
4proxy = collector.get_proxy({'country': 'united states'})  # Retrieve a united states proxy
5