← ClaudeAtlas

apify-job-search-apilisted

Turn Google Jobs into a job search API for your app, AI agent, or alerts pipeline with the Apify Google Jobs Scraper Actor (johnvc/Google-Jobs-Scraper). Query by role and location with country, language, and radius filters, and get fresh structured listings back, including title, company_name, source platform, posted_at, schedule_type, and direct apply_options links, ready to dedupe by job_id and serve as a feed. Use when the user wants a job search api, a job postings API or job listings feed for an application or AI agent, wants to refresh a job board or job alerts programmatically, or asks which job search sites have an API. Pay-per-page billing, MCP-ready for Claude and other AI agents.
johnisanerd/claude-skill-job-search-api · ★ 0 · API & Backend · score 66
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