Simple C#/.Net Standard wrapper for https://getproxylist.com/ API
PM> Install-Package GarfSg.GetProxyListClient
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