Block 1 - AI Agent
- Type / Role
- @n8n/n8n-nodes-langchain.agent - agent
- Config choices
- Version 2.2
This workflow is provided as-is. Please review and test before using in production.
Automatically scrape Meta Threads for posts hiring specific roles (e.g. automation engineers, video editors, graphic designers), filter true hiring intent, deduplicate, and send alerts. We are taki...
@n8n/n8n-nodes-langchain.agent, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.googlesheetstool, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by A Z.
Original n8n.io sourceAutomatically scrape Meta Threads for posts hiring specific roles (e.g. automation engineers, video editors, graphic designers), filter true hiring intent, deduplicate, and send alerts.
We are taking automation roles as an example for now.
This workflow continuously scans Threads for fresh posts mentioning the roles you care about. It uses AI to filter out self-promotion and service ads, keeping only posts where the author is hiring. Qualified posts are saved into Google Sheets for tracking and sent to Telegram for instant alerts.
It’s ideal for freelancers, agencies, and job seekers who want a steady radar of opportunities.
Schedule trigger – Runs on a set interval (e.g. every 12 hours).
Scrape Threads posts – Fetches recent posts from multiple keywords (e.g., “n8n expert”, “hire video editor”, “graphic designer”, etc.) via Apify.
Merge results – Combines posts into a single stream.
Normalize fields – Maps raw data into clean fields: text, author, URL, timestamp, profile link.
AI filter – Uses an AI Agent to:
Save to Google Sheets – Writes qualified posts with full details.
Telegram alerts – Sends you the matched post instantly so you can act.
Freelancers: Get first dibs on gigs before others spot them.
Agencies: Build a client pipeline by tracking hiring signals.
Job seekers: Spot hidden opportunities in your target field.
Swap keywords to monitor roles you care about (e.g., “UI/UX designer”, “motion graphics editor”, “copywriter”).
Add Slack or Discord notifications instead of Telegram.
Expand geo rules to match your region.
Use Sheets as a CRM—add columns for status, outreach date, etc
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Find hiring posts on Threads with Apify, AI filtering, and Telegram alerts |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | Lead Generation, AI Summarization |
| Author | A Z |
| Published | 27 Sept 2025 |
Use the JSON export at /data/workflows/9004/9004.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Automatically scrape Meta Threads for posts hiring specific roles (e.g. automation engineers, video editors, graphic designers), filter true hiring intent, deduplicate, and send alerts. We are taki...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Generation, AI Summarization use case.