Wellfound Jobs Scraper ($0.5 per 1000 results)
Pricing
from $0.30 / 1,000 results
Wellfound Jobs Scraper ($0.5 per 1000 results)
$0.5/1K ๐ธ Scrape Wellfound startup jobs from wellfound.com by location with titles, companies, remote options, compensation, equity, posting dates, and job URLs for hiring research and lead generation.
Pricing
from $0.30 / 1,000 results
Rating
0.0
(0)
Developer
Iรฑigo Garcia Olaizola
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Wellfound Jobs Scraper โ Startup Jobs, Salaries & Hiring Leads
๐ค What does Wellfound Jobs Scraper do?
Wellfound Jobs Scraper extracts public startup job listings from Wellfound for recruiting, hiring-market research, job-board enrichment, and lead generation. It returns structured job data such as titles, companies, company metadata, locations, remote options, compensation, equity, role category, posting date, job URLs, company URLs, and descriptions.
Use it to monitor startup hiring from Wellfound location pages, compare compensation signals, or build repeatable job-data feeds from Wellfound.
Great for: recruiters, sourcing teams, job boards, talent intelligence, market researchers, founders, and sales teams tracking startup hiring activity.
SEO keywords: Wellfound scraper, Wellfound jobs scraper, scrape Wellfound jobs, startup jobs scraper, startup hiring leads, job data API alternative, Apify actor.
๐ก Why scrape Wellfound jobs?
- ๐ Track startup hiring trends โ monitor jobs for a Wellfound location URL slug such as
remote,san-francisco, ornew-york. - ๐ฏ Build hiring lead lists โ find startups actively recruiting in a chosen location.
- ๐ฐ Compare compensation signals โ collect salary and equity ranges when listings include them.
- ๐ Map remote availability โ capture location and remote-location signals for distributed hiring research.
- ๐งพ Power repeatable reports โ schedule runs and download JSON, CSV, Excel, XML, RSS, or Parquet from the Apify Dataset.
๐ Quick Start
- Add the actor โ Open Wellfound Jobs Scraper in Apify Store.
- Set
locationโ Use the location slug from a Wellfound URL, such asremote,san-francisco, ornew-york. - Set
maxItemsโ Choose how many job listings to return. - Run the actor โ Click Run or trigger it from the Apify API, scheduler, or integrations.
- Download results โ Export the Dataset as JSON, CSV, Excel, XML, RSS, or Parquet.
๐ณ Pricing
Apify's Free plan includes monthly credits that are useful for small tests and occasional monitoring. For larger startup-job workflows, use a paid Apify plan with higher limits and scheduled runs.
๐ Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
location | String | Yes | Wellfound location URL slug, such as remote, san-francisco, new-york, los-angeles, austin, seattle, boston, chicago, denver, or district-of-columbia. Default: remote. |
maxItems | Integer | Yes | Maximum number of jobs to return. Minimum 1, maximum 1000, default 50. |
To find the correct location, open https://wellfound.com/jobs, choose a location, and copy the slug from the resulting URL path. For example, /location/san-francisco means location should be san-francisco, and /remote means location should be remote. The actor lowercases the value and converts spaces to hyphens, so San Francisco becomes san-francisco.
Monitor remote startup jobs
{"location": "remote","maxItems": 50}
Collect startup jobs in San Francisco
{"location": "san-francisco","maxItems": 100}
Use a copied Wellfound URL slug
{"location": "new-york","maxItems": 75}
๐ Output / Results
Each Dataset item is one Wellfound job listing. Fields appear when Wellfound provides them for that listing.
Field reference:
- id (string) โ Wellfound job ID.
- slug (string) โ Job slug used in the Wellfound listing URL.
- title (string) โ Job title.
- companyId (string) โ Wellfound company ID.
- companyName (string) โ Hiring company name.
- companySlug (string) โ Company slug used on Wellfound.
- companyUrl (string) โ Wellfound company profile URL.
- companyLogoUrl (string) โ Company logo URL when available.
- companyDescription (string) โ Short company description or high concept when available.
- companySize (string) โ Company size bucket when available.
- companyBadges (array) โ Badge objects with
id,name,label, andtooltipwhen available. - location (string) โ Primary location label.
- locations (array) โ All listed job locations.
- remoteLocations (array) โ Accepted remote locations when available.
- remote (string) โ Remote-work signal when available.
- remoteKind (string) โ Remote configuration kind, such as
remoteoronsite, when available. - wfhFlexible (boolean) โ Whether the listing is marked work-from-home flexible when available.
- compensation (string) โ Salary or compensation range when listed.
- equity (string) โ Equity range when listed.
- role (string) โ Role category or primary role label.
- roleSlug (string) โ Role slug used by Wellfound when available.
- jobType (string) โ Job type, such as full-time or contract, when available.
- autoPosted (boolean) โ Whether the listing is marked as automatically posted when available.
- atsSource (string) โ ATS source signal when available.
- yearsExperienceMin (number) โ Minimum years of experience when available.
- yearsExperienceMax (number) โ Maximum years of experience when available.
- isBookmarked (boolean) โ Bookmark state from the public page payload when available.
- postedAt (string) โ Posting timestamp in ISO format.
- postedAtIso (string) โ Posting timestamp in ISO format.
- jobUrl (string) โ Wellfound job listing URL.
- descriptionText (string) โ Plain-text job description or summary.
Example output
{"id": "4342678","slug": "software-engineer","title": "Software Engineer","companyId": "9461632","companyName": "Ataraxis AI","companySlug": "ataraxis-ai","companyUrl": "https://wellfound.com/company/ataraxis-ai","companyLogoUrl": "https://photos.wellfound.com/startups/i/123456-medium_jpg.jpg","companyDescription": "AI diagnostics for modern clinical teams","companySize": "SIZE_11_50","companyBadges": [{"id": "ACTIVELY_HIRING","name": "ACTIVELY_HIRING_BADGE","label": "Actively Hiring","tooltip": "Actively processing applications"}],"location": "New York City","locations": ["New York City"],"remoteLocations": ["United States"],"remote": "remote","remoteKind": "remote","wfhFlexible": false,"compensation": "$140k โ $190k","equity": "0.05% โ 0.15%","role": "Software Engineer","roleSlug": "developer","jobType": "Full-time","autoPosted": false,"atsSource": "greenhouse","yearsExperienceMin": 3,"yearsExperienceMax": 7,"isBookmarked": false,"postedAt": "2026-05-20T14:24:18Z","postedAtIso": "2026-05-20T14:24:18Z","jobUrl": "https://wellfound.com/company/ataraxis-ai/jobs/software-engineer","descriptionText": "Build production systems for an AI healthcare startup working with clinical data and modern infrastructure."}
๐งญ Tips / Common Recipes
- Remote job monitoring: use
location="remote". - City-specific hiring: use URL slugs such as
san-francisco,new-york,los-angeles,austin, orseattle. - Recurring market snapshot: schedule the actor daily or weekly with the same
locationandmaxItemssettings.
โ๏ธ Best Practices
- Start with
maxItemsbetween25and100for exploratory runs, then increase once your filters are tuned. - Use the location slug from the Wellfound URL after choosing a location at https://wellfound.com/jobs.
- Some listings do not include salary, equity, remote rules, or long descriptions. The actor returns those fields when they are available.
- Keep the same input settings across scheduled runs so changes in output reflect hiring movement rather than filter changes.
โ๏ธ Legal & Ethical Considerations
- Respect Wellfound's Terms of Service, robots policies, and applicable usage rules.
- Use scraped job data responsibly and avoid excessive or abusive request patterns.
- Handle personal data and company data in line with privacy laws such as GDPR and CCPA where applicable.
- If you publish analysis or republish job listings, keep attribution and source-linking practices in mind.
- This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Wellfound. All trademarks are the property of their respective owners.
โ FAQ
Can I filter by role? No. This actor currently uses the location pages that are known to work reliably.
Can I use plain text instead of slugs?
The actor lowercases the value and converts spaces to hyphens, but the intended input is the URL slug from Wellfound. For example, San Francisco becomes san-francisco.
Do all listings include compensation and equity? No. Wellfound listings vary. The actor returns compensation and equity when they are available on the listing.
Can I export results to CSV or Excel? Yes. Open the run Dataset in Apify and choose JSON, CSV, Excel, XML, RSS, or Parquet.
๐ Support
Need a custom field, workflow, or export format? Open an issue or contact me at https://igolaizola.com/#contact I can adapt the scraper to your recruiting, job-board, or market-intelligence workflow.