How about SERP email list generation?

goodbye tobey

Banned - Abuse of Staff
Joined
Mar 4, 2024
Messages
299
Reaction score
191
I'm building a huge email list of traders across the world, I have a script that can scrape millions of SERPs but I'm wondering about the accuracy of these results for lead generation?
 
There is always a chance of scraping non-relevant or low-quality results.
so you have to do the filtering and verification later
I use accurate regex to get the emails, then I use python for every email to check if that email actually exists.
So I end up with around 65% of the whole list being clean. Thanks for sharing!
 
I use accurate regex to get the emails, then I use python for every email to check if that email actually exists.
So I end up with around 65% of the whole list being clean. Thanks for sharing!
It should be kept in mind that even if you validate an email address, it may not be genuine. There is still a chance that you might label an authentic email address as void (false positive) or label an invalid email address as correct (false negative).
 
It should be kept in mind that even if you validate an email address, it may not be genuine. There is still a chance that you might label an authentic email address as void (false positive) or label an invalid email address as correct (false negative).
wow i didn't know that thank you for the advice
 
I use accurate regex to get the emails, then I use python for every email to check if that email actually exists.
So I end up with around 65% of the whole list being clean. Thanks for sharing!
You’ll end up in spam straight away if only 65% are clean.
 
You’ll end up in spam straight away if only 65% are clean.
I tried mailchimp around an hour ago, sent to around 300 ppl, 70 opened the email with 3 unfollowers and 2 clicks, I'll wait few hours to evaluate the situation
 
I tried mailchimp around an hour ago, sent to around 300 ppl, 70 opened the email with 3 unfollowers and 2 clicks, I'll wait few hours to evaluate the situation
Does mailchimp allow you to send to non subscriber?
 
Does mailchimp allow you to send to non subscriber?
I guess so, I created the account yesterday and used it an hour ago for the first time, I just exported my csv file and customized the email and hit send, didn't have any issues
 
I guess so, I created the account yesterday and used it an hour ago for the first time, I just exported my csv file and customized the email and hit send, didn't have any issues
https://mailchimp.com/help/examples-of-compliant-and-non-compliant-lists/ I think no is the answer. Once you start to send more they’ll probably close your account.

If you want to send to scraped emails at scale you’ll probably need your own custom solution or find a provider that doesn’t care about GDPR etc.

There are tools that will validate the emails for you by connecting to the email server.

Search around the forum there are loads of cold emailing journeys.

Best of luck :)
 
https://mailchimp.com/help/examples-of-compliant-and-non-compliant-lists/ I think no is the answer. Once you start to send more they’ll probably close your account.

If you want to send to scraped emails at scale you’ll probably need your own custom solution or find a provider that doesn’t care about GDPR etc.

There are tools that will validate the emails for you by connecting to the email server.

Best of luck :)
what is the best email sender in your opinion, something that enables me to send to random emails at scale with good prices?
 
Back
Top