๐Ÿš€ Wellfound (AngelList) Jobs Scraper avatar

๐Ÿš€ Wellfound (AngelList) Jobs Scraper

Pricing

from $5.99 / 1,000 results

Go to Apify Store
๐Ÿš€ Wellfound (AngelList) Jobs Scraper

๐Ÿš€ Wellfound (AngelList) Jobs Scraper

Pricing

from $5.99 / 1,000 results

Rating

0.0

(0)

Developer

Scrapier

Scrapier

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrape public startup job listings from Wellfound (formerly AngelList Talent) at scale. Paste role/location search URLs in bulk, apply rich filters, and export clean, structured job data โ€” job title, company, compensation, locations, remote status, posting date, company logo, and direct links.

This actor drives a stealth Firefox (Camoufox) that naturally clears Wellfound's Cloudflare + DataDome anti-bot stack โ€” no captcha solver required โ€” and reads the page's embedded Apollo (Next.js) cache for accurate, stable data.


โœจ Why Choose Us?

  • ๐ŸฆŠ Real anti-bot bypass โ€” stealth Firefox passes DataDome's TLS, canvas, and WebGL checks naturally.
  • ๐Ÿ›ก๏ธ Smart proxy ladder โ€” starts direct, auto-escalates to datacenter โ†’ residential only when needed, then sticks.
  • ๐Ÿง  Apollo-first extraction โ€” reads structured JSON, not fragile CSS classes, with a DOM fallback.
  • ๐Ÿ’พ Live saving โ€” every job lands in your dataset the instant it's parsed; a crash never loses progress.
  • ๐Ÿ” Powerful filters โ€” title, keyword, location, remote, experience, salary band, company include/exclude.
  • ๐Ÿ“Š Tidy output โ€” three ready-made table views: Jobs, Companies, Metadata.

๐Ÿ”‘ Key Features

FeatureDetails
Bulk URLsPaste many role/location or job pages at once
Auto-paginationCrawls pages until maxItems or the last page
Filterstitle, keyword, location, remote-only, job type, experience, salary, companies
SortingNewest / oldest first
Proxy fallbacknone โ†’ datacenter โ†’ residential (sticky)
Company logosCloudflare image-proxy wrappers stripped to the clean URL

๐Ÿ“ฅ Input

{
"startUrls": [
{ "url": "https://wellfound.com/role/l/software-engineer/new-york" }
],
"maxItems": 50,
"jobTitle": "",
"keyword": "",
"location": "",
"remoteOnly": false,
"jobType": "any",
"experience": "any",
"minSalary": 0,
"maxSalary": 0,
"includeNoSalary": true,
"sort": "none",
"includeCompanies": [],
"excludeCompanies": [],
"companyCategories": [],
"countryName": "United States",
"proxyConfiguration": { "useApifyProxy": false }
}
FieldTypeDescription
startUrlsarrayRequired. Wellfound role/location pages or single job pages.
maxItemsintegerStop after this many jobs (default 50).
jobTitlestringKeep jobs whose title contains this text.
keywordstringMatched against title, company, and locations.
locationstringKeep jobs whose locations contain this text.
remoteOnlybooleanKeep only remote jobs.
jobTypeenumAny / Full-time / Part-time / Contract / Internship.
experienceenumAny / Junior / Mid / Senior / Executive.
minSalary / maxSalaryintegerSalary band in USD/year (0 = unbounded).
includeNoSalarybooleanKeep jobs without a published salary.
sortenumAs found / Newest / Oldest.
includeCompanies / excludeCompaniesarrayCompany allow / block list.
companyCategoriesarrayKeep companies matching these keywords.
countryNameenumResidential proxy geo-target.
proxyConfigurationobjectProxy settings (default: no proxy).

๐Ÿ“ค Output

Each dataset item:

{
"type": "wellfound_job",
"jobId": "4117786",
"title": "Software Engineer",
"slug": "software-engineer",
"companyName": "Octozi",
"companySlug": "octozi",
"companyUrl": "https://wellfound.com/company/octozi",
"companyLogo": "https://photos.wellfound.com/startups/i/10793349-...-medium_jpg.jpg",
"companyId": null,
"jobUrl": "https://wellfound.com/jobs/4117786-software-engineer",
"compensation": "$125k โ€“ $175k โ€ข 0.1% โ€“ 0.35% In office",
"remote": false,
"locations": ["New York City"],
"postedAt": "1780392293",
"scrapedAt": "2026-06-08T09:24:53Z"
}
FieldDescription
typeAlways wellfound_job.
jobId / slugWellfound identifiers.
titleJob title.
companyName / companySlug / companyIdCompany identity.
companyUrl / companyLogoCompany page and logo.
jobUrlDirect link to the job.
compensationRaw pay/equity string as shown on Wellfound.
remoteRemote flag.
locationsArray of location strings.
postedAtUnix timestamp (seconds) of posting.
scrapedAtISO-8601 scrape time (UTC).

๐Ÿš€ How to Use (Apify Console)

  1. Log in at console.apify.com โ†’ Actors.
  2. Open Wellfound (AngelList) Jobs Scraper.
  3. Paste one or more Wellfound URLs into ๐Ÿ”— Start URLs.
  4. (Optional) Set filters and ๐ŸŽฏ Max Items.
  5. Click Start and watch the live log fill with jobs.
  6. Open the Output tab โ€” switch between Jobs, Companies, and Metadata views.
  7. Export to JSON / CSV / XLSX.

๐Ÿค– Use via API

curl -X POST "https://api.apify.com/v2/acts/<ACTOR_ID>/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"startUrls":[{"url":"https://wellfound.com/role/l/software-engineer/new-york"}],"maxItems":50}'

๐Ÿ’ก Best Use Cases

  • ๐Ÿ“ˆ Track startup hiring trends by role, city, or compensation band.
  • ๐Ÿง‘โ€๐Ÿ’ผ Build talent pipelines and sourcing lists.
  • ๐Ÿข Monitor competitor hiring.
  • ๐Ÿ”ฌ Labor-market and salary research.

๐Ÿ›ก๏ธ Proxy Behavior

The actor starts with a direct connection. If Wellfound's anti-bot blocks a request it automatically escalates to a datacenter proxy, then to a residential proxy (with up to 3 retries), and then stays on residential for the rest of the run. All escalations are logged.

  • Data is collected only from publicly available Wellfound pages.
  • No login or private content is accessed.
  • You are responsible for compliance with GDPR, CCPA, anti-spam laws, and Wellfound's Terms of Service.

๐Ÿ’ฌ Support & Feedback

Found a bug or need a custom field? Open an issue on the Actor's Issues tab โ€” we read every one.