
▲ 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:
- Form node → user selects LinkedIn filters
- Edit Fields node → dynamically builds the LinkedIn search URL
- HTTP Request → pulls the LinkedIn jobs page HTML
- 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.
u/Cautious_Thing2118 — 4 days ago