I have a list of 6,000 company names (along with their headquarters address), and I need to find a web address for each of them. I am considering using the Google Web API (obviously, it will take several days, since only 1000 queries are allowed per day) (find "COMPANY_NAME CITY STATE"), and then do the first result. However, I am not 100% sure that this will work, and I feel that there is a better way. I can do this in any language that I really know, in C ++, Java, PHP, Python. This needs to be done only once.
How can I use WHOIS for this? I know how to do this if I already knew the URL, but not vice versa (name for the URL). And what would I do if it was registered privately?
By the way, this is a US business.
source
share