1. Get Your Apify Token
Go to Apify Console → Account → Integrations. Copy your API token. The workflow uses it for authentication.
Get TokenUse our pre-built n8n workflow to run the Reddit Posts Search Scraper on a schedule. Push results to Google Sheets, Slack, webhooks, and more—no coding required.
See how data flows from trigger to outputs. Import the workflow into n8n and you're ready to go.
Go to Apify Console → Account → Integrations. Copy your API token. The workflow uses it for authentication.
Get TokenDownload the workflow JSON, open n8n, go to Workflows → Import from File (or paste JSON). The workflow will appear with all nodes connected.
Download WorkflowAdd your search keyword (e.g. your brand name) and paste your Apify token in the workflow. Save and activate—that's it.
Each scraped post includes these fields for analysis, alerts, or dashboards.
{
"title": "Brand mention example",
"author": "redditor123",
"subreddit": "technology",
"score": 150,
"quality_tag": "trending",
"permalink": "https://reddit.com/...",
"scraped_at": "2026-03-15T12:00:00Z"
}