I wanted to do some analysis on registered domain names. Looks like I can hit whois.internic.net to get information about each domain, but it also looks like there are rate limits that prevent me from doing large numbers of queries.

Is there a way to periodically (say daily) grab the entire whois database? I really only care about whether a domain is registered or not, so I don't need the full whois information.

link|improve this question

70% accept rate
3  
2  
I don't think this shoud've been closed. It's potentially very relevant to a lot of web programming tasks – babonk May 8 at 0:21
feedback

closed as off topic by Kev Mar 4 at 11:11

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

3 Answers

up vote 22 down vote accepted

For .com and .net, Verisign provides the TLD Zone Access Program where you can apply for download access to the zone files. Other registrars usually provide similar services.

Here is a list for some other TLDs (though I haven't tried to apply for any of these):

link|improve this answer
Excellent, the TLD program looks like exactly what I was looking for. – Parand Nov 21 '08 at 2:36
2  
This reply is out-dated: many of the links no longer work. – augustin Jan 26 '11 at 9:24
The .coop TLD Zone File Access Program can be found here nic.coop/agreements.aspx – Jonathan Stanton Mar 12 '11 at 21:59
I know this answer is pretty old, but thought I would ask anyway: did you get access? And for what reason (if you can say). They don't seem to provide info as to what kind of use-cases they accept... – o1iver Jul 24 '11 at 14:25
@o1iver: I was collecting data for spf-all.com. I never did get zone access, I had other lists of domains and I didn't try very hard. – Greg Hewgill Jul 24 '11 at 19:27
show 4 more comments
feedback

These guys will sell you monthly access to the major zone files (plus lists of changes):

http://www.premiumdrops.com/zones.html

link|improve this answer
+1 Thanks! Its a pretty neat service. – Mohit Nanda Sep 6 '10 at 9:36
It's a real shame that "not in zone file" does not mean it's not registered. These zone files aren't so good for figuring out what's taken. Try "digit.com": half of domain checkers report it as available because it's not in the zone file. – romkyns Nov 28 '11 at 16:22
feedback

Back in 2006 Dennis Forbes did some analysis you can see more about it here. He also mentions in the sidebar where he got the data. Seems he was looking at Verisign zone files rather than the whois database. I don't the details but this might be another direction to look in.

link|improve this answer
feedback

protected by Community Nov 25 '11 at 21:23

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

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