All Projects → DeBos99 → Proxy Scraper

DeBos99 / Proxy Scraper

Licence: mit
Proxy-Scraper is simple Perl script for scraping proxies from multiple websites.

Programming Languages

perl
6916 projects

Projects that are alternatives of or similar to Proxy Scraper

Proxybroker
Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS 🎭
Stars: ✭ 2,767 (+11429.17%)
Mutual labels:  proxy, proxies, proxy-list
ProxyGrab
Asynchronous Library made using Python and aiohttp to get proxies from multiple services!
Stars: ✭ 17 (-29.17%)
Mutual labels:  proxies, proxy-list
torchestrator
Spin up Tor containers and then proxy HTTP requests via these Tor instances
Stars: ✭ 32 (+33.33%)
Mutual labels:  proxies, proxy-list
socks5 list
Auto-updated SOCKS5 proxy list + proxies for Telegram
Stars: ✭ 210 (+775%)
Mutual labels:  proxies, proxy-list
Instagram Proxy Api
CORS compliant API to access Instagram's public data
Stars: ✭ 245 (+920.83%)
Mutual labels:  scraper, proxy
proxy-scraper
⭐️ A proxy scraper made using Protractor | Proxy list Updates every three hour 🔥
Stars: ✭ 201 (+737.5%)
Mutual labels:  scraper, proxy-list
proxy-scrape
scrapin' proxies with ocr
Stars: ✭ 20 (-16.67%)
Mutual labels:  proxies, proxy-list
Mubeng
An incredibly fast proxy checker & IP rotator with ease.
Stars: ✭ 234 (+875%)
Mutual labels:  proxy, proxy-list
Free Proxy List
🔥Free proxy servers list / Updated hourly!
Stars: ✭ 326 (+1258.33%)
Mutual labels:  proxy, proxy-list
Proxy List
Get PROXY List that gets updated everyday
Stars: ✭ 347 (+1345.83%)
Mutual labels:  proxy, proxy-list
Katana
A Python Tool For google Hacking
Stars: ✭ 355 (+1379.17%)
Mutual labels:  scraper, proxy
Proxyscrape
Python library for retrieving free proxies (HTTP, HTTPS, SOCKS4, SOCKS5).
Stars: ✭ 134 (+458.33%)
Mutual labels:  scraper, proxy
Scrapoxy
Scrapoxy hides your scraper behind a cloud. It starts a pool of proxies to send your requests. Now, you can crawl without thinking about blacklisting!
Stars: ✭ 1,322 (+5408.33%)
Mutual labels:  scraper, proxy
proxy fetcher
💪 Ruby / JRuby / TrufflleRuby gem & CLI for dealing with proxy lists from various sources
Stars: ✭ 119 (+395.83%)
Mutual labels:  proxies, proxy-list
Proxy Scraper
Library for scraping free proxies lists
Stars: ✭ 78 (+225%)
Mutual labels:  scraper, proxy-list
proxy-list
A curated list of free public proxy servers
Stars: ✭ 70 (+191.67%)
Mutual labels:  proxies, proxy-list
Smartproxy
HTTP(S) Rotating Residential proxies - Code examples & General information
Stars: ✭ 205 (+754.17%)
Mutual labels:  proxy, proxies
Awesome Web Scraping
List of libraries, tools and APIs for web scraping and data processing.
Stars: ✭ 4,510 (+18691.67%)
Mutual labels:  proxy, proxy-list
Proxies
A Simple Proxy Scraper
Stars: ✭ 29 (+20.83%)
Mutual labels:  scraper, proxies
Proxy requests
a class that uses scraped proxies to make http GET/POST requests (Python requests)
Stars: ✭ 357 (+1387.5%)
Mutual labels:  proxy, proxy-list

Proxy::Scraper

Made with Perl

GitHub GitHub followers GitHub forks GitHub stars GitHub watchers GitHub contributors

GitHub commit activity GitHub commit activity GitHub commit activity GitHub last commit

GitHub issues GitHub closed issues

Donate

Proxy::Scraper is simple Perl script for scraping proxies from multiple websites.

Content

Installation

Windows

  • Install Git.
  • Install Perl.
  • Run following command in the command prompt:
cpan -i Proxy::Scraper

Unix

Debian/Ubuntu based

  • Run following commands in the terminal:
sudo apt install git perl -y
cpan -i Proxy::Scraper

Arch Linux/Manjaro

  • Run following commands in the terminal:
sudo pacman -S git perl --noconfirm
cpan -i Proxy::Scraper

CentOS

  • Run following commands in the terminal:
sudo yum install git perl -y
cpan -i Proxy::Scraper

MacOS

  • Run following commands in the terminal:
brew install git perl
cpan -i Proxy::Scraper

Usage

proxy-scraper ARGUMENTS

Documentation

Required arguments

Argument Description
-t, --type {http,https,socks4,socks5} Sets type of proxy.

Optional arguments

Argument Description Default value
-h, --help Shows help message and exits.
-v, --version Shows version and exits.
-d, --debug Enables debug mode. false
-l, --level {transparent,anonymous,elite} Sets level of proxy anonymity. any
-o, --output PATH Sets output filename. proxies.txt

Authors

  • Michał Wróblewski - Main Developer - DeBos99

Contact

  • Discord: DeBos#3292
  • Reddit: DeBos99

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].