🎣 Monitor X/Twitter for hiring posts with Apify, AI filtering & Telegram alerts

⚑ 172 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

Automatically scrape X (Twitter) for posts hiring specific roles (e.g., automation engineers, video editors, graphic designers), filter true hiring intent with AI, deduplicate in Google Sheets, and alert via Telegram.

What it does

We are using n8n automation roles as the example here

How it works (Step by Step)

  1. Schedule Trigger – Runs on an interval (currently every 12 hours).

  2. Scrape X/Twitter – Apify tweet-scraper fetches up to 50 latest posts for keywords like: n8n developer, looking for n8n, n8n expert, hire AI automation, looking for AI automation.

  3. Normalize Fields – Set node maps to: url, text, author.userName, author.url, author.location.

  4. AI Filter & Dedupe Check

  1. Gate – IF node passes only non-empty AI outputs.

  2. Parse JSON Safely – Code node extracts/validates JSON from the AI output.

  3. Save to Google Sheets – Appends/updates a row (matching on url).

  4. Telegram Alert – Sends a message with the tweet URL, author, location, and text.

Who it’s for

Freelancers, agencies, and job seekers who want a steady radar of real hiring posts for their target roles.

Customization Ideas

Swap keywords to track other roles (video editors, designers, copywriters, etc.).

Add Slack/Discord notifications.

Extend the AI rules (e.g., different geographies or role scopes).

Treat the sheet as a mini-CRM (status, outreach date, notes).

πŸ”— Nodes Used

Google Sheets, HTTP Request, Telegram, Schedule Trigger, AI Agent, OpenAI Chat Model

πŸ“₯ Import

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

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