Proxy Checker & Anonymity Tester
Pricing
Pay per usage
Proxy Checker & Anonymity Tester
Bulk-check HTTP, HTTPS, SOCKS4 & SOCKS5 proxies: alive, latency, exit IP, country/city and anonymity level (elite/anonymous/transparent). Paste a list or point it at a URL.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Anton
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Bulk-check a list of HTTP, HTTPS, SOCKS4 and SOCKS5 proxies and get, for each one:
- β alive / dead and latency (ms)
- π exit IP and country / city
- π΅οΈ anonymity level β
elite(nothing leaked),anonymous(proxy headers present, your IP hidden) ortransparent(leaks your real IP) - π protocol
Paste a list, or point it at a URL of proxies β the actor checks them concurrently and writes a clean, exportable table (JSON, CSV, Excel).
Why
Free and scraped proxy lists rot fast β most are dead, slow, or transparent (they leak your real IP, which defeats the point). This actor tells you in seconds which ones actually work and how anonymous they are, so you don't waste a scrape on a dead pool.
Input
| Field | Description |
|---|---|
proxies | List of proxies, one per line. host:port, host:port:user:pass, or scheme://user:pass@host:port. Scheme defaults to http; use socks5://β¦ for SOCKS. |
proxyListUrl | β¦or fetch the list from a URL (a raw .txt, one proxy per line). |
testUrl | URL fetched through each proxy (default https://httpbin.org/get, which echoes IP + headers). |
timeout | Per-proxy timeout in seconds (default 10). |
concurrency | Proxies checked in parallel (default 50). |
checkGeo | Look up country/city of each live proxy (default on). |
keepDead | Keep dead proxies in the output (default on). |
Output
One dataset row per proxy:
{"proxy": "103.155.167.82:8082","alive": true,"latency_ms": 2919,"exit_ip": "103.155.167.82","country": "ID","city": "Jakarta","anonymity": "elite","protocol": "http"}
Tip: need proxies that don't rot?
Checking a free list usually shows most of it is already dead. If you're tired of babysitting free proxies, get reliable rotating, residential, datacenter and mobile proxies (HTTP/SOCKS5, per-GB or unlimited) from GProxy β and feed them back into this actor to verify.
You can also point proxyListUrl at a free list to test it, e.g. GProxy's open, auto-updated one:
https://raw.githubusercontent.com/gproxynet/free-proxy-list/main/http.txt
Notes
- Anonymity is judged from the headers/IP the
testUrlechoes back; keep the default httpbin-style endpoint for accurate results. - SOCKS checks require the actor's built-in SOCKS support (included) β no extra setup.