Wellfound (AngelList) Jobs Scraper avatar

Wellfound (AngelList) Jobs Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Wellfound (AngelList) Jobs Scraper

Wellfound (AngelList) Jobs Scraper

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Ville Petteri

Ville Petteri

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Wellfound (AngelList Talent) Jobs Scraper

Scrape startup job listings from wellfound.com by role and location: title, company, salary range, locations, remote status, job type, posting date, company size and badges (Y Combinator, unicorn valuation, actively hiring, top investors) — one clean JSON row per job.

Why this scraper

  • Pay per job, nothing else. $3 per 1,000 listings. Failed requests are free. No subscription.
  • Salary data included — most listings carry Wellfound's compensation range, a field most job boards hide.
  • Company intelligence built in — every job comes with the startup's size, one-line pitch, and badges (YC, VALUATION_1B, ACTIVELY_HIRING…), so you can filter for funded, hiring companies without extra lookups.
  • Respects your budget. Set a maximum charge per run and the scraper stops exactly at what your budget pays for.
  • Agent-ready. Clean JSON, one event per result — built for AI-agent and MCP workflows as well as humans.

Input

FieldExampleNotes
rolesoftware-engineerRole slug from wellfound.com/role/...
locationsan-franciscoOptional location slug
maxResults100Stop after this many jobs
{ "role": "product-manager", "location": "new-york", "maxResults": 100 }

Common role slugs: software-engineer, product-manager, designer, sales, marketing, data-scientist, devops-engineer.

Output

{
"title": "Software Engineer",
"company": "Checkr",
"companySize": "501-1000",
"companyPitch": "The only background check company using AI and ML",
"companyBadges": ["ACTIVELY_HIRING", "YC", "VALUATION_1B", "TOP_INVESTORS"],
"compensation": "$150k – $176k",
"jobType": "full-time",
"locations": ["Denver", "San Francisco"],
"remote": false,
"postedAt": "2026-08-27",
"url": "https://wellfound.com/jobs/4639821-software-engineer",
"companyUrl": "https://wellfound.com/company/checkr"
}

Common uses

  • Recruiting & sourcing — track which funded startups are hiring for what, with salary benchmarks.
  • Job aggregators & alerts — feed niche job boards or Slack/email digests.
  • Sales intelligence — hiring velocity is a buying signal; badge + size filters find companies in growth mode.
  • Salary research — real posted compensation ranges by role and market.

Pricing

EventPrice
Per job listing$0.003 ($3 per 1,000)
Actor start$0.005
Empty search (zero listings found)$0.002

Found a problem or need a field added? Open an issue — I read them.