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
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.20 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,}Enter a URL and get all email addresses in seconds
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.
Register for a free account to access all tools with unlimited usage and advanced features.
Fast, reliable, and built for compliant contact extraction
5-second average response time using optimized HTTP requests. Extract emails from modern websites instantly.
Regex pattern matching to extract email addresses present in the rendered page.
Automatic handling of CDN protection, bot management, and other web access challenges. Designed for high reliability.
Extract emails across multiple pages of sites you operate or are authorized to access. Ideal for organized, repeatable workflows.
Build contact lists from publicly listed business addresses for marketing and outreach that respects GDPR and CAN-SPAM.
Only €0.20 per 1,000 requests with residential proxies included. Scale your email scraping without breaking the bank.
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}")Build targeted lists of publicly listed business contacts for compliant B2B outreach and sales prospecting.
Collect publicly available contact information from industry directories and business listings for research purposes.
Audit the email addresses exposed across sites you own or manage, so you know what is publicly visible.
Verify and enrich business contact records you already hold against publicly listed information.
Best practices for ethical email scraping
Define your intended audience upfront. Targeted campaigns typically bring better results than mass-mailing random addresses.
Always respect robots.txt, rate limits, and terms of service. Use scraped emails responsibly and in compliance with GDPR and CAN-SPAM laws.
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.
Always validate extracted emails before using them. Some sites may use obfuscation techniques (e.g., "contact AT example DOT com").
Consider the ROI of your scraping efforts. Scrappey offers transparent pricing at €0.20 per 1,000 requests — residential proxies included on both tiers, with no hidden fees.
Automate workflows visually. Streamline data collection processes.
Pre-built template for modern websites. Simplifies Scrappey integration.
Access via API marketplace. Easy integration with comprehensive docs.
Scalable actor-based automation. Reliable browser rendering.
AI-powered browser automation. Intelligent session management.
Scrape from your terminal. One command, pipeable output, CI-ready.
Portable skill for Claude Code + Codex. Browser-backed data access on demand.
LangChain connector — clean web data for any chain or agent.

LlamaIndex reader — load modern web pages straight into RAG.
Connect with 7,000+ apps. Automate workflows easily.
Visual workflow automation. Connect with 1,000+ apps easily.
Try It For Free. No Subscription Required. No Credit Card Required. Instant Set-Up. Your Free Trial Is Waiting For You!
Scrappey.com is a web scraping API that handles all the complex aspects of web scraping, such as handling dynamic content, rotating proxies, advanced request handling, headless browsers, and verification processing. It offers an all-in-one solution for extracting publicly available data from websites.
Scrappey.com provides a web scraping API that allows you to send requests to extract publicly available data from websites. It handles dynamic content and modern website complexity, including rotating proxies, advanced request handling, and verification processing. You can easily extract publicly available data from websites using their built-in features like headless browsers and AI-powered data extraction.
Yes, with Scrappey.com, you have the option to use Sticky Rotating Proxies for seamless scraping. Alternatively, you can also set your own proxies if desired.
Yes, Scrappey.com offers a free trial where you can try it out without a subscription or credit card. Instant setup is provided, so you can explore the full capabilities of the platform right away.
We only charge for successful requests. Failed requests are not counted towards your usage, so you only pay for what works.
No problem, you can pass any JavaScript snippet that needs to be executed by using our JavaScript scenario parameter. This allows you to interact with dynamic content, scroll pages, click buttons, wait for elements, and perform any custom JavaScript actions before extracting the data.
Scrappey.com offers simple and transparent pricing: €0.20 per 1,000 direct HTTP requests and €1.00 per 1,000 full-browser requests. Residential proxies are included on both tiers — no separate proxy billing, no hidden fees, no complicated pricing tiers. You only pay for successful requests.
Scrappey.com provides scalable access for extracting publicly available data. Whether you need to extract data from a few pages or a large dataset of publicly accessible content, you can do so with flexible usage options. Please note that Scrappey.com only supports scraping publicly available data, and users must comply with applicable laws and website terms of service.
Scrappey.com provides various support channels for assistance. You can refer to their documentation, frequently asked questions section, blog, and uptime status page. Additionally, you can get in touch with them via email or join their Discord community for further support.
We don't create custom scraping scripts, however we will gladly write some code snippets helping you to use our most powerful features: AI-powered data extraction and JavaScript scenario. Our documentation includes examples in multiple programming languages to get you started quickly.
Each API call to Scrappey counts as one request. Our pricing is based on successful requests. By default, JavaScript rendering is enabled, which allows you to extract data from modern websites with dynamic content. All features including proxies, verification workflow handling, and reliable web access handling are included in each request.
Scrappey's API is optimized for fast response time, even when working with JavaScript-heavy websites and browser verification flows, where access is authorized. If other tools struggle with sites that use browser verification, Scrappey is designed to handle these workflows efficiently, ensuring reliable data retrieval. Our reliable web access handling, residential proxies, and intelligent retry logic work together to maximize success rates.