apify-remote-startup-jobslisted
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`