/proxy-grabber

Proxy grabber free proxies from open sources on the web

Primary LanguagePHP

Basic usage

Grab and parse from all available sources (see proxy_sources.json)

$ProxyScraper = new ProxyScraper();
print_r($ps->all());

Add new source to the sources list

$ProxyScraper->add("SOURCE_URL", "type (http|socks4|socks5)");

Grab and parse from some source

$ProxyScraper->get("SOURCE_URL");