0

I have a list of domain names. I can get this list in multiple formats, such as XML, HTML, CSV etc.

I want to be able to use client-side code to check if the domain names in the list have expired.

Does anyone have any suggestion how that could be done? I have seen various links to the WhoISXML API in other stackoverflow questions, but i require the service to be free.

Any ideas if this is even doable?

Khuram Malik
  • 1,475
  • 3
  • 18
  • 30

1 Answers1

0

There are several client side libraries. If you use Linux, give the Linux whois library a try.

I'm also the maintainer of a whois library, written in the Ruby programming language.

Simone Carletti
  • 173,507
  • 49
  • 363
  • 364
  • Thanks for responding. Unfortunately i'm running a windows environment. Do you have anything that might be javascript based? – Khuram Malik Jun 29 '11 at 16:18