Wellfound (AngelList Talent) Scraper
Try for free
2 hours trial then $19.00/month - No credit card required now
Go to Store
Wellfound (AngelList Talent) Scraper
arlusm/wellfound-scraper
Try for free
2 hours trial then $19.00/month - No credit card required now
1# Wellfound ( Formerly AngelList Talent ) Job Scraper 2 3This scraper extracts detailed information from Wellfound job listings based on the provided job category or search URL. 4 5## Input 6 7### Example Input 8The scraper accepts a JSON input to define the scraping parameters, such as the URLs to scrape and additional options. 9 10Example: 11```json 12{ 13 "startUrls": [ 14 { 15 "url": "https://wellfound.com/role/l/engineering-manager/los-angeles", 16 "method": "GET" 17 } 18 ], 19 "proxyCountryCode": "FR", 20 "customCookies": "" 21}
Fields:
- startUrls: An array of URLs to scrape. These URLs should be Wellfound job category or search result pages.
- proxyCountryCode (optional): Country code for proxy usage (e.g., "US", "FR"). Defaults to "US" if not provided.
API Call Example
See the API tab
Output
The scraper returns an array of job objects, where each object contains detailed information about a Wellfound job listing.
Example Output:
1[ 2 { 3 "id": "3127216", 4 "title": "Senior Manager, Network Engineering", 5 "primaryRoleTitle": "DevOps", 6 "description": "About Zapier. We're humans who simply think computers...", 7 "location": "Long Beach", 8 "remote": "No", 9 "jobType": "full-time", 10 "liveStartAt": 1729037889, 11 "slug": "senior-manager-network-engineering", 12 "yearsExperienceMin": "N/A", 13 "yearsExperienceMax": "N/A", 14 "compensation": "Not listed", 15 "isBookmarked": "No" 16 } 17]
Fields:
- id: The unique ID of the job listing.
- title: The title of the job.
- primaryRoleTitle: The primary role for the job.
- description: A brief description of the job.
- location: The location(s) where the job is available.
- remote: Whether the job is remote (
Yes
orNo
). - jobType: Type of job (e.g.,
full-time
). - liveStartAt: Unix timestamp indicating when the job was posted.
- slug: The unique slug for the job listing.
- yearsExperienceMin: Minimum years of experience required.
- yearsExperienceMax: Maximum years of experience required.
- compensation: Compensation details if available.
- isBookmarked: Whether the job is bookmarked (
Yes
orNo
).
Usage
-
Configure Input:
- Add the Wellfound job category or search URLs in the
startUrls
field. - Set
proxyCountryCode
to your preferred proxy location if needed.
- Add the Wellfound job category or search URLs in the
-
Run the Scraper:
- Use the Apify platform or API to execute the scraper.
-
Get Results:
- Extract comprehensive job data in JSON format.
This scraper is ideal for analyzing Wellfound job categories, monitoring job trends, and gathering data for research or business use cases.
Developer
Maintained by Community
Actor Metrics
1 monthly user
-
0 No stars yet
Created in Jan 2025
Modified 14 hours ago
Categories