# thespeedx/proxy-list

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/thespeedx-proxy-list).**

5,644 stars · 1,096 forks

## Links

- GitHub: https://github.com/TheSpeedX/PROXY-List
- awesome-repositories: https://awesome-repositories.com/repository/thespeedx-proxy-list.md

## Topics

`anonymity` `anonymous` `elite` `free` `free-proxy` `hacking` `http` `https-proxy` `proxy` `proxy-list` `socker` `socks` `socks-proxy` `socks4-proxy` `socks5-proxy` `speedx` `vpn`

## Description

PROXY-List is a public proxy aggregator that provides data structures for storing and aggregating publicly available HTTP and SOCKS proxy server addresses. It serves as a source for retrieving network traffic routing lists used to mask origin IP addresses during web requests.

The project utilizes a data pipeline to automatically scrape, poll, and serialize proxy lists from multiple public websites. This infrastructure ensures the availability of active servers through scheduled periodic polling and automated content refreshes, delivering the resulting lists as plain text files.

These capabilities support network traffic anonymization and the maintenance of web scraping infrastructure by distributing outgoing requests across a pool of rotating public proxy addresses to avoid rate limits and IP bans.

## Tags

### Networking & Communication

- [Public Proxy Lists](https://awesome-repositories.com/f/networking-communication/socks-proxies/public-proxy-lists.md) — Provides a regularly updated collection of free public HTTP and SOCKS proxy servers.
- [IP Address Masking](https://awesome-repositories.com/f/networking-communication/ip-address-masking.md) — Provides sets of proxy addresses used to change the perceived source IP of application traffic.
- [Network Traffic Proxying](https://awesome-repositories.com/f/networking-communication/network-reliability-diagnostics/network-filtering/ip-address-filters/network-traffic-proxying.md) — Hides the origin IP address by routing network requests through a rotating set of public proxy servers.
- [Proxy Pool Automation](https://awesome-repositories.com/f/networking-communication/proxy-pool-automation.md) — Automates the lifecycle of discovering, validating, and maintaining a pool of public proxy servers.
- [Proxy Sourcing Directories](https://awesome-repositories.com/f/networking-communication/proxy-server-management/proxy-sourcing-directories.md) — Provides resources and directories for finding regularly updated lists of free HTTP and SOCKS proxies.
- [Proxy Source Aggregators](https://awesome-repositories.com/f/networking-communication/proxy-source-aggregators.md) — Combines diverse public proxy sources into a single, consolidated stream in plain text format.
- [Proxy List APIs](https://awesome-repositories.com/f/networking-communication/proxy-list-apis.md) — Offers a programmatic way to retrieve updated lists of free HTTP and SOCKS proxy servers. ([source](https://github.com/thespeedx/proxy-list#readme))

### Web Development

- [Scraping Infrastructure Management](https://awesome-repositories.com/f/web-development/web-automation-scraping/web-scraping-automation/scraping-infrastructure-management.md) — Distributes outgoing requests across a large pool of proxies to avoid rate limits and IP bans.
- [Web Scraping](https://awesome-repositories.com/f/web-development/web-scraping.md) — Extracts proxy server addresses from multiple public websites using HTTP requests and HTML parsing.

### Data & Databases

- [Text-Based Data Stores](https://awesome-repositories.com/f/data-databases/text-based-data-stores.md) — Stores and delivers retrieved proxy lists as plain text files for easy consumption by other tools.

### DevOps & Infrastructure

- [Data Refreshers](https://awesome-repositories.com/f/devops-infrastructure/data-refreshers.md) — Automatically replaces old proxy lists with fresh data to ensure the availability of active servers.

### Software Engineering & Architecture

- [Data Collection Schedulers](https://awesome-repositories.com/f/software-engineering-architecture/reactive-update-scheduling/update-cycle-controllers/update-application-timing/time-interval-update-schedulers/data-collection-schedulers.md) — Triggers data collection at fixed time intervals to keep proxy lists updated daily.
- [Stateless Architectures](https://awesome-repositories.com/f/software-engineering-architecture/stateless-architectures.md) — Implements a linear data flow from fetching to storage without maintaining complex internal state.
