SkillAgentSearch skills...

Proxyscraper

Proxy Scraper (HTTP & SOCKS)

Install / Use

/learn @alphaa1111/Proxyscraper
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Proxy Scraper (HTTP & SOCKS)

watchers stars lastCommit license

Golang script designed to scrape both HTTP and SOCKS proxy information from publicly available sources and saves them for your own use.

Features

  • Retrieves a list of HTTP proxies from free-proxy-list.net and saves them to "http.txt".
  • Retrieves a list of SOCKS proxies from socks-proxy.net and saves them to "socks.txt".
  • User-friendly format for easy integration into your projects.
  • Lightweight and easy to use.

Usage

  1. Clone this repository:
git clone https://github.com/variableninja/proxyscraper.git
cd proxyscraper
  1. Build the Go programs
go build http.go
go build socks.go
  1. Run them and have fun!
./http
./socks

License

This project is licensed under the MIT License - see the LICENSE file for details.

Disclaimer

This program is intended for educational and research purposes only, use it responsibly and in compliance with the terms of service of the websites you scrape.

View on GitHub
GitHub Stars69
CategoryDevelopment
Updated20m ago
Forks10

Languages

Go

Security Score

100/100

Audited on Apr 2, 2026

No findings