🎣 Reddit to Google Sheets: tracking freelance/job leads

⚑ 137 views · 🎣 Lead Generation & Enrichment

πŸ’‘ 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.

View All Scrapers

Description

🧩 n8n Workflow Overview:

Goal:
Get Reddit posts from specific subreddits, filter those mentioning freelance/gigs and n8n, extract top-level comments, remove mod replies, and store everything into Google Sheets.


βš™οΈ Step-by-step Node Explanation

Start (Trigger)

Type: Cron node
Runs: Every 2 hours
Purpose: Starts the workflow at regular intervals


HTTP Request - Get Posts from Reddit

Type: HTTP Request
Method: GET
Auth: OAuth2 (Reddit App)
Purpose: Pulls the 10 latest posts from any subreddits of your choice


Filter Relevant Posts

Type: IF Node
Purpose: Filters out noise, keeps only potential job leads


HTTP Request - Get Post Comments

Type: HTTP Request
Auth: OAuth2
Purpose: Gets full comment thread for each post


Extract Top-Level Comments

Type: Function Node
Purpose: Code filters only top-level comments (ignores nested ones)


Remove Mod Comments

Type: IF Node
Purpose: Excludes mod replies that are usually auto-messages or rule enforcement


Format Clean Data

Type: Set Node
Fields captured:


Append to Google Sheets

Type: Google Sheets Node
Operation: Append Row
Sheet: Pre-created sheet with matching column names
Purpose: Logs everything into your spreadsheet neatly


πŸ’‘ Bonus Logic:


πŸ“Ή See It in Action:

I posted a quick video walkthrough on YouTube (no audio, just execution):
πŸ‘‰ https://youtu.be/JsUVVhYm8p4

πŸ”— Nodes Used

Google Sheets, HTTP Request, Reddit, Schedule Trigger, Filter

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup