Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/traxdinosaur/prexy
"Prexy API: Provides ~20k+ HTTP, HTTPS, SOCKS4, and SOCKS5 proxies. Access reliable and diverse proxies for web scraping, security, or anonymization needs with ease."
https://github.com/traxdinosaur/prexy
proxies proxy proxy-api proxy-scraper proxy-server proxychains
Last synced: about 21 hours ago
JSON representation
"Prexy API: Provides ~20k+ HTTP, HTTPS, SOCKS4, and SOCKS5 proxies. Access reliable and diverse proxies for web scraping, security, or anonymization needs with ease."
- Host: GitHub
- URL: https://github.com/traxdinosaur/prexy
- Owner: TraxDinosaur
- License: ncsa
- Created: 2024-03-29T20:44:15.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-30T07:30:40.000Z (6 months ago)
- Last Synced: 2024-05-01T05:45:43.394Z (6 months ago)
- Topics: proxies, proxy, proxy-api, proxy-scraper, proxy-server, proxychains
- Homepage: https://prexymee.onrender.com
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prexy API
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.
## Features
- Fetches over 20k proxies from external sources.
- Provides endpoints for HTTP, HTTPS, SOCKS4, SOCKS5, and all proxies.
- Requests are handled asynchronously for optimal performance.## Usage
### Installation
1. Clone the repository:
```bash
git clone https://github.com/TraxDinosaur/Prexy.git
```2. Install dependencies:
```bash
pip install -r requirements.txt
```### Running the API
Run the following command to start the API server:
```bash
uvicorn main:app --host 0.0.0.0 --port 8080
```### Endpoints
- `/http`: Get HTTP proxies.
- `/socks4`: Get SOCKS4 proxies.
- `/socks5`: Get SOCKS5 proxies.
- `/all`: Get all proxies.### Example
```bash
curl http://localhost:8080/http
```## Contributing
Contributions are welcome! Feel free to submit issues or pull requests.
## License
This project is licensed under the [CC BY-SA 4.0 License](LICENSE).