Get registrar name, expiration date and print for which domain it is

domain-registrarwhois

I have a bunch of domains (77) at different registrars like netsol, goDaddy, etc.

I want to get the expiration date, registrant and registrar for each of them.

Since everyone has their own WHOIS database and different output format, I am not able to sort all the data. Is there any TOP WHOIS database I can query so that I will have all the same format for all of the domains in my list and will be able to process it for the info I need ?

Best Answer

The Ruby whois library also includes a standardized whois response parser you can use to extract the details from a whois response.

If you don't know Ruby or don't want to use it, there are several services available. RoboWhois is one of these.

Disclaimer: I'm the author of the Ruby whois library and RoboWhois.

Related Topic