Wellfound Startup Scraper
Pricing
Pay per usage
Wellfound Startup Scraper
Scrape Wellfound (formerly AngelList Talent) startup job listings. Extract company info, funding stage, salary ranges, equity offers, tech stack requirements, and full job descriptions from Wellfound.com.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Donny Nguyen
Actor stats
0
Bookmarked
3
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Wellfound Startup Job Scraper
Scrape Wellfound (formerly AngelList Talent) startup job listings. Extract company info, funding stage, salary ranges, equity offers, tech stack requirements, and full job descriptions from Wellfound.com.
Input Parameters
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
urls | array of strings | Yes | - | List of Wellfound job listing, company, or role category URLs to scrape. |
jobRole | string | No | - | Optional job role filter (e.g., "software-engineer", "product-manager"). If provided with no URLs, builds a role search URL automatically. |
maxResults | integer | No | 100 | Maximum number of job listing results to return. Range: 1-10000. |
useResidentialProxy | boolean | No | true | Use residential IPs to reduce blocking on Wellfound. |
Output Fields
Each result pushed to the dataset contains the following fields, depending on the page type scraped:
Job Listing Fields (from search/role pages)
| Field | Type | Description |
|---|---|---|
jobTitle | string | Title of the job position. |
companyName | string | Name of the startup. |
companySize | string | Company size range (e.g., "11-50 employees"). |
fundingStage | string | Funding round (e.g., "Series A", "Seed", "Series B"). |
salaryRange | string | Full salary range text as displayed. |
salaryMin | string | Minimum salary (numeric, extracted from range). |
salaryMax | string | Maximum salary (numeric, extracted from range). |
equityRange | string | Full equity range text as displayed. |
equityMin | string | Minimum equity percentage. |
equityMax | string | Maximum equity percentage. |
location | string | Job location. |
isRemote | boolean | Whether the position is remote-friendly. |
techStack | array of strings | Required technologies and skills. |
postedDate | string | When the job was posted. |
jobUrl | string | Direct URL to the job detail page. |
companyLogo | string | Company logo image URL. |
sourceUrl | string | The listing page URL this was extracted from. |
pageType | string | Always job_listing for listing results. |
scrapedAt | string | ISO 8601 timestamp. |
Job Detail Fields (from individual job pages)
| Field | Type | Description |
|---|---|---|
jobTitle | string | Full job title. |
companyName | string | Startup name. |
companyDescription | string | Company description/about text (up to 2000 chars). |
fundingStage | string | Current funding stage. |
companySize | string | Number of employees. |
salaryRange | string | Salary range as displayed. |
salaryMin | string | Minimum salary (numeric). |
salaryMax | string | Maximum salary (numeric). |
equityRange | string | Equity range as displayed. |
equityMin | string | Minimum equity percentage. |
equityMax | string | Maximum equity percentage. |
location | string | Job location. |
isRemote | boolean | Remote-friendly status. |
visaSponsorship | string | Visa sponsorship availability. |
techStack | array of strings | Required technologies. |
jobDescription | string | Full job description (up to 5000 chars). |
postedDate | string | Date the job was posted. |
applicationUrl | string | Direct application link. |
companyWebsite | string | Company website URL. |
companyLogo | string | Company logo URL. |
experienceLevel | string | Required experience level. |
jobType | string | Employment type (full-time, part-time, contract). |
url | string | The job detail page URL. |
pageType | string | Always job_detail. |
scrapedAt | string | ISO 8601 timestamp. |
Company Profile Fields (from company pages)
| Field | Type | Description |
|---|---|---|
companyName | string | Startup name. |
description | string | Company description (up to 3000 chars). |
fundingStage | string | Current funding round. |
companySize | string | Team size. |
founded | string | Year founded. |
location | string | Headquarters location. |
markets | array of strings | Market categories. |
companyWebsite | string | Company website URL. |
techStack | array of strings | Technologies used. |
companyLogo | string | Logo URL. |
openPositions | array of objects | List of open jobs (title, salary, link). |
totalOpenPositions | integer | Total number of open positions. |
url | string | The company profile URL. |
pageType | string | Always company_profile. |
scrapedAt | string | ISO 8601 timestamp. |
Example Use Cases
-
Startup Job Search: Provide Wellfound role URLs (e.g.,
https://wellfound.com/role/r/software-engineer) to collect all available startup jobs for a specific role, including salary and equity ranges. -
Salary Benchmarking: Scrape multiple role categories to compare salary ranges and equity offers across startups at different funding stages.
-
Startup Ecosystem Analysis: Scrape company profile pages to analyze funding stages, team sizes, tech stacks, and hiring activity across the startup ecosystem.
-
Tech Stack Trends: Collect tech stack data from hundreds of job listings to identify the most in-demand technologies among startups.
-
Equity Compensation Research: Extract equity ranges across roles and funding stages to understand typical equity packages offered by early-stage vs. late-stage startups.
-
Recruiting Pipeline: Build a database of companies actively hiring for specific roles, complete with company details and direct application links.
Cost Estimate
This actor is priced at the Mid tier: $0.00075 per result.
| Results | Estimated Cost |
|---|---|
| 100 | $0.075 |
| 500 | $0.375 |
| 1,000 | $0.75 |
| 5,000 | $3.75 |
| 10,000 | $7.50 |
Notes
- Wellfound uses infinite scroll on listing pages. The actor automatically scrolls to load additional job cards.
- Individual job detail pages are enqueued from listing pages to capture the full job description and application link.
- The
jobRoleinput accepts role slugs as used in Wellfound URLs (e.g., "software-engineer", "data-scientist", "product-manager"). - Some fields may be empty if the company has not provided that information on their listing.
- Wellfound was formerly known as AngelList Talent. Both old and new URL formats are supported.