← ClaudeAtlas

apify-companies-using-isolvedlisted

Find companies that use isolved, and check whether a specific employer has an isolved job board, with the isolved Jobs API Actor (johnvc/isolved-jobs-api). Discovery mode returns one row per employer hiring through isolved: tenant slug, careers URL, and a live open-jobs count, drawn from a directory rebuilt from isolved's own public sitemap index of every tenant and re-probed at run time so dead tenants are skipped and never billed. Feed it your own prospect list instead and tenant slugs or URLs are verified live, and a miss returns a clear not-found row. Use when someone asks for companies that use isolved, a list of employers using isolvedhire, isolved customers, who hires through isolved, to check if a company uses isolved or ApplicantPro, or to build ATS-based sales intelligence and recruiting target lists. isolved skews to United States small and mid-market employers, so the directory doubles as an SMB lead list. Billed per verified tenant row, no start fee, MCP-ready for AI agents.
johnisanerd/claude-skill-companies-using-isolved · ★ 0 · AI & Automation · score 78
Install: claude install-skill johnisanerd/claude-skill-companies-using-isolved
# Companies That Use isolved, as a Live Directory A query or a prospect list in, live-verified employers on isolved out, each with its careers URL and a current open-jobs count. ## When to use this skill - Someone asks which companies use isolved, for a lead list, market map, or recruiting target list. - You have a prospect list and need to know who hires through isolved before pointing a jobs pipeline at them. - You want hiring as a buying signal: isolved skews to US small and mid-market employers, and open-roles counts show where headcount is going. - You need to verify one employer: does it have an isolved career site at all, and what is the URL? Not for: pulling the job postings themselves. Use the companion `apify-isolved-jobs-api` skill, built on the same Actor but shaped for job rows. See `references/actor-index.md`. ## What you get One dataset row per tenant. `resultType` separates `tenant` rows from `error` rows. - `organization`: the employer name, from the posting or derived from the tenant. - `tenant`: the tenant slug, the subdomain before `.isolvedhire.com`. - `tenantUrl`: the public careers site. - `jobCount`: the current live open-jobs count from the tenant's sitemap. - `live`: whether the tenant was verified against its live sitemap this run. - `region`, `verifiedAt`, `scrapedAt`. ## Prerequisites - Apify account (sign up at https://apify.com?fpr=9n7kx3&fp_sid=skillrepo). - Authentication via `apify login`, or an `APIFY_TOKEN` environment variable (Ap