(fastest) An advanced Actor for extracting email addresses from websites. This tool is perfect for web scraping, contact collection, and lead generation.
An advanced Apify Actor for extracting email addresses from websites, including JavaScript-rendered pages. This tool is perfect for web scraping, contact collection, and lead generation.
Features
🚀 High Accuracy: Extracts valid and relevant email addresses using robust filtering.
🌐 JavaScript Support: Handles JS-rendered pages via Playwright.
🔗 Contact Page Detection: Prioritizes contact-related pages for better results.
⚡ Concurrency: Processes multiple websites simultaneously with a configurable limit.
urls (required): An array of website URLs to scrape.
Output Format
The actor produces an output dataset in the following format:
1[2{3"url":"https://example.com",4"emails":["info@example.com","support@example.com"],5"scanned_pages":[6"https://example.com",7"https://example.com/contact"8],9"status":"success",10"error":null11},12{13"url":"https://another-example.com",14"emails":[],15"scanned_pages":["https://another-example.com"],16"status":"error",17"error":"Timeout while fetching the URL"18}19]
url: The processed website URL.
emails: List of extracted email addresses.
scanned_pages: Pages scanned during the process.
status: "success" or "error".
error: Details of any encountered error (if applicable).
Example Use Cases
1. Extract Emails from Multiple Websites
Provide a list of URLs in the input JSON, and the actor will output all the emails it finds.
2. Scan Contact Pages for Specific Emails
The actor prioritizes scanning Contact Us or About Us pages for higher relevance.
3. Automate Email Extraction for Marketing
Integrate this actor into your automation pipeline to gather contact leads regularly.
For more information or support, feel free to open an issue or reach out on Apify Community Forum.
Happy Scraping! 😊
Frequently Asked Questions
Is it legal to scrape job listings or public data?
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
Do I need to code to use this scraper?
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
What data does it extract?
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Can I scrape multiple pages or filter by location?
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
How do I get started?
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!