MerchantryTidbits

scraping / api

Proxifly Free Proxy List

Capability: Proxifly Free Proxy List

Use it when

  • You are testing your own service's geolocation behavior and need a zero-cost pool of country-tagged exit IPs sorted by protocol
  • You have an authorized distributed-fetching workload and need a frequently refreshed public proxy dataset for non-sensitive requests

What it solves

Not the fit when

  • Defeating anti-bot systems such as Cloudflare or PerimeterX; free proxies are usually already flagged
  • Production workloads needing reliability, speed, or anonymity guarantees
  • Any abusive or illegal traffic; the project requires responsible use
  • Credentials, private data, or sensitive traffic: public proxies are untrusted and provide no confidentiality guarantee
  • bot-detection-challenge
  • auth-wall-session

Install

npm install proxifly (or no install: curl the CDN data files directly)

Invoke

curl -sL https://cdn.jsdelivr.net/gh/proxifly/free-proxy-list@main/proxies/all/data.txt -o all.txt ; or in JS: new Proxifly().getProxy({protocol: 'http', country: 'US', format: 'json'})

Alternatives

No reviewed alternatives recorded yet.