Reddit Email Scraper
Pricing
from $2.99 / 1,000 results
Reddit Email Scraper
๐ง Reddit Email Scraper extracts targeted email leads from Reddit posts fast using smart filters (keywords, niches, locations). Ideal for marketers, agencies & sales teams to grow outreach lists with speed and precision ๐โstart building high-quality prospects today.
Pricing
from $2.99 / 1,000 results
Rating
0.0
(0)
Developer
SolidScraper
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a month ago
Last modified
Categories
Share
Reddit Email Scraper ๐ฌ
Reddit Email Scraper is an Apify actor that scrapes emails from Reddit using your chosen keywords and email-domain filters. Whether youโre looking to build a reddit leads email scraper list, run OSINT reddit email scraper research, or simply extract emails from reddit at scale, this tool helps you turn public web discussions into usable contact dataโsaving you hours of manual work.
๐ Why choose Reddit Email Scraper?
| Feature | Benefit |
|---|---|
| โ Keyword-driven email discovery | Finds emails associated with Reddit bios and posts related to your keywords |
| โ Custom email-domain targeting | Helps you focus results on specific domains (for example @gmail.com) so your outreach stays relevant |
| โ Built-in proxy support | Supports reliable scraping runs when websites throttle or block requests |
| โ Retries and fallbacks for resilience | Includes retry logic and fallback behavior to improve the chance of successful runs |
| โ Structured JSON dataset output | Returns consistent fields like email, title, and url so results are easy to analyze |
| โ Designed for scale with limits | Lets you cap collection using maxEmails to control runtime and scraping cost |
๐ Key features
- ๐ฏ Targeted email harvesting from public sources: Extracts emails from publicly available Reddit bios and posts tied to your keywords.
- ๐งญ Flexible discovery via keywords: Accepts a list of keywords to broaden or narrow what the Reddit Email Scraper searches for.
- ๐งฉ Email-domain filtering with customDomains: Use
customDomainsto collect only emails matching your chosen domains. - ๐ก๏ธ Resilient scraping with proxy support: Includes proxy configuration support for more reliable scraping sessions.
- ๐ Retries and stop conditions: Uses retry and pagination logic, and stops when
maxEmailsis reached. - ๐พ Real-time dataset saving: Pushes each discovered email record to the dataset as it is found.
- ๐ Deduplication of emails: Avoids pushing duplicate emails across the run using
seen_emails. - ๐ Progress persistence: Saves progress so you can resume with less risk of losing already collected data.
๐ Input
Provide input via an input.json file. Example structure:
{"keywords": ["founder", "marketing"],"location": "","platform": "Reddit","customDomains": ["@gmail.com"],"maxEmails": 20,"engine": "cost-effective","proxyConfiguration": {}}
Input Fields
| Field | Required | Description |
|---|---|---|
keywords | Yes | A list of keywords to search for. These keywords drive which Reddit bios and posts are considered for email discovery. |
location | No | Location to filter search results. Leave empty for no location filtering. |
platform | No | Platform selector. This actor supports Reddit (default: Reddit). |
customDomains | No | List of custom email domains to target (for example @gmail.com). Emails are filtered to match these domains. |
maxEmails | No | Maximum number of emails to collect. The scraper stops once this limit is reached (default: 20, allowed range: 1 to 10000). |
engine | No | Choose scraping engine: cost-effective (Cost Effective (New)) or legacy (Legacy). Use cost-effective by default. |
proxyConfiguration | No | Proxy configuration for this Actor. You can configure proxies using Apifyโs proxy input options. |
๐ฆ Output
The actor saves each discovered email record to the dataset in JSON format using Actor.pushData().
Example output record:
{"network": "Reddit.com","keyword": "marketing","title": "No data","description": "No data","url": "No URL","email": "example@gmail.com","proxyGroups": ["cost-effective"]}
Output Fields
| Field | Type | Description |
|---|---|---|
network | string | Source network label (Reddit.com). |
keyword | string | The keyword currently being used for the scrape. |
title | string | The title of the web result being processed. |
description | string | The description/snippet text where the email was found. |
url | string | The URL associated with the extracted email (the result link). |
email | string | The extracted email address. |
proxyGroups | array | Proxy group identifiers used for this run (as provided by the engine/proxy configuration). |
Notes:
- The actor deduplicates emails using a
seen_emailsset before pushing them to the dataset. - Each pushed record is written immediately (so you can inspect partial progress while the run is still executing).
๐ How to use Reddit Email Scraper (via Apify Console)
-
Open Apify Console ๐
Log in at console.apify.com and go to the Actors tab. -
Find Reddit Email Scraper
Search for Reddit Email Scraper and open the actor page. -
Set your input parameters โ๏ธ
In the INPUT panel, provide:keywords(required)- optional filters like
customDomains(recommended for tighter results) - optional limits like
maxEmails
-
Choose proxy options (optional but recommended for scale) ๐ก๏ธ
ConfigureproxyConfigurationif you have specific proxy needs for your scraping run. -
(Optional) Select the engine
Keep the defaultengineascost-effective, or switch tolegacyif you specifically need it. -
Run the actor โถ๏ธ
Click Run. During execution, youโll see logs while the actor paginates through results and pushes records to the dataset as it finds new emails. -
Review results in the Dataset ๐
After the run completes (or while itโs running), open the OUTPUT tab and inspect the dataset. -
Export your data
Export the dataset in your preferred format (for example JSON/CSV) from the dataset UI.
No coding requiredโget structured reddit email scraper results in minutes.
โ๏ธ Advanced features & SEO optimization
- ๐ Engineered for email harvesting from Reddit bios and posts: The Reddit Email Scraper is designed to excel at โscrape emails from redditโ and โreddit leads email scraperโ workflows.
- ๐งฑ Keyword + domain targeting: Use
keywordspluscustomDomainsto narrow down results, which improves relevance for your reddit email outreach list. - ๐ Timeout and scale awareness: Large searches or high
maxEmailscan take longer; plan accordingly and increase run timeout settings in Run Options if needed. - ๐พ Progress persistence for long runs: The actor persistently saves progress (cursor and already seen emails), helping you avoid unnecessary rework during extended runs.
๐ฏ Best use cases
- ๐ Growth teams building outreach lists: Generate a starting dataset of emails connected to relevant Reddit discussions for faster lead sourcing.
- ๐ง Market researchers analyzing community niches: Identify contact domains tied to keywords and community themes for targeted analysis.
- ๐ Recruiters sourcing talent signals: Use targeted keywords and domains to build candidate outreach lists from public profile content.
- ๐ข B2B marketers running lead-gen campaigns: Collect domain-filtered emails to feed email marketing workflows and CRM enrichment.
- ๐งพ Data analysts creating contact-enriched datasets: Combine
keyword,title,url, andemailfields into clean tables for downstream modeling. - ๐ ๏ธ Developers automating OSINT pipelines: Pull dataset output into scripts and automation systems for repeatable reddit email list scraper runs.
- โ๏ธ Sales ops streamlining prospecting research: Quickly compile prospects associated with specific topics and email domains.
๐ง Technical specifications
-
Supported Input Formats
- โ
keywordsas an array of strings - โ
customDomainsas an array of email-domain strings (e.g.@gmail.com) - โ
platformsupportsReddit
- โ
-
Proxy Support
- โ
Supported via
proxyConfiguration - โ
Engine selection available via
engine(cost-effectiveorlegacy)
- โ
Supported via
-
Retry Mechanism
- โ Built with retries and fallback behavior
- โ
Stops when
maxEmailsis reached
-
Dataset Structure
- โ
JSON records pushed via
Actor.pushData()with fields:network,keyword,title,description,url,email,proxyGroups
- โ
JSON records pushed via
-
Rate Limits & Performance
- โ Paginates through results and supports higher limits with longer runtimes
- โ Designed to keep saving progress as it finds new emails
-
Limitations
- โ Only uses emails discoverable from publicly available sources and associated content
- โ Does not guarantee finding the exact number requestedโuse
maxEmailsas a cap, not a promise of results volume
โ FAQ
โ What does Reddit Email Scraper do?
Reddit Email Scraper extracts email addresses from publicly available sources related to Reddit profiles, using the keywords you provide and filtering by your chosen customDomains.
โ How does the tool decide which emails to collect?
It uses your keywords to guide discovery and then extracts email addresses found in the associated Reddit bios/posts content, matching them against the email-domain filters you provide in customDomains.
โ Do I need to specify every input field?
No. Only keywords is required. You can optionally add customDomains, location, maxEmails, and proxyConfiguration depending on how targeted you want the output to be.
๐ก Can I limit how many emails I collect?
Yes. Use maxEmails to cap the maximum number of emails the actor will collect before stopping.
๐ป Can I use this from an API or code workflow?
Yes. This is an Apify actor, so you can run it through Apifyโs platform workflows and read the dataset output. The actor pushes structured JSON records with fields like email, url, and keyword.
๐ What platforms are supported?
This actor is configured with platform set to Reddit.
โ๏ธ Is this for legal/ethical use?
โ The actor collects information from publicly accessible sources. Itโs your responsibility to follow applicable laws and platform policies, including GDPR/CCPA and spam regulations.
๐งน How do I request data removal?
For data removal requests, contact dataforleads@gmail.com.
๐ค Support & feature requests
Have questions about Reddit Email Scraper or want to improve your reddit email scraper results? Weโd love to hear from you.
- ๐ก Feature Requests: Want enhancements like additional export formats, more control over filtering, or output adjustments? Tell us what would help your bulk email extraction from reddit workflow.
- ๐ง Contact: Reach out at dataforleads@gmail.com.
Your feedback helps shape future improvements to Reddit Email Scraper.
๐งพ Closing CTA / Final thoughts
If you need a reliable, SEO-friendly way to run a Reddit email outreach list workflow, Reddit Email Scraper is built for thatโusing structured output and practical controls for scale.
