Wellfound Jobs Scraper avatar

Wellfound Jobs Scraper

Pricing

Pay per usage

Go to Apify Store
Wellfound Jobs Scraper

Wellfound Jobs Scraper

The latest and most advanced Wellfound, Angel list Jobs Scraper. Our Wellfound, Angel list Jobs Scraper extracts real-time job postings at scale from all over the world. A new research tool built for recruitment, insights and HR.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Pavan

Pavan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Wellfound Logo

Wellfound Jobs Scraper

Scrape and aggregate job listings from Wellfound (wellfound.com, formerly AngelList Talent) search results – job title, company, location, salary, posting date and a direct apply link – and export them to JSON, CSV, Excel or an API in a single run.

Overview

The Wellfound Jobs Scraper is a high-speed data extraction tool that turns Wellfound startup job search results into structured, machine-readable data.

Whether you are building a startup job board, conducting labour-market research, tracking competitor hiring in high-growth ecosystems, or feeding an AI agent with live job data, this Actor returns clean, ready-to-use results in real time – no manual copy-paste or fragile browser sessions required.

Key Features

  • Full-Text Job Search – Search Wellfound by keyword, job title, or tech stack and walk result pages automatically.
  • Precise Filtering – Narrow results by country, city or region, company name, employment type, and how recently a job was posted.
  • Fresh Startup Data – Pull only jobs posted today, in the last 3 days, this week, or this month.
  • Structured Output – Every listing is parsed into standardized fields (job_title, company_name, location, salary, date, job_type, URL, description).
  • Fast & Low-Cost – Optimized for speed and minimal compute so runs stay economical.
  • Claude / AI Agent Ready – Seamlessly integrates via the Model Context Protocol (MCP) or direct API.

Connect to Claude / AI Agent (MCP)

Connect this Actor directly to Claude Desktop, Cursor, or any MCP client via the Model Context Protocol endpoint:

https://mcp.apify.com/?token=YOUR_APIFY_TOKEN_HERE&tools=actors,docs,excitable_pickle/wellfound-jobs-scraper

Claude Copy-Paste Prompt

MCP Server URL: https://mcp.apify.com/?token=YOUR_APIFY_TOKEN_HERE&tools=actors,docs,excitable_pickle/wellfound-jobs-scraper
Apify Token: YOUR_APIFY_TOKEN_HERE
Execute Actor: excitable_pickle/wellfound-jobs-scraper
Task: "Search for 'Full-Stack Developer' roles in San Francisco or Remote posted in the last week, format top startup listings with company, salary, and application URL in a clean markdown table."

Input Parameters

ParameterTypeRequiredDescriptionDefaultValid Values
countryNameStringYesCountry context for the search."usa""usa", "uk", "india", "all", etc.
locationNameStringYesCity, state or region to search in."San Francisco"Any location string (e.g. "New York, NY", "London")
pagesToFetchIntegerYesNumber of result pages to walk.1Positive integers (1 - 10)
includeKeywordStringNoSearch terms, job title or skills.""Any string (e.g. "React, Node.js", "AI Engineer")
companyNameStringNoRestrict results to a single employer.""Any company name
jobTypeStringNoFilter by employment type.-FULLTIME, PARTTIME, CONTRACTOR, INTERN
datePostedStringNoHow recent the jobs should be."all"all, today, 3days, week, month

Example Input

{
"includeKeyword": "AI Engineer, Python",
"locationName": "San Francisco",
"countryName": "usa",
"companyName": "",
"jobType": "FULLTIME",
"datePosted": "week",
"pagesToFetch": 2
}

Output Data

Results are stored in the default Apify dataset and can be downloaded as JSON, CSV, Excel, XML, or accessed via REST API.

Sample Output Record

{
"job_title": "Senior Full-Stack Engineer",
"company_name": "AI Robotics Startup",
"location": "San Francisco, CA (Remote Allowed)",
"posted_via": "Wellfound",
"salary": "$140,000 - $180,000 a year",
"date": "2026-09-12",
"job_type": "Full-time",
"URL": "https://wellfound.com/jobs/...",
"description": "We are looking for an experienced full-stack engineer to build scalable real-time AI workflows..."
}

Pricing

This Actor utilizes Pay-Per-Event monetization:

  • Result Charged: $0.005 per job extracted in the dataset.
  • Actor Start Fee: $0.002 per run.
  • Zero subscription lock-in: pay only for the exact startup job leads you retrieve.