Wellfound Jobs Scraper avatar

Wellfound Jobs Scraper

Under maintenance
Try for free

2 hours trial then $30.00/month - No credit card required now

View all Actors
This Actor is under maintenance.

This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?

See alternative Actors
Wellfound Jobs Scraper

Wellfound Jobs Scraper

mscraper/wellfound-jobs-scraper
Try for free

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:

Developer
Maintained by Community
Actor metrics
  • 5 monthly users
  • 3 stars
  • 100.0% runs succeeded
  • Created in May 2023
  • Modified 10 months ago
Categories