indeed-job-search

Extract structured job listing data from Indeed search results into JSON.

5.3k|252|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/browser-act/skills --skill indeed-job-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: indeed-job-search
Source: https://github.com/browser-act/skills/tree/main/solutions/lead-generation/indeed-job-search
Command: npx skills add https://github.com/browser-act/skills --skill indeed-job-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Extracted Indeed job listings into structured data to enable easy analysis, aggregation, and reporting, reducing manual scraping time.

Core Features & Use Cases

  • Structured extraction: capture title, company, location, salary, rating, description, benefits, and apply link from search results.
  • Detail enrichment: fetch full job descriptions to accompany base results.
  • Use Case: build a searchable job database, perform salary benchmarking, or monitor hiring trends across locations.

Quick Start

Navigate to an Indeed search results page and run the provided scripts to return structured job listings with full descriptions.

Frequently Asked Questions about indeed-job-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract structured job data from Indeed search results?

To extract structured job data from Indeed search results, navigate to a search results page and run the provided browser automation scripts to compile listings into a structured JSON array. This captures the title, company, location, salary, rating, and apply link for each job.

How does browser automation handle Indeed job detail enrichment?

Browser automation handles Indeed job detail enrichment by using scripts to safely interact within the browser context, fetching full job descriptions and benefits to accompany the base search results. This creates complete records for each listing without manual scraping.

Can I automate Indeed job search pagination for structured data extraction?

Yes, you can automate Indeed job search pagination for structured data extraction. The scripts operate on Indeed search results pages including optional pagination to compile complete records and output a structured JSON array suitable for downstream analysis.

What is the best way to scrape Indeed salary and rating data?

The best way to scrape Indeed salary and rating data is to use structured extraction scripts that read pre-loaded search result pages. This method captures salary, rating, company, and apply links, reducing manual scraping time for analysis.

Do I need external dependencies to extract Indeed job listings into JSON?

You do not need external dependencies to extract Indeed job listings into JSON. The extraction requires no dependencies and uses provided scripts to read the pre-loaded page within the browser context to output structured data.