workflows.fit
Back to n8n workflows
n8n template$15By iamvaar

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. --- βš™...

Data & StorageProductivityDevelopmentCore NodesCommunicationFilterSchedule TriggerHttp Request
Open checkout
Loading interactive preview...

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

---