Skip to main content

Automated LinkedIn job hunter: get your best daily job matches by email

Workflow preview

Workflow preview
100%
Automated LinkedIn job hunter: get your best daily job matches by email preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This n8n template automates the tedious process of searching for jobs on LinkedIn. By integrating with tools for web scraping and leveraging AI (Google Gemini) for intelligent matching, this workfl...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.outputparserautofixing, n8n-nodes-base.googledrive, n8n-nodes-base.extractfromfile, n8n-nodes-base.httprequest

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automated LinkedIn job hunter: get your best daily job matches by email
Workflow name
Automated LinkedIn job hunter: get your best daily job matches by email

Overview

This n8n template automates the tedious process of searching for jobs on LinkedIn. By integrating with tools for web scraping and leveraging AI (Google Gemini) for intelligent matching, this workflow delivers a curated list of the top 5 most relevant job opportunities published within past 24h directly to your inbox daily, based on your unique resume and preferences.The cost is only 0.1 USD per day and there is no subscription needed.

Who is this for?

This template is ideal for:

  • Active job seekers wanting to save time and effort.
  • Professionals looking to discreetly monitor relevant new opportunities.
  • Individuals seeking a highly personalized job feed tailored to their resume and preferences.
  • Anyone overwhelmed by manual job searching on LinkedIn.

What is Included:

  • n8n Workflow Template: The complete workflow file (.json) ready to import into your n8n instance.
  • Video Guidance: A step-by-step video walkthrough showing you exactly how to set up and configure the workflow.

What problem is this workflow solving?

Finding the right job on LinkedIn can be overwhelming and time-consuming. Sifting through hundreds of listings, tailoring searches, and checking daily takes significant effort. This workflow solves the problem of manual, repetitive job searching by automating the discovery and filtering process, ensuring you see the most relevant opportunities without the daily grind and reducing the risk of missing out on your ideal role.

What this workflow does:

This workflow automates the following steps:

  1. Scheduled Job Fetching: Runs automatically (default: daily at 8 AM) to find the latest jobs.
  2. Resume Processing: Downloads your resume (PDF) from Google Drive and extracts the text content.
  3. Targeted LinkedIn Scraping: Uses Apify to scrape recent job listings from LinkedIn based on your custom search URL.
  4. AI-Powered Matching: Employs an AI agent (Google Gemini) to analyze scraped jobs against your resume text and specified preferences.
  5. Top 5 Ranking & Selection: Identifies and ranks the opportunities, selecting the 5 best matches for you.
  6. Personalized Email Reporting: Generates and sends a detailed HTML email containing the top 5 jobs, including company name, job title, industry, a personalized reason for the match, and a direct application link.

Setup:

Follow these steps to configure the workflow:

  1. Core Connections:
    • Connect your Google Drive and Gmail accounts to n8n via the Credentials section.
    • Ensure your n8n environment has access/credentials configured for the AI model used by the AI Agent node (e.g., Google Gemini).
  2. Apify Integration:
    • Sign up for an Apify account (apify.com) and obtain your API key.
    • Action: In the Input node, paste your Apify API Key into the Value field for the ApifyAPIKey assignment.
  3. Resume Setup:
    • Upload your current resume in PDF format to your Google Drive.
    • Action: Find the File ID of the uploaded resume in Google Drive (part of the shareable link). Paste this File ID into the File ID parameter within the DownloadResume (Google Drive) node.
  4. LinkedIn Search Definition:
    • Go to LinkedIn Jobs (www.linkedin.com/jobs/search/) using an incognito/private browser window to ensure you get a public URL.
    • Apply all your desired filters (keywords, location, date posted, job type, industry, etc.).
    • Copy the complete URL from your browser's address bar.
    • Action: In the ScrapeLinkedin (HTTP Request) node, navigate to the Body > JSON parameter. Replace the example URL within the urls array [ "YOUR_LINKEDIN_SEARCH_URL_HERE" ] with the URL you just copied. Make sure the URL is enclosed in double quotes.
  5. Personalization Inputs:
    • Action: Go to the Input node:
      • In the Preference assignment, replace the example text in the Value field with your detailed job preferences (e.g., "Seeking remote Data Scientist roles in SaaS companies with less than 1000 employees, strong preference for Python/ML focus").
      • In the EmailAddressToReceiveJobRecommendations assignment, enter the email address where you want to receive the daily job list in the Value field.
  6. Email Sender Configuration:
    • Action: In the Email the top job recommendations (Gmail) node, ensure the correct Gmail credential (the account you want to send emails from) is selected.

How to customize this workflow:

  • Run Schedule: Modify the settings in the Schedule Trigger node to change the time or frequency (e.g., twice daily, weekly).
  • Job Search Criteria: Update the LinkedIn search URL in the ScrapeLinkedin node whenever you want to target different roles, industries, or locations.
  • Matching Preferences: Refine the text in the Preference field within the Input node to guide the AI's matching process more accurately.
  • AI Behavior: Advanced users can adjust the system prompt within the AI Agent: Find Best-matched jobs node to change how the AI analyzes or presents information (ensure the output structure still matches the Structured Output Parser and email node expectations).
  • Number of Jobs Scraped: Change the count value (e.g., from 100) in the JSON Body of the ScrapeLinkedin node. Note that higher numbers may increase Apify costs/usage.
  • Number of Jobs Emailed: To change the number of recommendations (e.g., top 3 or top 10), you'll need to:
    • Modify the AI prompt in the AI Agent: Find Best-matched jobs node to request the desired number.
    • Adjust the Structured Output Parser node's example/schema if needed.
    • Update the HTML code in the Email the top job recommendations node to correctly loop through and display the new number of jobs.
  • Email Appearance: Edit the HTML within the Message field of the Email the top job recommendations node to customize the email's style, colours, or layout.

Category:

Job Search, Automation, AI, Productivity, Career Management

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 - Sticky Note

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

Block 2 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 3 - SetResumeField

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 4 - Input

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 5 - Structured Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.2

Block 6 - Auto-fixing Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserAutofixing - outputParserAutofixing
Config choices
Version 1

Block 7 - DownloadResume

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 8 - Extract Information from Resume PDF

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

Block 9 - ScrapeLinkedin

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

Block 10 - AI Agent: Find Best-matched jobs

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

Block 11 - Email the top job recommendations

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

Block 12 - Combine all job information into a single text string

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 13 - Aggregate all returned items

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

Block 14 - Sticky Note1

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

Block 15 - Sticky Note2

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

Block 16 - Sticky Note3

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

Block 17 - Sticky Note4

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

Block 18 - Sticky Note5

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

Block 19 - Sticky Note6

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

Block 20 - Sticky Note7

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

Block 21 - Sticky Note8

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

Block 22 - Sticky Note9

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

Block 23 - Sticky Note10

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

Block 24 - Sticky Note11

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

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

3. Summary Table

Workflow Automated LinkedIn job hunter: get your best daily job matches by email
Complexity advanced
Nodes 26
Categories Personal Productivity, AI Summarization
Author Tianyi
Published 13 Apr 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3543/3543.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 Automated LinkedIn job hunter: get your best daily job matches by email do?

This n8n template automates the tedious process of searching for jobs on LinkedIn. By integrating with tools for web scraping and leveraging AI (Google Gemini) for intelligent matching, this workfl...

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, AI Summarization use case.