Wellfound Jobs Scraper
2 hours trial then $30.00/month - No credit card required now
This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?
See alternative ActorsWellfound Jobs Scraper
2 hours trial then $30.00/month - No credit card required now
A job scraper for Wellfound (formerly AngelList Talent) is essentially a tool to extract job listings and associated job details from the Wellfound platform.
You can access the Wellfound Jobs Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "proxy": {
3 "useApifyProxy": true,
4 "apifyProxyCountry": "US",
5 "apifyProxyGroups": [
6 "RESIDENTIAL"
7 ]
8 },
9 "listingStartUrls": [
10 {
11 "url": "https://wellfound.com/role/l/devops-engineer/seattle"
12 }
13 ],
14 "jobsFilterFunction": "async ({ jobs }) => jobs.filter(({ published }) => ['\''today'\'','\''yesterday'\'','\''2 days ago'\'','\''3 days ago'\'','\''4 days ago'\'','\''5 days ago'\'','\''6 days ago'\'','\''7 days ago'\''].includes(published))"
15}' |
16apify call mscraper/wellfound-jobs-scraper --silent --output-dataset
Wellfound Jobs Scraper API through CLI
The Apify CLI is the official tool that allows you to use Wellfound Jobs Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: