{"id":21594616,"url":"https://github.com/vann-dev/proxy-list","last_synced_at":"2025-07-01T09:05:50.590Z","repository":{"id":228511775,"uuid":"774186134","full_name":"Vann-Dev/proxy-list","owner":"Vann-Dev","description":"List of public proxies, and checked to some domain like Google, Facebook, Twitter","archived":false,"fork":false,"pushed_at":"2025-06-28T21:57:10.000Z","size":115088,"stargazers_count":79,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-28T22:30:27.349Z","etag":null,"topics":["facebook","google","microsoft","proxies","proxy","proxy-checker","proxy-list","proxy-scraper","proxy-server","proxy-servers","socks","socks-proxy","socks4","socks5","socks5-proxy","tiktok","twitter","whatsapp","youtube"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vann-Dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-03-19T05:07:50.000Z","updated_at":"2025-06-28T21:57:14.000Z","dependencies_parsed_at":"2024-11-06T02:42:03.406Z","dependency_job_id":"9b579424-db00-4a54-98aa-20de8d3e65d1","html_url":"https://github.com/Vann-Dev/proxy-list","commit_stats":null,"previous_names":["vann-dev/proxy-list"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vann-Dev/proxy-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vann-Dev%2Fproxy-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vann-Dev%2Fproxy-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vann-Dev%2Fproxy-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vann-Dev%2Fproxy-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vann-Dev","download_url":"https://codeload.github.com/Vann-Dev/proxy-list/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vann-Dev%2Fproxy-list/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262933262,"owners_count":23386778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["facebook","google","microsoft","proxies","proxy","proxy-checker","proxy-list","proxy-scraper","proxy-server","proxy-servers","socks","socks-proxy","socks4","socks5","socks5-proxy","tiktok","twitter","whatsapp","youtube"],"created_at":"2024-11-24T17:19:01.907Z","updated_at":"2025-07-01T09:05:50.562Z","avatar_url":"https://github.com/Vann-Dev.png","language":"Python","readme":"# List of Public Proxies Scraper\n\nThis repository originally created by [iw4p](https://github.com/iw4p/proxy-scraper) and I just added some features to it.\n\nPlease check the original repository too.\n\n\u003e [!WARNING]  \n\u003e Please remember, this proxy is for learning purposes, any issues with proxy use are at the expense of the proxy user\n\n___\n\n# Directory\n\n## [Raw HTTP proxies](https://github.com/Vann-Dev/proxy-list/blob/main/proxies/http.txt)\n## [Tested HTTP proxies](https://github.com/Vann-Dev/proxy-list/blob/main/proxies/http-tested/)\n\n## [Raw HTTPS proxies](https://github.com/Vann-Dev/proxy-list/blob/main/proxies/https.txt)\n## [Tested HTTPS proxies](https://github.com/Vann-Dev/proxy-list/blob/main/proxies/https-tested/)\n\n___\n\n## Installation\n\nUse this command to install dependencies.\n\n\n```bash\npip3 install -r requirements.txt\n```\n\n## Usage\n\nFor scraping:\n\n```bash\npython3 proxyScraper.py -p http\n```\n* With `-p` or `--proxy`, You can choose your proxy type. Supported proxy types are: **HTTP - HTTPS - Socks (Both 4 and 5) - Socks4 - Socks5** \n* With `-o` or `--output`, create and write to a .txt file. (Default is **output.txt**)\n* With `-v` or `--verbose`, more details.\n* With `-h` or `--help`, Show help to who did't read this README.\n\nFor checking:\n\n```bash\npython3 proxyChecker.py -t 20 -s google.com -l output.txt\n```\n\n* With `-t` or `--timeout`, dismiss the proxy after -t seconds (Default is **20**)\n* With `-p` or `--proxy`, check HTTPS or HTTP proxies (Default is **HTTP**)\n* With `-l` or `--list`, path to your list.txt. (Default is **output.txt**)\n* With `-s` or `--site`, check with specific website like google.com. (Default is **google.com**)\n* With `-r` or `--random_agent`, it will use a random user agent per proxy.\n* With `-v` or `--verbose`, more details.\n* With `-h` or `--help`, Show help to who did't read this README.\n\n## Good to know\n* Dead proxies will be removed and just alive proxies will stay.\n* This script is also able to scrape Socks, but proxyChecker only checks HTTP(S) proxies.\n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=vann-dev/proxy-list,Vann-Dev/proxy-list\u0026type=Date)](https://star-history.com/#vann-dev/proxy-list\u0026Vann-Dev/proxy-list\u0026Date)\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvann-dev%2Fproxy-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvann-dev%2Fproxy-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvann-dev%2Fproxy-list/lists"}