App Logo
wellfound.com

Search Wellfound jobs

Search Wellfound (AngelList Talent) startup job listings by role keyword, with optional city location (omit for remote-only). Returns total, page, totalPages, and jobs (jobId, title, url, company, companyUrl, jobType, compensation, location, experience, postedAgo). Unrecognized roles or locations raise an error rather than returning unrelated results. The reported total can exceed the number of job rows actually returned on a page.

Input

query required

Free-text job role/title (e.g. "data engineer", "product manager"). Slugified and matched against Wellfound's own role taxonomy — unrecognized roles cause the script to throw rather than silently return unrelated jobs.

page optional

1-based page, per Wellfound's own pagination (?page=N).

Default: 1
location optional

Free-text city (e.g. "Paris", "San Francisco"). Omit to search remote-only listings. Slugified and matched against Wellfound's own location taxonomy; unrecognized locations cause the script to throw.

Output

jobs required
page required
total required

Wellfound's own reported matching-job count, read from the page's Next.js hydration blob (totalJobCount) — locale-proof, not parsed from rendered text.

totalPages required

FAQ

Search Wellfound (AngelList Talent) startup job listings by role keyword, with optional city location (omit for remote-only). Returns total, page, totalPages, and jobs (jobId, title, url, company, companyUrl, jobType, compensation, location, experience, postedAgo). Unrecognized roles or locations raise an error rather than returning unrelated results. The reported total can exceed the number of job rows actually returned on a page.
Required: query. Optional: page, location.
It returns jobs, page, total, totalPages.
No. It only uses pages of wellfound.com that are reachable without signing in.
It only reads. It looks things up on wellfound.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/wellfound.com/search_jobs, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/wellfound.com/search_jobs
It is part of Reduck's official curated catalogue.

Start building not clicking