hi so i found this proxy api so uh make sure to not be a leech
theres also a guide on how to use it
?request=displayproxies
can be either ?request=displayproxies or ?request=getproxies.
displayproxies is displaying them on the php page which you can just get the proxies from using an httpclient:
File.WriteAllText("proxies.txt", new HttpClient().GetStringAsync("
getproxies is just downloading them as a file so you can just use wc download file tbh:
WebClient wc = new WebClient();
wc.DownloadFile("
&proxytype=http
pretty simple, just the type of proxy you're lookin for.
and the rest is also self explanatory. If you want more detail just go to the actual site (i didn't make this, just found it)
theres also a guide on how to use it
Bağlantıları görmek için lütfen
Giriş Yap
so some usage would be,
Bağlantıları görmek için lütfen
Giriş Yap
this should be simple to understand but for the retards, ?request=displayproxies
can be either ?request=displayproxies or ?request=getproxies.
displayproxies is displaying them on the php page which you can just get the proxies from using an httpclient:
File.WriteAllText("proxies.txt", new HttpClient().GetStringAsync("
Bağlantıları görmek için lütfen
Giriş Yap
").Result);getproxies is just downloading them as a file so you can just use wc download file tbh:
WebClient wc = new WebClient();
wc.DownloadFile("
Bağlantıları görmek için lütfen
Giriş Yap
", "proxies.txt");&proxytype=http
pretty simple, just the type of proxy you're lookin for.
and the rest is also self explanatory. If you want more detail just go to the actual site (i didn't make this, just found it)