A simple Go script to scrape proxy IP addresses from a website.
- Scrapes proxy IPs from a specified website.
- net/http — For sending HTTP requests to fetch webpage data.
- golang.org/x/net/html — For parsing and traversing HTML to extract proxy information.
These are standard Go libraries and modules widely used for web scraping tasks.
- Go 1.18+
-
Clone the repository:
git clone https://github.com/hackflu/go-proxy-scraper.git cd go-proxy-scraper