Wellfound Jobs Scraper
Pricing
from $10.00 / 1,000 results
Wellfound Jobs Scraper
Scrape startup job listings from Wellfound and extract structured job data including title, company, location, salary, employment type, posting date, and more. Supports multi-page crawling, proxy integration, and optional login cookies for accessing protected listings.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
Jamshaid Arif
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a month ago
Last modified
Categories
Share
Wellfound Jobs Scraper (Apify Actor)
Scrapes startup job listings from Wellfound (formerly AngelList) role search, walking pages and returning structured data to a dataset.
What it extracts
Per job: title, url, company, company_logo, company_size, location,
salary, employment_type, badges (list), posted, plus page and the
search_keyword / search_location.
Input
| Field | Type | Default | Notes |
|---|---|---|---|
searchKeyword | string | — | Required. e.g. software engineer |
location | string | — | Optional, e.g. san francisco |
maxPages | integer | 5 | Pages to walk (?page=N) |
maxItems | integer | 0 | Stop after N jobs (0 = no cap) |
sessionCookie | string | — | Optional logged-in cookie header (see below) |
proxyConfiguration | object | Apify RESIDENTIAL | Wellfound is bot-protected |
How it works
A stealth Playwright (Chromium) browser via Apify Proxy loads /role/<slug>
then ?page=2, ?page=3 …, waits for job-title anchors to render, parses cards
with XPath selectors, dedupes by URL, and pushes to the dataset. Stops early on
an empty page.
Login gating
Wellfound frequently requires login to list jobs. If runs return 0 results even
with residential proxies, paste your logged-in cookie header value into
sessionCookie:
- Log into wellfound.com in your browser.
- DevTools → Network → any request → Request Headers → copy the
cookie:value. - Paste it into the
sessionCookieinput (stored as a secret).