A proxy API lets scraping tools fetch fresh proxy lists without scraping proxy-list pages manually. Proxy11 supports simple formats for scripts and SDKs for Python and Node.js.
GET https://proxy11.com/api/proxy.json?key=YOUR_API_KEY&type=anonymous&limit=50
[
{
"ip": "62.255.12.3",
"port": "80",
"country": "United Kingdom",
"country_code": "gb",
"time": 0.44,
"type": 1
}
]