← ClaudeAtlas

apify-remote-startup-jobslisted

Pull live remote startup jobs as structured rows with the Apify Wellfound Jobs API Actor (johnvc/wellfound-jobs-api). Wellfound, formerly AngelList, is where early-stage companies post, and this returns their listings as JSON: title, apply URL, the full description in markdown, the raw compensation string plus parsed salaryMin, salaryMax, equityMin and equityMax, remote arrangement, accepted applicant locations, job type, years of experience, posted date, and a company object carrying size, funding stage, and the Y Combinator, top-investor and actively-hiring flags. Filter by role, city, remote only, minimum salary, and minimum equity, and cap the run with maxItems. Use when someone wants remote startup jobs, a startup job feed for a board or aggregator, jobs api data for an app or an agent, or Wellfound listings when there is no official API to sign up for. Billed per job delivered with no start fee, and MCP-ready for Claude and other AI agents.
johnisanerd/claude-skill-remote-startup-jobs · ★ 0 · Data & Documents · score 76
Install: claude install-skill johnisanerd/claude-skill-remote-startup-jobs
# Remote Startup Jobs, as Rows You Can Query A role and a remote flag in, remote startup jobs out as structured rows, each with pay and equity already parsed into numbers. ## When to use this skill - Someone wants remote startup jobs and does not want to read a job board by hand. - You are filling a job board, a market-intel dashboard, or a sourcing tool with early-stage roles. - You need salary and equity as numbers, not as a string a human has to read. - You went looking for a Wellfound or AngelList API and found nothing you can sign up for. Not for: comparing pay across Y Combinator or top-investor portfolios. Use the companion `apify-yc-startup-jobs` skill, which is built on the same Actor but shaped for that question. See `references/actor-index.md`. ## What you get One dataset row per job. `result_type` separates `job` rows from `error` rows. Core fields: - `id`, `url` (canonical, safe as a dedupe key), `title`, `slug`, `primaryRoleTitle` - `description` (full markdown, unless you turn it off) - `compensationRaw`, and parsed `salaryMin`, `salaryMax`, `salaryCurrency`, `equityMin`, `equityMax` - `remote`, `remoteKind` (for example `REMOTE_ONLY`, `ONSITE_OR_REMOTE`), `wfhFlexible` - `locationNames`, `acceptedRemoteLocationNames` (where applicants may sit) - `jobType`, `yearsExperienceMin`, `yearsExperienceMax`, `postedAt`, `atsSource`, `autoPosted` - `company`: `name`, `slug`, `url`, `logoUrl`, `size`, `tagline`, plus the startup signals `ycFunded`, `topInvestors`