π Send daily Reddit digest email with Google Sheets scoring and SMTP
β‘ 25 views Β· π Market Research & Insights
π‘ Pro Tip β HTTP Request scraping tends to break when sites update their markup. If youβre scraping a major platform, check if ScraperNode covers it β it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.
Description
This N8N Template shows you how to create a basic Reddit scraper and email yourself the highest scoring threads
This is for founders, service providers and anyone who wants to do more social listening but doesnβt want to pay for an expensive tool.
It uses a basic google sheet for configuration so you can manage and filter without updating any code.
How it works
- We start with a scheduler (but you could manually trigger if you want)
- We read in a google sheet with the configuration of which subreddits you want to search, as well as minimum scoring so you can weight importance of each subreddit.
- Then you use an RSS feed to get the content
- Next, we normalize the RSS feed so that we can extract the important information
- Then we go back to the Google sheet (this time a different tab) that has the keywords we want to look for. We also include key words we donβt want.
- We score each post based on the key words and additional pain points written into the scoring node.
- Then we filter out the posts that donβt score high enough, or that weβve already βseenβ
- We keep track of the posts weβve seen in another tab in the excel sheet. This prevents duplication
- Then we create the email, sending just the title as a link and send it via SMTP
Requirements
- Google sheets account & credentials
- Google sheet with
- Email for SMTP
How to Customize
- Create your own Google Sheets Template like this: Google Doc Template
- In the scoring node, update with painpoints (this could be added to Google Sheet config if you want)
- Update weights and scoring metrics in scoring node
- Update with your email
π Nodes Used
Send Email, Google Sheets, HTTP Request, Schedule Trigger
π₯ Import
Download workflow.json and import into n8n:
Workflow menu β Import from File