I need to assign IPs of a huge daily visitor IPs to the ISP they come from. So I thought of buying the list of IP addresses corresponding to ISPs.

Now so far I have only found:

ip2country

But I am not sure how legit they are and dont want to get a database full of wrong data!

link|improve this question
feedback

2 Answers

One of the primary providers of IP information is MaxMind.

http://www.maxmind.com/

While they have many products, this one is their ISP database:

http://www.maxmind.com/app/isp

They have a number of interface methods as well (e.g. c library, apache module, php modules).

The sites I've worked with have mainly used it for GeoIP purposes tied into web analytics.

link|improve this answer
Is there anyone that sells the data with Email addresses? – Max Nov 20 '11 at 17:23
feedback

IP to country conversion is not too difficult, and that list is probably as accurate as any.

However, beware anyone that tells you that they can manage more accuracy than country as location since this is something that my company has been looking into seriously for a while. In the UK, many, if not most, people will appear to be in London because that is where the assigned IP is listed to be.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.