Prexy API is a API application that provides access to over 20k HTTP, HTTPS, SOCKS4, and SOCKS5 proxies sourced from external providers. This API is useful for various web scraping, security, and anonymization tasks.
- Fetches over 20k proxies from external sources.
- Provides endpoints for HTTP, HTTPS, SOCKS4, SOCKS5, and all proxies.
- Requests are handled asynchronously for optimal performance.
-
Clone the repository:
git clone https://github.com/TraxDinosaur/Prexy.git
-
Install dependencies:
pip install -r requirements.txt
Run the following command to start the API server:
uvicorn main:app --host 0.0.0.0 --port 8080
/http
: Get HTTP proxies./socks4
: Get SOCKS4 proxies./socks5
: Get SOCKS5 proxies./all
: Get all proxies.
curl http://localhost:8080/http
Contributions are welcome! Feel free to submit issues or pull requests.
This project is licensed under the CC BY-SA 4.0 License.