Wellfound Jobs Scraper avatar

Wellfound Jobs Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Wellfound Jobs Scraper

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

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

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

FieldTypeDefaultNotes
searchKeywordstringRequired. e.g. software engineer
locationstringOptional, e.g. san francisco
maxPagesinteger5Pages to walk (?page=N)
maxItemsinteger0Stop after N jobs (0 = no cap)
sessionCookiestringOptional logged-in cookie header (see below)
proxyConfigurationobjectApify RESIDENTIALWellfound 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:

  1. Log into wellfound.com in your browser.
  2. DevTools → Network → any request → Request Headers → copy the cookie: value.
  3. Paste it into the sessionCookie input (stored as a secret).