Every proxy in the pool is tested for liveness, latency, and anonymity on a fixed cycle. Query by country or protocol, get back what's actually working right now — not a stale list.
No dashboards to babysit. Get a key, call the endpoint, rotate on your own schedule.
Subscribe to a plan and your API key is issued immediately — no manual approval, no waiting.
Call GET /v1/proxies with your key. Filter by country or protocol, get back a ranked, live list.
Pull a fresh list as often as your tier allows. Upgrade any time your usage grows.
Every plan pulls from the same verified pool. Higher tiers get a faster refresh cycle, a bigger slice of the pool, and more protocols.
For small scripts and testing.
For production scraping & automation.
For teams running at scale.
No SDK required — it's a plain REST endpoint. Filter by country or protocol, and results come back sorted by uptime and latency.
# fetch verified proxies, filtered by country curl -H "X-API-Key: YOUR_KEY" \ "https://proxies-api.sherdore.com/v1/proxies?country=US&protocol=http" { "tier": "pro", "count": 2, "proxies": [ { "ip": "198.51.100.14", "port": 8080, "protocol": "http", "country": "US", "latency_ms": 142, "uptime_pct": 98.4 } // … ] }