Excel website to email scraping

Paatu

Newbie
Joined
Apr 12, 2013
Messages
25
Reaction score
0
Hello,

I have excel list which contains about 1000 business websites addresses,
is it possible to fill email addresses for the same row but in a next column with some software or with VBA ?

Appreciate for the replys
Br. Paatu
 
Hello,

I have excel list which contains about 1000 business websites addresses,
is it possible to fill email addresses for the same row but in a next column with some software or with VBA ?

Appreciate for the replys
Br. Paatu
Try hunter or snov.io those are paid software designed for grabbing emails.
 
Scrapebox can do that but it wouldnt export to the same rows. You need to write your own script to do that. It will be less than 20 lines of code in Python which will open each website and look for email in footer.
 
Back
Top