• Your shopping cart is empty!

IP2Proxy Perl Module

This Perl module supports all IP2Proxy™ BIN database products to query proxy IP address and its proxy type, country, region, city, ISP name, domain name, usage type, ASN, last seen in days and threats. The proxy type detected includes VPN anonymizer, open proxies, web proxies, Tor exits, data center & web hosting range (DCH), search engine robots (SES) and residential proxy (RES). This Perl module has been optimized for speed and memory utilization.

Installation

ZIP Installation

  1. Download IP2Proxy Perl module Geo-IP2Proxy-[version].tar.gz
  2. Decompress the module
    tar -xvfz Geo-IP2Proxy-x.xx.tar.gz
  3. Install Geo::IP2Proxy module.
    perl Makefile.PL
    make
    make test
    make install
  4. Sign up and download IP2Proxy LITE database.
Sample Codes
use Geo::IP2Proxy;

eval {

	my $obj = Geo::IP2Proxy->open("IP2PROXY-IP-PROXYTYPE-COUNTRY-REGION-CITY-ISP-DOMAIN-USAGETYPE-ASN-LASTSEEN-THREAT-RESIDENTIAL-PROVIDER.BIN");

	if (!defined($obj)) {
		print STDERR Geo::IP2Proxy::get_last_error_message();
	}

	my $packageversion = $obj->getPackageVersion();
	my $dbversion = $obj->getDatabaseVersion();
	my $moduleversion = $obj->getModuleVersion();
	my $countryshort = $obj->getCountryShort("1.2.3.4");
	my $countrylong = $obj->getCountryLong("1.2.3.4");
	my $region = $obj->getRegion("1.2.3.4");
	my $city = $obj->getCity("1.2.3.4");
	my $isp = $obj->getISP("1.2.3.4");
	my $domain = $obj->getDomain("1.2.3.4");
	my $usagetype = $obj->getUsageType("1.2.3.4");
	my $asn = $obj->getASN("1.2.3.4");
	my $as = $obj->getAS("1.2.3.4");
	my $lastseen = $obj->getLastSeen("1.2.3.4");
	my $threat = $obj->getThreat("1.2.3.4");
	my $proxytype = $obj->getProxyType("1.2.3.4");
	my $provider = $obj->getProvider("1.2.3.4");	
	my $isproxy = $obj->isProxy("1.2.3.4");

	($isproxy, $proxytype, $coshort, $colong, $region, $city, $isp, $domain, $usagetype, $asn, $as, $lastseen, $threat, $provider) = $obj->getAll("1.2.3.4");
	($isproxy, $proxytype, $coshort, $colong, $region, $city, $isp, $domain, $usagetype, $asn, $as, $lastseen, $threat, $provider) = $obj->getAll("2001:0000:0000:0000:0000:0000:0000:0000");

	$obj->close();
	
} or do {

	print STDERR Geo::IP2Proxy::get_last_error_message();

};
Sample IP2Proxy Databases (BIN)
Sample Packages - BIN File IPv4 + IPv6
IP2Proxy PX1 Download (20.69 MB)
IP2Proxy PX2 Download (23.17 MB)
IP2Proxy PX3 Download (27.55 MB)
IP2Proxy PX4 Download (32.29 MB)
IP2Proxy PX5 Download (33.72 MB)
IP2Proxy PX6 Download (34.01 MB)
IP2Proxy PX7 Download (36.69 MB)
IP2Proxy PX8 Download (37.84 MB)
IP2Proxy PX9 Download (37.69 MB)
IP2Proxy PX10 Download (45.43 MB)
IP2Proxy PX11 Download (46.34 MB)