SkillAgentSearch skills...

GetProxyListClient

Simple wrapper for https://getproxylist.com/ API

Install / Use

/learn @szymongaertig/GetProxyListClient
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Build status

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

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated2y ago
Forks0

Languages

C#

Security Score

70/100

Audited on Jul 14, 2023

No findings