Skip to main content

Daily LinkedIn job alerts with Apify scraper, Google Sheets & Gmail

Workflow preview

Workflow preview
100%
Daily LinkedIn job alerts with Apify scraper, Google Sheets & Gmail preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Every day, this workflow scrapes LinkedIn jobs based on your keywords, saves them in a Google Sheet, and sends them by email. How it works The workflow runs every day at noon. The Apify node sends ...

Best for

  • Lead Generation automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.gmail, @apify/n8n-nodes-apify.apify, n8n-nodes-base.code, n8n-nodes-base.aggregate, n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, 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 Robin Geuens.

Original n8n.io source

1.1 Workflow description

Title
Daily LinkedIn job alerts with Apify scraper, Google Sheets & Gmail
Workflow name
Daily LinkedIn job alerts with Apify scraper, Google Sheets & Gmail

Overview

Every day, this workflow scrapes LinkedIn jobs based on your keywords, saves them in a Google Sheet, and sends them by email.

How it works

  • The workflow runs every day at noon.
  • The Apify node sends a request to a LinkedIn scraper actor on Apify, which scrapes and returns the data.
  • The code node formats the data we want and builds the HTML needed to make the emails look good. We use inline if statements for cases where the salary isn't listed or the job doesn’t say if it’s on-site, remote, or hybrid.
  • At the same time, we add the LinkedIn jobs we scraped to a Google Sheet so we can check them later.
  • We combine everything into one list.
  • The Gmail node uses the map() function to list all the items we scraped and formatted. It customizes the subject line and heading of the email to include the current date.

Setup steps

  1. Create a new Google Sheet and add the headers you want. Adjust the Google Sheets node to use your newly created Sheet.
  2. Customize the JSON in the Get LinkedIn jobs node. Note that this workflow currently uses the LinkedIn Jobs Scraper - No Cookies actor on Apify.
    • Leave date_posted as is.
    • Adjust keywords to change the job you want to scrape. You can use Boolean operators like AND or NOT in your search.
    • Adjust limit to the number of jobs you want to scrape.
    • Adjust location to match your location.
    • Leave sort as is to get the most recent jobs first.
  3. (Optional) Edit the HTML in the code node to change how the listings will look in the email.
  4. Add your email to the Gmail node.

Requirements

  • Apify account
  • Apify community node installed. If you don’t want to install the community node, you can use a regular HTTP node and call the HTTP directly. Check their API docs to see what endpoint to call.
  • Google Sheets API enabled in Google Cloud Console and credentials added to n8n
  • Gmail API enabled in Google Cloud Console credentials added to n8n

Possible customizations

  • Add full job descriptions to the Google Sheet and email
  • Continue the flow to create a tailored CV for each job
  • Use AI to read the job descriptions and pull out the key skills the job posting is asking for

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 - Send a message

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

Block 2 - Get LinkedIn jobs

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

Block 3 - Set job data & HTML

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

Block 4 - Combine items into one list

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

Block 5 - Sticky Note

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

Block 6 - Sticky Note1

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

Block 7 - Sticky Note2

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

Block 8 - Sticky Note3

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

Block 9 - Sticky Note4

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

Block 10 - Sticky Note5

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

Block 11 - Every day at noon...

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

Block 12 - Add jobs to Google Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

3. Summary Table

Workflow Daily LinkedIn job alerts with Apify scraper, Google Sheets & Gmail
Complexity intermediate
Nodes 12
Categories Lead Generation
Author Robin Geuens
Published 03 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9240/9240.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 Daily LinkedIn job alerts with Apify scraper, Google Sheets & Gmail do?

Every day, this workflow scrapes LinkedIn jobs based on your keywords, saves them in a Google Sheet, and sends them by email. How it works The workflow runs every day at noon. The Apify node sends ...

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 Lead Generation use case.