(Sorry for bad english. It is not my first language)
I have been trying to scrape emails from website. I have used regex and code. But it only scrape the first page which doesn’t provide anything. Using apify i can scrape phone numbers easily but I can’t use phone no. As I can’t make calls. Does anyone know how can I scrape mails. Or any other better way I can get leads.
@Bringofweb3
Websites don’t display emails in plain HTML anymore. They use JavaScript rendering or contact forms only and this makes it hard for simple regex patterns to work.
Solutions:
Tools like Hunter.io, Dropcontact.io, and Apollo.io can help you find emails. These tools are designed to bypass anti scraping techniques and can save you a lot of time.
If you want to scrape emails yourself, you can use Puppeteer/Playwright in n8n to extract text from web pages and then use advanced regex patterns to find emails.
Instead of scraping emails, you can try alternative methods like LinkedIn scraping, Google Maps API, or Twitter API to find business contacts.