{"id":29921295,"url":"https://github.com/chainski/proxyscraper","last_synced_at":"2026-04-01T23:54:33.444Z","repository":{"id":49811400,"uuid":"442525662","full_name":"chainski/ProxyScraper","owner":"chainski","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-22T19:12:05.000Z","size":113,"stargazers_count":21,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-23T10:52:21.805Z","etag":null,"topics":["cplusplus","crawler","http","https","proxies","proxy","proxy-api","proxygrabber","proxyscraper","proxytool","scraper","socks4","socks5"],"latest_commit_sha":null,"homepage":"https://github.com/Chainski/ProxyScraper","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chainski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-12-28T16:48:19.000Z","updated_at":"2026-03-22T19:11:18.000Z","dependencies_parsed_at":"2025-04-24T05:31:22.965Z","dependency_job_id":"e534cc7f-72b5-4a1e-8811-11d35b40b243","html_url":"https://github.com/chainski/ProxyScraper","commit_stats":null,"previous_names":["chainski/proxyscraper"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/chainski/ProxyScraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chainski%2FProxyScraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chainski%2FProxyScraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chainski%2FProxyScraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chainski%2FProxyScraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chainski","download_url":"https://codeload.github.com/chainski/ProxyScraper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chainski%2FProxyScraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31293130,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cplusplus","crawler","http","https","proxies","proxy","proxy-api","proxygrabber","proxyscraper","proxytool","scraper","socks4","socks5"],"created_at":"2025-08-02T07:21:49.867Z","updated_at":"2026-04-01T23:54:33.435Z","avatar_url":"https://github.com/chainski.png","language":"C++","readme":"\u003cp align= \"center\"\u003e\n   \u003cimg src=\"https://img.shields.io/github/stars/Chainski/ProxyScraper?style=flat\u0026color=%230047ab\"\u003e\n   \u003cimg src=\"https://img.shields.io/github/forks/Chainski/ProxyScraper?style=flat\u0026color=%230047ab\"\u003e\n   \u003cimg src=\"https://hits.sh/github.com/Chainski/ProxyScraper.svg?label=views\u0026color=0047ab\"\u003e\n   \u003cbr\u003e\n   \u003cimg src=\"https://img.shields.io/github/last-commit/Chainski/ProxyScraper?style=flat\u0026color=%230047ab\"\u003e\n   \u003cimg src=\"https://img.shields.io/github/license/Chainski/ProxyScraper?style=flat\u0026color=%230047ab\"\u003e\n   \u003cbr\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e \n\u003cimg src=\"https://raw.githubusercontent.com/Chainski/ProxyScraper/refs/heads/main/assets/ProxyScraper.png\", width=\"500\", height=\"500\"\u003e\n\u003c/p\u003e\n\n# 🕵️‍♂️ ProxyScraper\n\nA high-performance multithreaded proxy scraper for Windows that fetches fresh HTTP, SOCKS4, and SOCKS5 proxies from a variety of public sources.\n\n*NOTE: This library isn't designed for production use. It's advised to use your own proxies or purchase a service which provides an API. These are merely free ones that are retrieved from sites and should only be used for development or testing purposes.*\n\n## 📌 Features\n\n- [x] Scrapes `HTTP/S`, `SOCKS4` and `SOCKS5` proxies\n- [x] Uses multithreading for fast downloads\n- [x] Saves each proxy type to a separate `.txt` file\n- [x] Displays colorful console banners and messages (ANSI)\n- [x] Uses Windows WinHTTP API (native, no third-party deps)\n\n## 🚀 Getting Started\n\n### ⚙️ Requirements\n\n- Windows OS\n- C++ Compiler preferably [MinGW](https://github.com/brechtsanders/winlibs_mingw/releases)\n\n### 🛠️ Build Instructions\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/Chainski/ProxyScraper\ncd ProxyScraper\n```\n\n2. Compile using MinGW:\n\n```bash\nwindres assets\\ProxyScraper.rc -O coff -o assets\\ProxyScraper.o\ng++ ProxyScraper.cpp assets\\ProxyScraper.o -w -O2 -static -lpsapi -lwinhttp -lws2_32 -fexceptions -Wl,--gc-sections -pipe -s -o ProxyScraper.exe\n```\n\n3. Run the executable:\n\n```bash\nProxyScraper.exe\n```\n\t\n## 📁 Output\n\n- `http.txt` — All scraped HTTP/HTTPS proxies\n- `socks4.txt` — All scraped SOCKS4 proxies\n- `socks5.txt` — All scraped SOCKS5 proxies\nFiles are appended each run with fresh results.\n\n## 🔗 Proxy Sources\nThe scraper fetches proxies from over 30 reliable sources like:\n- [ProxyScrape](https://proxyscrape.com)\n- [JetKai](https://github.com/jetkai/proxy-list)\n- [TheSpeedX](https://github.com/TheSpeedX/PROXY-List)\n- and more...\n\n## 👨‍💻 Author\n**Chainski** [GitHub](https://github.com/Chainski)\n\n## 📜 License\nThis project is licensed under the **GNU General Public License v3.0**.\nYou may copy, distribute, and modify the software as long as you track changes/dates in source files. All modifications must also be licensed under GPLv3. For full license text, see the [LICENSE](./LICENSE) file or visit: [https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchainski%2Fproxyscraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchainski%2Fproxyscraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchainski%2Fproxyscraper/lists"}