Free Proxy List Export API
The live proxy-list pages expose simple export endpoints for TXT, CSV and JSON. Use this page as the canonical reference when you want to cite or integrate the list surface.
Route pattern
Every documented list page can export the current filtered view by appending
/export.{format} to the canonical slug.
GET /free-proxy-list/HTTP/export.csv
GET /free-proxy-list/us/socks5/export.json?anonymity=elite
GET /free-proxy-list/in/https/export.txt
Supported formats
txt— newline-delimited host:port rowscsv— spreadsheet-friendly exportjson— structured objects for scripts and ETL
How filters work
The export inherits the canonical page's locked filters and any supported query-string filters on that page. For example, a country+protocol page already locks country and protocol, so only anonymity and sort remain adjustable in the URL.
Attribution guidance
If you republish or cite list data, keep a visible source link to this canonical documentation page or to the canonical list page you pulled from. That keeps the usage chain understandable even though the export route itself does not enforce attribution technically.
Start points
Frequently asked questions
Is there a separate authenticated API for free proxy-list exports?
Not in this version. The export surface stays public and page-shaped; this documentation page is the canonical reference for integrating it responsibly.
Can I request only one country and protocol?
Yes. Use a canonical country+protocol page such as /free-proxy-list/us/socks5 and then export from that slug.