apify-isolved-jobs-apilisted
Install: claude install-skill johnisanerd/claude-skill-isolved-jobs-api
# isolved Jobs, as Rows You Can Query
Tenant slugs or job URLs in, live isolved jobs out as structured rows, each carrying the posting's own last-modified stamp so a scheduled run can return only what changed.
## When to use this skill
- Someone wants isolved jobs and does not want to read isolvedhire.com career sites by hand.
- You are filling a job board, a market-intel dashboard, or a sourcing tool with roles from isolved-hosted and ApplicantPro career pages.
- You need a real change feed: isolved publishes a per-job last-modified stamp, so a daily run can return only new or edited postings with no state to keep.
- You went looking for an isolved jobs API and found the vendor's product only, not a way to read the public postings as data.
Not for: finding which employers run isolved in the first place. Use the companion `apify-companies-using-isolved` skill, built on the same Actor but shaped for tenant discovery. See `references/actor-index.md`.
## What you get
One dataset row per job. `resultType` separates `job` rows from `error` rows.
Core fields:
- `id`, `url` (canonical, safe as a dedupe key), `applyUrl`, `title`
- `organization`, `organizationUrl`, `tenant`, `tenantUrl`
- `employmentType`, `locationsDerived`, `isRemote`
- `datePosted`, `dateUpdated` (the sitemap last-modified stamp; date-granular)
- `salaryRaw` (the employer's published pay, verbatim; usually null on isolved)
- `descriptionMarkdown` (default add-on), `descriptionHtml`, `descriptionText` (opt-