Automated Job Extraction & Publishing with RAG, Jina AI and OpenAI to WordPress

Go to Workflow
223 views
Built by Khairul Muhtadin Khairul Muhtadin
Created on June 05, 2026

Description

Auto repost job with RAG is a workflow designed to automatically extract, process, and publish job listings from monitored sources using Google Drive, OpenAI, Supabase, and WordPress. This integration streamlines job reposting by intelligently extracting relevant job data, mapping categories and types accurately, managing media assets, and publishing posts seamlessly.

๐Ÿ’ก Why Use Auto repost job with RAG?

Automated Publishing: Slash manual entry time by automating job post extraction and publication, freeing hours every week.

Error-Resistant Workflow: Avoid incomplete job posts with smart validation checks to ensure all necessary fields are ready before publishing.

Consistent Content Quality: Maintain formatting, SEO, and style consistency backed by AI-driven article regeneration adhering strictly to your guidelines.

Competitive Edge: Get fresh jobs live faster than your competitors without lifting more than a fingerโ€”because robots don't take coffee breaks!

โšก Perfect For

Recruiters & HR Teams: Accelerate your job posting funnel with error-free automation.

Content Managers: Keep your job boards fresh with AI-enriched standardized listings.

Digital Marketers: Automate content flows to boost SEO and engagement without the headache.

๐Ÿ”ง How It Works

โฑ Trigger: Job link inputs via Telegram.

๐Ÿ“Ž Process: Auto-download of job documents, data extraction using Jina AI and OpenAI's GPT-4 model to parse content and metadata.

๐Ÿค– Smart Logic: AI agent regenerates articles based on strict RAG dataset rules; category & job type IDs mapped to match WordPress taxonomy; fallback attempts with default images for missing logos.

๐Ÿ’Œ Output: Job posts formatted and published to WordPress; success or failure updates sent back via Telegram notifications.

๐Ÿ—‚ Storage: Uses Supabase vector store for document embedding and retrieval related to formatting rules and job data.

๐Ÿ” Quick Setup

Import the provided JSON workflow into your n8n instances
Add credentials: Google Drive OAuth, OpenAI API, Supabase API, Telegram API, WordPress API
Customize: Set your Google Drive folder ID, WordPress endpoints, and Telegram chat IDs
Update: Confirm default logo URLs and fallback settings as needed
Test: Submit a new job link via Telegram or add a file to the watched Drive folder

๐Ÿงฉ You'll Need

Active n8n instances
Google Drive Account with OAuth2 credentials
OpenAI API access for GPT-4 processing
Supabase account configured for vector storage
WordPress API credentials for job listing publishing
Telegram Bot for notifications and job link inputs

๐Ÿ› ๏ธ Level Up Ideas

Integrate Slack, Gmail or Teams notifications for teams visibility
Add a sentiment analysis step to prioritize certain jobs
Automate social media posting of new job listings for wider reach

Made by: Khmuhtadin
Tags: automation, job-posting, AI, OpenAI, Google Drive, WordPress
Category: content automation
Need custom work? Contact me

Nodes Used (13)

AI Agent
@n8n/n8n-nodes-langchain.agent
Code
n8n-nodes-base.code
Default Data Loader
@n8n/n8n-nodes-langchain.documentDefaultDataLoader
Embeddings OpenAI
@n8n/n8n-nodes-langchain.embeddingsOpenAi
Google Drive
n8n-nodes-base.googleDrive
HTTP Request
n8n-nodes-base.httpRequest
Jina AI
n8n-nodes-base.jinaAi
OpenAI
@n8n/n8n-nodes-langchain.openAi
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi
Postgres Chat Memory
@n8n/n8n-nodes-langchain.memoryPostgresChat
Recursive Character Text Splitter
@n8n/n8n-nodes-langchain.textSplitterRecursiveCharacterTextSplitter
Supabase Vector Store
@n8n/n8n-nodes-langchain.vectorStoreSupabase
Telegram
n8n-nodes-base.telegram