Skip to main content

Screen LinkedIn jobs and generate tailored resume and cover PDFs with Anthropic and DocRaptor

Workflow preview

Workflow preview
100%
Screen LinkedIn jobs and generate tailored resume and cover PDFs with Anthropic and DocRaptor preview
Open on n8n.io

1. Workflow Overview

Quick Overview This workflow collects your job preferences and resume via an n8n form, scrapes fresh LinkedIn job listings with Apify, screens and ranks matches using Anthropic Claude, generates ta...

Best for

  • Personal Productivity automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.formtrigger, n8n-nodes-base.code, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatanthropic, n8n-nodes-base.gmail, n8n-nodes-base.googlesheets

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by shafeel.

Original n8n.io source

1.1 Workflow description

Title
Screen LinkedIn jobs and generate tailored resume and cover PDFs with Anthropic and DocRaptor
Workflow name
Screen LinkedIn jobs and generate tailored resume and cover PDFs with Anthropic and DocRaptor

Quick Overview

This workflow collects your job preferences and resume via an n8n form, scrapes fresh LinkedIn job listings with Apify, screens and ranks matches using Anthropic Claude, generates tailored resume and cover letter PDFs via DocRaptor, then emails them to you and logs each match in Google Sheets.

How it works

  1. Receives a form submission with your email, target role, seniority, locations, skills, deal-breakers, and resume text.
  2. Calls the Apify LinkedIn Job Scraper API to fetch up to 150 jobs posted in the last 7 days for the provided keywords and location.
  3. Removes duplicates and filters out obvious mismatches based on seniority, required years of experience patterns, and location rules.
  4. Uses Anthropic Claude (Haiku) to score each remaining job for relevance and eligibility and returns a JSON verdict and fit score.
  5. Ranks the results, drops rejected roles, and keeps the top five best-scoring matches.
  6. Uses Anthropic Claude (Sonnet) to generate a structured resume JSON and cover letter JSON tailored to each shortlisted job using only facts from your provided profile.
  7. Renders the resume and cover letter to HTML, converts them to PDF files with DocRaptor, emails the PDFs to you via Gmail, and appends a tracker row to Google Sheets.

Setup

  1. Add credentials for Anthropic (Claude), Gmail, Google Sheets, and DocRaptor (HTTP Basic Auth with your API key as the username and a blank password).
  2. Replace YOUR_APIFY_TOKEN in the Apify HTTP request URL and ensure you have access to the Apify LinkedIn Jobs Scraper actor endpoint used in the workflow.
  3. Create a Google Sheet with a “Tracker” tab and set the document ID (YOUR_TRACKER_SHEET_ID) to match your sheet.
  4. If you want non-watermarked PDFs, set DocRaptor "test" to false in both PDF generation requests.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - overview

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - sec1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - sec2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - sec3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - sec4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Job preferences

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.2

Block 7 - Build Apify Input

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - Run Apify

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 9 - Pre-filter + Dedup

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 10 - Build Match Prompt

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 11 - AI Match (Agent)

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.9

Block 12 - Anthropic Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatAnthropic - lmChatAnthropic
Config choices
Version 1.5

Block 13 - Rank + Keep Top 5

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 14 - Build Prompts (user profile)

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 15 - Generate Resume JSON (Claude)

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.9

Block 16 - Anthropic Chat Model (Resume)

Type / Role
@n8n/n8n-nodes-langchain.lmChatAnthropic - lmChatAnthropic
Config choices
Version 1.5

Block 17 - Render Resume HTML

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 18 - Resume PDF (DocRaptor)

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 19 - Generate Cover JSON (Claude)

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.9

Block 20 - Anthropic Chat Model (Cover)

Type / Role
@n8n/n8n-nodes-langchain.lmChatAnthropic - lmChatAnthropic
Config choices
Version 1.5

Block 21 - Render Cover HTML

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 22 - Cover PDF (DocRaptor)

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 23 - Assemble Email

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 24 - Email Me (Gmail)

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Showing the first 24 of 25 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Screen LinkedIn jobs and generate tailored resume and cover PDFs with Anthropic and DocRaptor
Complexity advanced
Nodes 25
Categories Personal Productivity, Multimodal AI
Author shafeel
Published 15 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16375/16375.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Screen LinkedIn jobs and generate tailored resume and cover PDFs with Anthropic and DocRaptor do?

Quick Overview This workflow collects your job preferences and resume via an n8n form, scrapes fresh LinkedIn job listings with Apify, screens and ranks matches using Anthropic Claude, generates ta...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 Personal Productivity, Multimodal AI use case.