Wellfound Jobs Scraper avatar
Wellfound Jobs Scraper

Under maintenance

Pricing

$30.00/month + usage

Go to Store
Wellfound Jobs Scraper

Wellfound Jobs Scraper

Under maintenance

Developed by

mscraper

mscraper

Maintained by Community

A job scraper for Wellfound (formerly AngelList Talent) is essentially a tool to extract job listings and associated job details from the Wellfound platform.

0.0 (0)

Pricing

$30.00/month + usage

4

Total users

120

Monthly users

10

Runs succeeded

>99%

Last modified

a year ago

You can access the Wellfound Jobs Scraper programmatically from your own applications by using the Apify API. You can also 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.

$echo '{
< "proxy": {
< "useApifyProxy": true,
< "apifyProxyCountry": "US",
< "apifyProxyGroups": [
< "RESIDENTIAL"
< ]
< },
< "listingStartUrls": [
< {
< "url": "https://wellfound.com/role/l/devops-engineer/seattle"
< }
< ],
< "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))"
<}' |
<apify 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

$npm i -g apify-cli
$apify login

Other API clients include: