Scrape Indeed Job Listings for Hiring Signals Using Bright Data and LLMs

Go to Workflow
2,235 views
Built by Yaron Been Yaron Been
Created on June 05, 2026

Description

Scrape Indeed Job Listings for Hiring Signals Using Bright Data and LLMs

How the flow runs
Fill the form with job position you're hunting for.
Bright data's scraper will scrape Indeed based on your requirments.
Workflow waits for the snapshot.
Data returns as JSON.
Jobs append to Google Sheets.
Each row goes to an LLM to analyze if you're a good fit for the job (based on your prompts).
The LLMswrites YES or NO next to each job opportunity, helping you find job posts that are relevant to you.

What you need
Google Sheets with our template.
Bright Data dataset and API key.
OpenAI key for GPT‑4o mini (or any other LLM).
n8n with required nodes.

Form fields To Fill
Job Location** – city or region.
Keyword** – role or skills.
Country** – two‑letter code.

Setup steps
Copy the sheet template link.
Import the JSON workflow.
Add your credentials in nodes.
Test the form manually.
Add a schedule if desired.

Bright Data filter example
[
{
"country": "US",
"domain": "indeed.com",
"keyword_search": "Growth Marketer",
"location": "Miami",
"date_posted": "Last 24 hours"
}
]

Tips
-Choose Last 24 hours often.

-Increase wait time for big snapshots.

-Narrow keywords to save credits.


**Need help?
**Email me anytime:
[email protected]
YouTube: @YaronBeen
LinkedIn: https://www.linkedin.com/in/yaronbeen/

Bright Data Docs: https://docs.brightdata.com/introduction

Nodes Used (4)

Basic LLM Chain
@n8n/n8n-nodes-langchain.chainLlm
Google Sheets
n8n-nodes-base.googleSheets
HTTP Request
n8n-nodes-base.httpRequest
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi