- Joined
- Jan 5, 2007
- Messages
- 1,584
- Reaction score
- 6
EDIT: Thanks for the info all I've coded up a web-based tool for this now.
Hi all,
For a project I'm working on, I'm looking to get the contact info from a domain (i.e. a WHOIS scan). Obviously it'd not be used for any spammy purposes (it'll be limited to one check at a time, with flood protection, and the e-mail address will be output as an image)
I know that to get the general info about a domain you connect to the relevant WHOIS server via port 43, and then send the request with the domain, a carriage return and a new line and the details like registrar, expiration/creation date (etc) gets returned.
But am I right in thinking that the only way to get the actual contact info is by querying the registrar's WHOIS servers? If so, what's the best way to do this? Since there's thousands of registrars, and I can't see any of them have any sort of API to run the WHOIS request through.
Thanks for any info you can provide This will be for a custom script, I'm writing it myself (it'll be for a website project I'm working on), hence why I don't want to just use another, already created WHOIS website.
Thanks,
Tristan
Hi all,
For a project I'm working on, I'm looking to get the contact info from a domain (i.e. a WHOIS scan). Obviously it'd not be used for any spammy purposes (it'll be limited to one check at a time, with flood protection, and the e-mail address will be output as an image)
I know that to get the general info about a domain you connect to the relevant WHOIS server via port 43, and then send the request with the domain, a carriage return and a new line and the details like registrar, expiration/creation date (etc) gets returned.
But am I right in thinking that the only way to get the actual contact info is by querying the registrar's WHOIS servers? If so, what's the best way to do this? Since there's thousands of registrars, and I can't see any of them have any sort of API to run the WHOIS request through.
Thanks for any info you can provide This will be for a custom script, I'm writing it myself (it'll be for a website project I'm working on), hence why I don't want to just use another, already created WHOIS website.
Thanks,
Tristan
Last edited: