Job listings and details from Indeed and Glassdoor. Use this skill when the user wants to search jobs by keyword and location, get details on a single job posting, build a hiring map for a role, or research roles at a company. Triggers on "find jobs", "Indeed search", "Glassdoor jobs", "<role> jobs in <city>", "open positions for", "job listings", "hiring for", "job posting at <url>", or any salary / company hiring research. Returns structured JSON — title, company, location, salary, posted date, URL — without HTML scraping.
Installation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Job listings and details from Indeed and Glassdoor. Use this skill when the user wants to search jobs by keyword and location, get details on a single job posting, build a hiring map for a role, or research roles at a company. Triggers on "find jobs", "Indeed search", "Glassdoor jobs", "<role> jobs in <city>", "open positions for", "job listings", "hiring for", "job posting at <url>", or any salary / company hiring research. Returns structured JSON — title, company, location, salary, posted date, URL — without HTML scraping.
allowed-tools
["Bash(hasdata *)"]
hasdata jobs APIs
Job search + single-listing details from Indeed and Glassdoor.
When to use
User wants jobs by keyword + location
User wants details on a single job posting URL
User wants to research what's hiring in a market for a given role
User wants to fan out from search → fetch each listing's full description
APIs in this group
Command
Purpose
Cost
indeed-listing
Indeed search by keyword + location
5
indeed-job
Single Indeed job by URL
5
glassdoor-listing
Glassdoor search by keyword + location
5
glassdoor-job
Single Glassdoor job by URL
5
Quick start
Indeed
# Search
hasdata indeed-listing --keyword "software engineer" --location "Remote" --pretty -o .hasdata/indeed-swe.json
# Sorted by relevance, paginated
hasdata indeed-listing --keyword "data scientist" --location "New York, NY" --sort relevance --start 10 --pretty -o .hasdata/indeed-ds-p2.json
# Different country
hasdata indeed-listing --keyword "product manager" --location "London" --domain uk.indeed.com --pretty -o .hasdata/indeed-pm-uk.json
# Single job details
hasdata indeed-job --url "https://www.indeed.com/viewjob?jk=3c916f0d7f870c71" --pretty -o .hasdata/indeed-job.json