So, I'm trying to do something specific. Something people have been doing manually for a long time, and I want to automate it.
The way it starts is you get niche emails and send your offers to them. These will be businesses, rather than people.
The way I understand it, it might be hard to scrape emails from google just like that and you might end up with a lot of emails you might not want to send to.
So my idea is this: What if you made a simple python bot which would return google results for your search, then instead of scraping all the emails, made an automatic email list in the format of [email protected], [email protected] etc. So it would automatically take the domain names from the results, and extract an assumed [email protected] email.
The point here being that many, if not most businesses do have an [email protected] email address which they check. You would sacrifice deliverability in turn of ease of use. What do you guys think? Would this work?
Also, I've heard that in the EU, it is illegal to send unsolicited personal emails but it is legal to send to businesses addresses such as info, support, etc. This would alleviate that issue as well.
Any thoughts or questions?
The way it starts is you get niche emails and send your offers to them. These will be businesses, rather than people.
The way I understand it, it might be hard to scrape emails from google just like that and you might end up with a lot of emails you might not want to send to.
So my idea is this: What if you made a simple python bot which would return google results for your search, then instead of scraping all the emails, made an automatic email list in the format of [email protected], [email protected] etc. So it would automatically take the domain names from the results, and extract an assumed [email protected] email.
The point here being that many, if not most businesses do have an [email protected] email address which they check. You would sacrifice deliverability in turn of ease of use. What do you guys think? Would this work?
Also, I've heard that in the EU, it is illegal to send unsolicited personal emails but it is legal to send to businesses addresses such as info, support, etc. This would alleviate that issue as well.
Any thoughts or questions?