apify-job-search-apilisted
Install: claude install-skill johnisanerd/claude-skill-job-search-api
# Job Search API: A Live Job Feed From Google Jobs
Use Google Jobs as a job search API. One call takes a role and location and returns fresh, structured listings with direct apply links, ready to serve to an app, an AI agent, a job board, or an alerts pipeline.
## When to use this skill
- The user wants a job search API or a job postings feed for an application, bot, or AI agent.
- They want to refresh a job board, careers digest, or alerts pipeline on a schedule.
- They want fresh openings for a role filtered to a location, language, or radius.
- They ask "which job search sites have an API" or "how do I search job listings by API".
Not for: one-off bulk exports of a single search (use the scrape-google-jobs skill), salary analytics (no numeric salary field), or LinkedIn-only listings (use the LinkedIn Jobs API).
## What the feed returns (one row per listing)
`title`, `company_name`, `location`, `via` (source platform), `description`, `job_highlights`, `extensions`, `detected_extensions` (`posted_at`, `schedule_type`, plus benefit flags such as `health_insurance` only when a listing advertises them), `apply_options` (per-platform direct apply links), `job_id`, `share_link`. `job_id` is the dedupe key; `posted_at` ("3 days ago") is the freshness signal.
## Prerequisites
- Apify account (sign up at https://apify.com?fpr=9n7kx3&fp_sid=skillrepo).
- Authentication via `apify login`, or an `APIFY_TOKEN` environment variable (Apify Console, Settings, Integrations).
## The