pool re-checked every 5 minutes

Proxies that pass before you ship your request.

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.

live pool status
protocolhttp · https · socks4 · socks5
coverage100+ countries
check cycleevery 5 min
statusverified & ranked
HTTP / HTTPS / SOCKS4 / SOCKS5 Ranked by latency & uptime Country & protocol filtering Per-tier rate limits Key-based API access
How it works

Three calls between you and a working proxy.

No dashboards to babysit. Get a key, call the endpoint, rotate on your own schedule.

$ 01

Get your key

Subscribe to a plan and your API key is issued immediately — no manual approval, no waiting.

$ 02

Query the pool

Call GET /v1/proxies with your key. Filter by country or protocol, get back a ranked, live list.

$ 03

Rotate & scale

Pull a fresh list as often as your tier allows. Upgrade any time your usage grows.

Pricing

Pick a refresh rate, not a headache.

Every plan pulls from the same verified pool. Higher tiers get a faster refresh cycle, a bigger slice of the pool, and more protocols.

Basic
$9/mo

For small scripts and testing.

  • 50 proxies per pull
  • Refresh every 10 min
  • HTTP / HTTPS
  • Dashboard access
Start with Basic
Enterprise
$149/mo

For teams running at scale.

  • Unlimited pool size
  • Refresh every 5 sec
  • HTTP / HTTPS / SOCKS4 / SOCKS5
  • Full API + priority limits
Talk to us
Straight to the point

One request. A ranked, live list back.

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
    }
    // …
  ]
}