proxy-list

A list of free, public, forward proxy servers. UPDATED DAILY! (by clarketm)

Proxy-list Alternatives

Similar projects and alternatives to proxy-list

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better proxy-list alternative or higher similarity.

proxy-list reviews and mentions

Posts with mentions or reviews of proxy-list. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-15.
  • Proxylist Sources
    21 projects | /r/privatepub | 15 Feb 2023
  • Help scraping StockX / Goat / eBay
    2 projects | /r/webscraping | 16 Jan 2022
    There is a daily update list here https://github.com/clarketm/proxy-list/blob/master/proxy-list-raw.txt
  • Is it normal that NOT EVEN ONE proxy from github or other sites ... work ??
    2 projects | /r/webscraping | 20 Dec 2021
    def filterOut_workingProxies(proxies): #FILTER OUT WORKING PROXIES workingProxies = [] #for i in range(10): for i in range(len(proxies)): p = proxies[i] print(f"testing: {p}...") proxy = { 'http' : 'http://'+p, #ERK:::https://stackoverflow.com/a/61466680 'https' : 'https://'+p} try: resp = requests.get("https://www.google.com", proxies=proxy, timeout=3) print(resp.status_code) if resp.status_code == 200 or str(resp.status_code)[0]=='2': print("+++++ WROKING\n") workingProxies.append(proxy) except: pass return workingProxies [...] #DAILY UPDATING PROXY LINKS: #CONST urls_github = ["https://github.com/ShiftyTR/Proxy-List/blob/master/proxy.txt", "https://github.com/clarketm/proxy-list/blob/master/proxy-list-raw.txt"] url_fplNet = "https://free-proxy-list.net"
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 5 Dec 2023
    Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →

Stats

Basic proxy-list repo stats
5
2,171
0.0
9 months ago
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com