Reddit to Google Sheets: tracking freelance/job leads
π§© 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. --- β...
Template notes
π§© 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
---