Extract emails from web pages
Pull publicly listed email addresses from pages you're authorized to access using powerful regex patterns with Scrappey's API. Fast HTTP requests with automatic web access handling and proxy rotation.
Free demo trial • No credit card required • Setup in <2 minutes
What is email scraping?
Email scraping is the process of automatically extracting publicly listed email addresses from web pages. Used responsibly, it helps businesses gather business contact details from sources they own or are authorized to access.
With Scrappey's powerful regex extraction feature, you can pull emails from modern websites using pattern matching. Our API uses fast HTTP requests with automatic web access handling, making it efficient for collecting publicly available contact information.
Whether you're auditing your own web properties, conducting market research, or building a compliant outreach list, email scraping with Scrappey provides a reliable and efficient solution with 5-second average response times and €0.10 per 1,000 requests — residential proxies included, no separate proxy billing. Always use extracted data in line with applicable privacy laws such as GDPR and CAN-SPAM.
{
"cmd": "request.get",
"url": "https://example.com",
"requestType": "request"
}
// Response contains HTML:
{
"solution": {
"response": "<html>...</html>"
}
}
// Extract emails client-side using regex:
// Pattern: [a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}Extract emails from modern websites
Enter a URL and get all email addresses in seconds
Fast HTTP Request
Best for: Static websites, fast results, lower cost. Uses lightweight HTTP requests to extract emails from HTML. Limitation: May miss emails loaded via JavaScript or hidden in dynamic content.
Unlock Full Functionality Without Limits
Register for a free account to access all tools with unlimited usage and advanced features.
Why use Scrappey for email scraping?
Fast, reliable, and built for compliant contact extraction
Lightning Fast
5-second average response time using optimized HTTP requests. Extract emails from modern websites instantly.
Regex-Powered
Regex pattern matching to extract email addresses present in the rendered page.
Advanced Web Access
Automatic handling of CDN protection, bot management, and other web access challenges. Designed for high reliability.
Bulk Extraction
Extract emails across multiple pages of sites you operate or are authorized to access. Ideal for organized, repeatable workflows.
Compliant Outreach
Build contact lists from publicly listed business addresses for marketing and outreach that respects GDPR and CAN-SPAM.
Cost Effective
Only €0.10 per 1,000 requests with residential proxies included. Scale your email scraping without breaking the bank.
Simple integration
Extract emails with just a few lines of code
import requests
import re
# Scrape emails from a website using Scrappey
url = "https://publisher.scrappey.com/api/v1?key=YOUR_API_KEY"
payload = {
"cmd": "request.get",
"url": "https://example.com",
"requestType": "request"
}
response = requests.post(url, json=payload)
data = response.json()
# Extract HTML from response
html = data.get('solution', {}).get('response', '')
# Extract emails client-side using regex
email_pattern = r'[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}'
emails = list(set(re.findall(email_pattern, html)))
print(f"Found {len(emails)} emails:")
for email in emails:
print(f" - {email}")Perfect for
B2B Lead Generation
Build targeted lists of publicly listed business contacts for compliant B2B outreach and sales prospecting.
Market Research
Collect publicly available contact information from industry directories and business listings for research purposes.
Your Own Web Properties
Audit the email addresses exposed across sites you own or manage, so you know what is publicly visible.
Data Enrichment
Verify and enrich business contact records you already hold against publicly listed information.
Things to keep in mind
Best practices for ethical email scraping
Target Audience
Define your intended audience upfront. Targeted campaigns typically bring better results than mass-mailing random addresses.
Ethical Scraping
Always respect robots.txt, rate limits, and terms of service. Use scraped emails responsibly and in compliance with GDPR and CAN-SPAM laws.
Authorized Access
Always respect each site's terms and only automate collection where you're authorized. Scrappey renders pages with a real browser so authorized requests return complete content.
Email Validation
Always validate extracted emails before using them. Some sites may use obfuscation techniques (e.g., "contact AT example DOT com").
Cost Efficiency
Consider the ROI of your scraping efforts. Scrappey offers transparent pricing at €0.10 per 1,000 requests — residential proxies included on both tiers, with no hidden fees.
Integrations
n8n
Automate workflows visually. Streamline data collection processes.
n8n Template
Pre-built template for modern websites. Simplifies Scrappey integration.
RapidAPI
Access via API marketplace. Easy integration with comprehensive docs.
Apify
Scalable actor-based automation. Reliable browser rendering.
MCP Server
AI-powered browser automation. Intelligent session management.
Scrappey CLI
Scrape from your terminal. One command, pipeable output, CI-ready.
Claude Code Skill
Portable skill for Claude Code + Codex. Browser-backed data access on demand.
LangChain
LangChain connector — clean web data for any chain or agent.
LlamaIndex
LlamaIndex reader — load modern web pages straight into RAG.
Zapier
Connect with 7,000+ apps. Automate workflows easily.
Make
Visual workflow automation. Connect with 1,000+ apps easily.
Start building with Scrappey
Try it free. No subscription, no credit card, instant setup — your trial is waiting.