Agent skill · Data & Analytics

indeed-job-search

Scrape job listings from Indeed.com by keyword, location, and country. Returns job title, company, salary, rating, description, benefits, and apply links. Use when user mentions Indeed, Indeed scraper, Indeed jobs, scrape Indeed, job search Indeed, Indeed job listings, extract Indeed data, Indeed job data, get jobs from Indeed, Indeed employment data, job market research Indeed, Indeed salary data, bulk job extraction Indeed, Indeed job scraper, monitor Indeed listings, Indeed hiring data, job postings Indeed, Indeed career search. Also applies to: job market analysis, salary benchmarking from

browser-actgithub.com/browser-actGitHub ↗
claude-codecodexcursorships scriptsMIT
Install
npx skills add browser-act/skills --skill indeed-job-search --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 11 KB
Bundled scripts: yes
Path: solutions/lead-generation/indeed-job-search/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 5,160
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Indeed — Job Search > keyword + location + country → structured job listing data (title, company, salary, description, benefits, apply link) ## Language All process output to user (progress updates, process notifications) follows the user's language. ## Objective Extract structured job listing data from Indeed search results including full job descriptions, salary information, company details, and application links. ## Prerequisites - Target page is already open in the browser: `https://www.indeed.com/jobs?q={keyword}&l={location}` - For pagination beyond page 1: user must be logged into Indeed (login/sign-in button is NOT visible, user avatar or account menu IS visible) ## Pre-execution Checks ### 1. Tool Readiness If browser-act has been confirmed available in the current session → skip this step. Invoke `browser-act` via Skill tool to load usage. If installation or configuration issues arise, follow its guidance to resolve then retry. ### 2. Login Verification (for pagination beyond page 1) If login status for Indeed has been confirmed in the current session → skip this step. Otherwise: open Indeed and observe the page login status: - Sign out entry, user avatar, or account me

What's inside
Steps it walks through
  1. Language
  2. Objective
  3. Prerequisites
  4. Pre-execution Checks
  5. 1. Tool Readiness
  6. 2. Login Verification (for pagination beyond page 1)
  7. Capability Components
  8. API: Extract job list from search results page
  9. API: Fetch full job detail by job key
  10. Composite: Full job search with descriptions
  11. Enum Parameters
  12. Pagination
  13. Success Criteria
  14. Known Limitations
Ships with 2 files
  • scripts/fetch-job-detail.py
  • scripts/search-jobs.py
More from skills
All skills →
About this skill
What does the indeed-job-search skill do?

Scrape job listings from Indeed.com by keyword, location, and country. Returns job title, company, salary, rating, description, benefits, and apply links. Use when user mentions Indeed, Indeed scraper, Indeed jobs, scrape Indeed, job search Indeed, Indeed job listings, extract Indeed data, Indeed job data, get jobs from Indeed, Indeed employment data, job market research Indeed, Indeed salary data, bulk job extraction Indeed, Indeed job scraper, monitor Indeed listings, Indeed hiring data, job postings Indeed, Indeed career search. Also applies to: job market analysis, salary benchmarking from

How do I install it?

Run `npx skills add browser-act/skills --skill indeed-job-search --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From browser-act/skills, a repository with 5,160 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going