How to Check Domain Expiry Date in Bulk

DarkDevil1

BANNED
Joined
Dec 1, 2016
Messages
121
Reaction score
7
I want to check the expiry date of domains in bulk (Hundreds of Domains).

Previously http://www.bulkseotools.com/bulk-check-domain-age.php used to work, now it's not working.

After googling, I found https://websiteseochecker.com/domain-age-checker/, However, this tool also does not work well.

please share if you know any method.
 
If any one buy domain then need a email address. You can forward all email address in one email. then you will get all domain info in one email login.
 
If any one buy domain then need a email address. You can forward all email address in one email. then you will get all domain info in one email login.
he wanted to check other persons domain ,not his
 
In Linux you can just check with whois and little perl script or maybe python.
 
How about smallseotool? Did you check with it?
 
In Linux you can just check with whois and little perl script or maybe python.
I'm using Mac and windows (no Linux used to use Ubuntu and Mint), Can you share any working method for windows or mac? Elaborate a little.
 
this one : https://github.com/sammich/mass-domain-expiry-checker

and

found this way in this post https://internetlifeforum.com/domai...in-age-checker-bulk-domain-expiry-date-check/



Regarding point 5 (linux shell script) following is the way how i installed it, i installed this way:
cd /root;wget http://www.cyberciti.biz/files/scripts/domain-check-2.txt;mv domain-check-2.txt domain-check;chmod +x domain-check;

if there is failure downloading that file from cyberciti, then here is backup file https://internetlifeforum.com/files/domain-check-2.txt
so we have script at /root/domain-check, now we create new file with domain names one per line:

- vi mydomainnames
- "a" key to start typing/pasting data
- right mouse click to paste domain list (one domain per line)
- Ctrl + C to stop editting
- ":wq" + Enter to write changes and quit.

Now launch script and tell it to get domain names from our mydomainnames file

./domain-check -f mydomainnames

example output:

Code:
Domain Registrar Status Expires Days Left
----------------------------------- ----------------- -------- ----------- ---------
blackhatmoneymaker.com ENOM, INC. Valid 17-aug-2015 312
forzahost.com JULIUS CAESAR, LL Valid 23-sep-2015 349
hyipmonitor.com ENOM, INC. Valid 17-may-2016 586
 
Last edited:
Back
Top