GetProxyListClient
Simple wrapper for https://getproxylist.com/ API
Install / Use
/learn @szymongaertig/GetProxyListClientREADME
GarfSG.GetProxyListClient
Simple C#/.Net Standard wrapper for https://getproxylist.com/ API
Get it on NuGet:
PM> Install-Package GarfSg.GetProxyListClient
Usage
var apiKey = "apiKeyFromGetProxyListCom";
var proxyData = new GetProxyListClient(apiKey).GetProxy(new GetProxySearchCriteria
{
AllowsHttps = true,
Protocol = new[] { ProtocolEnum.Http }
});
List of all criteria parameters are available here: https://getproxylist.com/#the-api
