This template is perfect for sales professionals, marketers, and business developers who need to quickly gather contact information from company websites. Whether you're building prospect lists, researching potential partners, or collecting leads for outreach campaigns, this automation saves hours of manual email hunting.
This workflow automatically discovers and extracts email addresses from any website by:
The automation handles rate limiting, retries failed requests, and filters out invalid or hidden email addresses to ensure you get quality results.
Authorization
Bearer YOUR_API_KEY
Search parameters: Modify the search
parameter in the map_website node to target different page types (currently searches for "about contact company authors team")
Extraction limits: Adjust the limit
parameter to scrape more or fewer pages per website
Retry logic: The workflow includes retry logic with a 12-attempt limit - modify the check_retry_count
node to change this
Output format: The set_result
node formats the final output - customize this to match your preferred data structure
Email validation: The JSON schema in start_batch_scrape
defines how emails are extracted - modify the prompt or schema for different extraction rules
The workflow is designed to be reliable and handle common edge cases like rate limiting and failed requests, making it production-ready for regular use.