u/Cautious_Thing2118

N8n Linkedin job scraper workflow help
▲ 5 r/n8n

N8n Linkedin job scraper workflow help

I’ve been working on an n8n workflow that scrapes LinkedIn jobs based on custom filters from a form input, and I’m trying to keep the entire setup completely free (no paid APIs/services).

Current workflow:

  1. Form node → user selects LinkedIn filters
  2. Edit Fields node → dynamically builds the LinkedIn search URL
  3. HTTP Request → pulls the LinkedIn jobs page HTML
  4. Code node → converts the HTML into usable JSON for my spreadsheet/database

The workflow works, but I’m only getting around 5 jobs even when the search clearly has 50+ results.

I’m guessing the problem is pagination or LinkedIn dynamically loading additional jobs after the first page.

What would be the best free way to improve this in n8n?

Trying to avoid paid scraping tools if possible. Would appreciate any advice from people who’ve built something similar.

https://preview.redd.it/4sghb3sxzf0h1.png?width=1171&format=png&auto=webp&s=0a696f634a5552d22b9c7c1ecd3e3b22307f005b

reddit.com
u/Cautious_Thing2118 — 4 days ago