https://github.com/ionic-typing/proxy-scraper
Scraping fresh proxies from different sources
https://github.com/ionic-typing/proxy-scraper
Last synced: 3 days ago
JSON representation
Scraping fresh proxies from different sources
- Host: GitHub
- URL: https://github.com/ionic-typing/proxy-scraper
- Owner: ionic-typing
- Created: 2024-07-26T13:07:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T13:07:59.000Z (almost 2 years ago)
- Last Synced: 2026-04-01T10:37:27.385Z (4 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Proxy scraper
Scraping fresh public proxies from different sources:
- [sslproxies.org](http://sslproxies.org) (HTTP, HTTPS)
- [free-proxy-list.net](http://free-proxy-list.net) (HTTP, HTTPS)
- [us-proxy.org](http://us-proxy.org) (HTTP, HTTPS)
- [socks-proxy.net](http://socks-proxy.net) (Socks4, Socks5)
- [proxyscrape.com](https://proxyscrape.com) (HTTP, Socks4, Socks5)
- [proxy-list.download](https://www.proxy-list.download) (HTTP, HTTPS, Socks4, Socks5)
- [geonode.com](https://geonode.com) (HTTP, HTTPS, Socks4, Socks5)
## Installation
Use this command to install dependencies.
```bash
pip3 install -r requirements.txt
```
## Usage
For scraping:
```bash
python3 proxyScraper.py -p http
```
- With `-p` or `--proxy`, You can choose your proxy type. Supported proxy types are: **HTTP - HTTPS - Socks (Both 4 and 5) - Socks4 - Socks5**
- With `-o` or `--output`, create and write to a .txt file. (Default is **output.txt**)
- With `-v` or `--verbose`, more details.
- With `-h` or `--help`, Show help to who did't read this README.