Wellfound startup jobs with salary and equity parsed, via an Apify Actor, hosted MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A startup jobs API for Wellfound (formerly AngelList Talent). Search by role, location, and remote status, and get one clean JSON row per job: the full description, parsed salary and equity ranges, and the hiring startup's signals including Y Combinator backing, top investors, and funding stage.
Actor: https://apify.com/johnvc/wellfound-jobs-api?fpr=9n7kx3
This jobs API turns Wellfound's public startup listings into structured data. You give it roles (Wellfound slugs like software-engineer, or plain words like "software" and "pm", which are mapped for you) and optionally locations such as san-francisco, new-york, or london. Each role and location pair becomes its own search, and the API walks the paginated results for you.
Every row comes back with title, url, the full markdown description, and compensation parsed into real numbers: salaryMin, salaryMax, salaryCurrency, equityMin, and equityMax. The attached company object carries name, size, tagline, stage, and the badges Wellfound publishes, so you can keep only remote startup jobs, only YC startup jobs, or only companies actively hiring.
A concrete use case: set remoteOnly with minSalary to build a weekly feed of remote startup jobs above a pay floor, then turn on fetchJobDetails to add benefits, industry, the company's own website, and geo coordinates for the shortlist you care about.
$135k - $175k * 0.05% - 0.25%. This API parses it into salaryMin, salaryMax, equityMin, and equityMax so you can sort and filter.ycOnly, topInvestorsOnly, activelyHiringOnly, and companyStage come straight from the badges Wellfound shows.software-engineer)startUrls| Parameter | Type | Description |
|---|---|---|
roles | array | Role categories to search. Wellfound slugs or plain words that get mapped ("software" to software-engineer). |
locations | array | Location slugs, for example san-francisco, new-york, london, india. |
remoteOnly | boolean | Only jobs flagged remote. |
keyword | string | Narrow results to jobs containing this phrase. Wellfound has no site-wide free-text search, so this filters the pages a run fetches. |
excludeKeyword | string | Drop jobs whose title or description contains this phrase. |
jobType | string | full-time, part-time, contract, internship. |
minSalary / maxSalary | integer | Salary floor and ceiling in USD per year. |
minEquity | integer | Minimum equity grant percent. |
ycOnly | boolean | Only Y Combinator-backed companies. |
topInvestorsOnly | boolean | Only companies flagged as top-investor backed. |
activelyHiringOnly | boolean | Only companies with the actively-hiring badge. |
companyStage | string | Funding stage, for example early_stage. |
includeDescription | boolean | Include the full markdown description. Default true. |
fetchJobDetails | boolean | Fetch each job's detail page for extra fields. Default false. |
maxItems | integer | Maximum jobs returned across all searches. |
maxPagesPerSearch | integer | Safety cap on pages per search thread. |
startUrls | array | Paste Wellfound search URLs to scrape directly. |
With fetchJobDetails enabled, rows also carry benefits, industry, companyWebsite, geo, detailSalary, and applicantLocationRequirements.
Save a task with your search, then attach a schedule to build a history of new postings. Useful cron strings: 0 7 * * * for daily at 7 AM, 0 6 * * 1 for Mondays.
How do I get startup jobs data as an API? Run this Actor from Python, the Apify API, or any MCP client. It returns JSON, CSV, or Excel.
How do I find remote startup jobs? Set remoteOnly to true. Rows carry remote, remoteKind, and acceptedRemoteLocationNames.
How do I find Y Combinator startup jobs? Set ycOnly to true, or filter on topInvestorsOnly and companyStage.
Can I get startup jobs for a specific city? Yes. Combine roles with locations such as san-francisco, new-york, or london.
Does it include salary and equity? Yes, both as raw text and parsed into numeric ranges.
Is Wellfound free for job seekers? Yes. This API reads the same public pages a visitor sees and returns them as structured data.
This API is available as an n8n community node, n8n-nodes-wellfound-jobs-api. In n8n: Settings, Community Nodes, Install, enter n8n-nodes-wellfound-jobs-api, accept the risk prompt and restart. The Wellfound Jobs node then appears in the node picker, and it works as an AI Agent tool.

Cowork is the desktop app's automation mode. To give it the Wellfound Jobs API as a tool, add the Apify MCP server as a connector.
claude_desktop_config.json directly).
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonDownload the desktop app and start a free trial: https://claude.ai/referral/uIlpa7nPLg More help: https://docs.apify.com/platform/integrations/claude-desktop

Claude Code is the command-line tool. Add the Actor's MCP server with one command:
To use a token instead of browser OAuth:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/wellfound-jobs)<a href="https://allmcps.com/mcp/wellfound-jobs"><img src="https://allmcps.com/api/badge/wellfound-jobs?style=directory" alt="Wellfound Jobs on AllMCPs" /></a>