Skip to content

thirdwatch-dev/wellfound-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Wellfound (AngelList) Scraper - Startup Jobs, Salary & Equity

Scrape Wellfound startup job listings. Get titles, companies, salaries, equity, and descriptions from the startup hiring platform.

What you get

Extract job listings from Wellfound (formerly AngelList) -- the go-to platform for startup hiring. Get job titles, company names, locations, salary ranges, equity ranges, and full descriptions. Filter by role and location. No login needed.

Output fields

Field Description
title Job title
company_name Startup name
location Job location
salary_min Minimum salary
salary_max Maximum salary
equity_min Minimum equity percentage
equity_max Maximum equity percentage
description Full job description
company_size Company size
funding_stage Funding round
url Wellfound job URL

Example output

{
    "title": "Senior Full Stack Engineer",
    "company_name": "Notion",
    "location": "San Francisco, CA",
    "salary_min": 160000,
    "salary_max": 220000,
    "equity_min": 0.01,
    "equity_max": 0.05,
    "description": "Join Notion's engineering team to build the next generation...",
    "company_size": "201-500",
    "funding_stage": "Series C",
    "url": "https://wellfound.com/jobs/..."
}

Input parameters

Parameter Required Description
role Yes Job role to search (e.g., "software engineer", "product manager")
location No Location filter (e.g., "San Francisco", "Remote")
maxResults No Max results (default: 25)

Use cases

  • Startup job seekers: Find jobs with salary and equity transparency
  • Recruiters: Track startup hiring trends and compensation
  • Investors: Monitor portfolio company hiring activity
  • Market analysts: Study startup employment and compensation trends

Pricing

Pay-per-result pricing at $0.005 per job listing.

Limitations

  • Wellfound focuses on startups and tech companies
  • Some listings may have limited salary/equity data
  • Job availability depends on Wellfound's current listings

About

Scrape Wellfound (AngelList) startup jobs with salary and equity

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors