Proxy Scraper is a Java application developed which purpose is to scrape the website HideMyName and use some information to store it through marshalling and persistence. It's also saved in a CSV every time the scraper starts a consultation.
Backend code (JAVA)
Frontend code (Typescript)
- Angular (Frontend) with TypeScript
- Spring (Backend Framework)
- MongoDB (Database)
- JSoup (Scraping Library)
ID | IP | Port | Location | MS | ProxyType | Safety |
---|---|---|---|---|---|---|
1 | 192.168.1.0 | 4040 | Germany | 500 ms | Socks4 | High |
2 | 192.168.1.1 | 8080 | France | 890ms | HTTP | High |
- ID: Primary key
- IP: Proxy IP
- Port: Port of the proxy
- Location: Proxy location
- MS: Milliseconds
- ProxyType: HTTP, HTTPS (SSL), Socks4 (TCP/IP), Sock5 (UDP, DNS)
- Safety: Proxy safety based on encryption
npm install -g proxyscraper-frontend
Or if you want to install a non-global copy:
npm install proxyscraper-frontend