Wellfound Jobs Scraper avatar
Wellfound Jobs Scraper

Pricing

Pay per event

Go to Apify Store
Wellfound Jobs Scraper

Wellfound Jobs Scraper

Developed by

DR Nayaki

DR Nayaki

Maintained by Community

Scrape structured job listings from Wellfound (formerly AngelList Talent) using keyword, location, and remote filters. This actor uses Perplexity AI to intelligently extract titles, companies, locations, and links from raw HTML, making it ideal for recruiters, analysts, and job platforms.

0.0 (0)

Pricing

Pay per event

0

1

1

Last modified

3 hours ago

🚀 Wellfound Job Scraper (Apify Actor)

This actor scrapes job listings from Wellfound using keyword and location filters. It uses Perplexity AI to intelligently extract structured job data from the HTML text.

🔧 How It Works

  • Builds a job search URL based on your input
  • Scrapes HTML using requests and BeautifulSoup
  • Converts text to structured JSON using Perplexity AI (Sonar-Pro model)
  • Pushes output to Apify dataset

✅ Input

FieldTypeDescription
keywordsarrayKeywords to match (e.g. ["python", "ai"])
locationstringLocation string (e.g. "remote", "NYC")
remotebooleanWhether to restrict to remote-only jobs

Example:

{
"keywords": ["python", "llm"],
"location": "remote",
"remote": true
}

📦 Output Format

[
{
"title": "Senior Backend Developer",
"company": "AI FinTech Inc",
"location": "Remote",
"link": "https://wellfound.com/jobs/12345"
}
]

🛠 Setup

  1. Clone repo or unzip into Apify console
  2. Install requirements locally: pip install -r requirements.txt
  3. Add your Perplexity API key to main.py if running locally

📄 License

MIT — built by Infinity & Beyond 🚀