Comparison

What happened to ProxyScan.io: the free proxy list that now sends you to an IP checker, and what to use instead

ProxyScan.io ran a free proxy list and a public API from January 2020 until autumn 2023. The archive shows when it broke, the registry shows who still holds it, and a parameter map shows what a script can call instead.

HProxy Team··7 min read
HProxy.Comparison

Skip the dead lists.

Our free proxy list re-checks every exit every few minutes across 100+ countries, with a live last-checked time, so you copy IPs that worked moments ago, not a stale text dump.

Open the free proxy list

ProxyScan.io is gone as a proxy list. It ran a free list with a public API from January 2020 until August 2023. From October 2023 the site answered with gateway errors, through 2024 with redirects, and by December 2024 with a parking page. On 6 September 2026 the address forwards to whoer.io, an IP lookup service, with no explanation. About 140 people a month still search for the name (Keyword Planner, September 2026), and scripts written against its API still call an endpoint that answers with a redirect. This is the record, and what to call instead.

Every date below comes from the Internet Archive's captures, the .io registry, and requests we made ourselves on 6 September 2026. Where the record is silent, this page says so.

What ProxyScan was

The domain was registered on 22 November 2019 (registry record, read 6 September 2026). The first archived capture is dated 21 January 2020 and carries the title "Free Proxy List - ProxyScan". The page never changed its promise. In June 2021 and again in June 2023 it read: "All the proxies are subjected to a detailed check(every 10 minutes) before coming to the list."

The June 2023 capture shows what the list looked like in its last healthy year. The counters read "997 Total Proxies, 50 HTTP/S, 1030 SOCKS4/5, 973 Anonymous/Elite", as printed. Most of the list was SOCKS. Each row carried a ping, a type, an anonymity grade and an uptime percentage with the number of checks behind it, such as "96,7% (1238)". That last column was the site's best feature. A proxy that had answered 1,238 checks was a different thing from one that had answered once, and the list said so.

Around the list sat the tools that made ProxyScan a developer's site. The archived documentation from June 2023, titled "Online Proxy API - ProxyScan", lists a proxy checker, a proxy filter, a proxy scraper, the API, and a paid product called Mobile Rotating Proxy. The API was one GET at /api/proxy with five parameters: format (json or txt), level (transparent, anonymous, elite), type (http, https, socks4, socks5), last_check (seconds since the proxy was last checked) and port.

CaptureWhat the archive shows
21 January 2020"Free Proxy List - ProxyScan", two months after registration
1 June 2021the ten-minute check promise, filters by ping, type, anonymity and port
1 June 2023997 proxies, per-row uptime with check counts; API documentation with five parameters
5 August 2023the last capture with the working list
1 October 2023"502 - Web server received an invalid response while acting as a gateway or proxy server"
6 November 2023HTTP 503
30 January to 5 September 2024every capture a redirect to www.proxyscan.io
7 December 2024a 1,050-byte page holding only a parking script
6 September 2026a request to proxyscan.io ends on whoer.io

Source for every row: the Internet Archive capture of that date, and our own request on 6 September 2026.

When it died, from the archive record

The Internet Archive holds 42 monthly captures of proxyscan.io, from 21 January 2020 to 8 March 2026. The chart shows the months captured per year, and it shows the shape of a short life: five months in 2020, ten in 2021 and 2022, nine in 2023, six redirects in 2024, nothing at all in 2025.

Bar chart of months per year in which the Internet Archive captured proxyscan.io, 2020 to 2026. Blue bars from 2020 to 2023 while the list was live, grey from 2024 for redirects, a parking page and the whoer.io era.
Months captured per year. Blue: the proxy list was live. Grey: redirects, a parking page, then whoer.io. Source: Internet Archive CDX index, read 6 September 2026.

The end has a clear shape. The capture of 5 August 2023 still shows the list. The next capture, on 9 September 2023, failed. On 1 October 2023 the page is a 502 error from the web server's own gateway, and on 6 November 2023 a 503. The 1 December 2023 capture is an empty page. So the list stopped working between 5 August and 1 October 2023, and nobody fixed it.

The domain did not go anywhere. Every 2024 capture through September is a redirect to www.proxyscan.io, and the 7 December 2024 capture of that address is a parking page. The registry record read on 6 September 2026 shows the same registration since 22 November 2019, at NameCheap, expiring 22 November 2026, with the registrant withheld by a privacy service. The record was last changed on 12 August 2026. Three weeks later, our request to proxyscan.io ended on whoer.io.

What the record does not say

No capture carries an announcement. The site did not say it was closing, and it did not say where its users should go. Whether whoer.io bought the domain or only receives its visitors is not in the registry, because the registrant is withheld and the registration never changed hands on paper. Whether the paid Mobile Rotating Proxy ever had customers is unknown. The ten-minute check was the site's own claim, which we never measured. What the record does show is a site that broke in the autumn of 2023 and was left broken for a year before being parked.

The API that scripts still call

This is the part that matters if you wrote code. ProxyScan's API was popular because it was simple: one GET, five parameters, plain text or JSON back. A script that calls it today gets a redirect to an IP checker and, depending on how it parses the response, either an empty list or an error. The table maps each parameter to the HProxy free proxy API, which is one GET at /api/proxy-list with no key and no signup.

ProxyScan parameter (archived docs, June 2023)HProxy free API today
format=json or format=txtformat=json, format=txt or format=csv
level=transparent, anonymous or eliteanonymity=transparent, anonymous or elite
type=http, https, socks4 or socks5protocol=http, https, socks4 or socks5
last_check=seconds since the last checkno equivalent: the list holds only proxies alive on their last check; recent=true widens it to the 48-hour window
port=numberport=number
not offeredcountry=US, network (ASN), a /24 subnet, limit and offset

The call that replaces the most common ProxyScan request, elite HTTP proxies as text, is:

curl "https://hproxy.com/api/proxy-list?format=txt&protocol=http&anonymity=elite"

Every response carries an X-Total-Available header with the exact count matching the filter, so a script can tell whether it received everything.

What to use instead

The honest replacement for a free proxy list is a free proxy list that proves its entries answer. On 6 September 2026 we fetched every free list that was still alive and took up to 200 entries from each. Each entry had to relay a real request and come back with an exit address that was not ours.

ListEntries testedRelayed a request
free-proxy-list.net20086
monosans proxy-list (GitHub)20062
iplocate free-proxy-list (GitHub)20051
proxifly free-proxy-list (GitHub)20036
geonode free list20015
hide.mn list640

No list relayed more than half of what it published. That is the base rate of free proxies, not a fault of any one site, and it is why ProxyScan printed the number of checks next to every uptime. Whatever list you pick, check an entry before you use it.

Our own free proxy list was part of the same test, and the same hour showed us something we had to fix. Our verifier had been accepting decoy servers that answer every request and forward nothing, and they made up most of our live HTTP set. Since that day a proxy is marked alive only when our own test request came back through it, carrying a code we sent, on every protocol. The list is re-verifying under that rule as you read this. The proxy checker applies the same test to any list you paste in.

Free lists have a ceiling that no amount of checking removes. Every address on them is public, shared with everyone who found the same list, and already known to the sites people most want to reach. When a job needs an exit that stays up, keeps a session and has not been handed around, that is a paid proxy, billed by the gigabyte. The free list stays the place to test first.

Sources

  • Internet Archive captures of proxyscan.io dated 21 January 2020, 1 June 2021, 1 June 2023, 5 August 2023, 1 October 2023, 6 November 2023, 1 December 2023, 30 January 2024 and 7 December 2024, and of www.proxyscan.io/api dated June 2023, read on 6 September 2026.
  • Internet Archive CDX index for proxyscan.io, one row per captured month, read on 6 September 2026.
  • The .io registry record for proxyscan.io (whois and RDAP, Identity Digital), read on 6 September 2026.
  • Google Ads Keyword Planner, monthly searches for "proxyscan", September 2026.
  • HProxy measurements on 6 September 2026: one request to proxyscan.io following redirects, and the same-hour relay test of alive free lists.
  • HProxy free proxy API documentation at hproxy.com/docs/free-proxy-list.

Frequently asked questions

Is proxyscan.io down?
The list is gone. The last archived capture with a working list is dated 5 August 2023. From October 2023 the archive shows gateway errors, from January 2024 redirects, and on 7 December 2024 a parking page. On 6 September 2026 the address forwards to whoer.io, an IP lookup service.
Why does proxyscan.io redirect to whoer.io?
The record does not say. The domain was registered on 22 November 2019 and has never been dropped; its registry record was last changed on 12 August 2026, and the registrant is withheld by a privacy service. Whether whoer.io bought the name or only receives the traffic is not documented anywhere we can cite.
What happened to the ProxyScan API?
It went with the site. The archived documentation from June 2023 shows a GET at /api/proxy with format, level, type, last_check and port parameters. A script calling it today receives a redirect to an IP checker. Three of the five parameters map directly onto the HProxy free API; the table in this article shows the call.
What was ProxyScan?
A free proxy list with a public API, first archived on 21 January 2020. It promised that every proxy was checked every ten minutes before reaching the list, showed a per-proxy uptime with the number of checks behind it, and sold a paid mobile rotating proxy next to the free list.
What free proxy list should I use instead of ProxyScan?
One that proves its entries answer. In our same-hour test on 6 September 2026 the best public list relayed 86 of 200 entries and none relayed more than half. Check entries before use, whatever list you pick. Our own list marks a proxy alive only when our test request came back through it.
Is whoer.io the same company as ProxyScan?
Nothing in the registry or the archive says so. The registration is unchanged since 2019 with the registrant withheld, and no capture carries an announcement. We do not claim a sale, and we do not claim there was none.

Get proxies that are alive right now

Our free proxy list re-checks every exit every few minutes across 100+ countries, with a live last-checked time, so you copy IPs that worked moments ago, not a stale text dump. When the location has to survive a real check, the paid network holds up.

129M+ proxy checks run · 100+ countries · HTTP / HTTPS / SOCKS · re-checked every few minutes · no signup