Block 1 - Loop Over Items
- Type / Role
- n8n-nodes-base.splitInBatches - splitInBatches
- Config choices
- Version 3
This n8n workflow automatically searches LinkedIn jobs using Apify, compares each job with your resume using AI, calculates a match score, generates a personalized cover letter, and stores everythi...
n8n-nodes-base.splitinbatches, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.extractfromfile, n8n-nodes-base.googlesheets, n8n-nodes-base.telegram, n8n-nodes-base.scheduletrigger, @apify/n8n-nodes-apify.apify
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jitesh Dugar.
Original n8n.io sourceThis n8n workflow automatically searches LinkedIn jobs using Apify, compares each job with your resume using AI, calculates a match score, generates a personalized cover letter, and stores everything inside Google Sheets.
High-scoring jobs are instantly sent to Telegram so you can apply faster to the most relevant opportunities.
Schedule TriggerThis node automatically starts the workflow every day at a specific time.
Download fileThis node downloads the resume PDF from Google Drive.
Your resume becomes dynamic input for the AI matching system.
Extract from FileThis node extracts readable text from the PDF resume.
Get row(s) in sheetThis node reads job search preferences from Google Sheets.
| Keyword | Location | Easy Apply |
|---|---|---|
| Software Developer | Bangalore | true |
Run an Actor and get datasetThis node uses Apify to scrape LinkedIn job listings.
Loop Over ItemsThis node processes each scraped job individually.
Job MatcherThis is the core AI engine of the workflow.
{
"score": 80,
"coverLetter": "Generated personalized cover letter"
}
Edit FieldsThis node formats the AI response into reusable structured data.
Append or update row in sheetThis node stores processed jobs inside Google Sheets.
Score FilterThis node filters only high-quality job matches.
Continue only if:
Score ≥ 50
Send a text messageThis node sends instant Telegram notifications for top job matches.
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 | Match LinkedIn jobs and generate cover letters with OpenAI, Apify and Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 24 |
| Categories | HR, AI Summarization |
| Author | Jitesh Dugar |
| Published | 11 May 2026 |
Use the JSON export at /data/workflows/15623/15623.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.
This n8n workflow automatically searches LinkedIn jobs using Apify, compares each job with your resume using AI, calculates a match score, generates a personalized cover letter, and stores everythi...
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 HR, AI Summarization use case.