
My WellFound Scraper
Pricing
$5.00 / 1,000 results

My WellFound Scraper
π« All-in-One Scraper for WellFound.com
0.0 (0)
Pricing
$5.00 / 1,000 results
2
36
14
Issues response
34 days
Last modified
11 days ago
Welcome To WellFound Scraper
βοΈAbout WellFound.com
In November 2022, AngelList Talent was spun out as a separate company and rebranded as Wellfound.[42][43]
βοΈAbout AngelList.com

AngelList is an American software company for fundraising and connecting startups, angel investors, and limited partners.[1][2] Founded in 2010, it started as an online introduction board for tech startups that needed seed funding.[3] Since 2015, the site allows startups to raise money from angel investors free of charge.[3][4] Created by serial entrepreneur Naval Ravikant and Babak Nivi in 2010, Avlok Kohli has been leading AngelList as its CEO since 2019.[5]
βοΈAbout This Actor
π« All-in-One WellFound.com Scraper / Parser / Extractor
βοΈ Input Parameters
Name | Type | Options | Description |
---|---|---|---|
query | array | List of Keyword, URL or advanced Query | |
search_mode | string | companies , jobs | Default mode for Keyword inputs |
limit | integer | Maximum number of results (per-query) | |
filters | object | Various filters |
NOTES :
- π QUERY parameter can accept String or Array of String.
- π By default, when you specify a keyword as the QUERY input, the Actor will search Jobs by Role.
βοΈ Basic Usage
Search for Jobs by ROLE
{ "query": "Product Manager", "limit": 50 }
OR using canonical URL
{ "query": "https://wellfound.com/role/product-manager", "limit": 50 }
OR using advanced QUERY command
{ "query": "jobs:Product Manager", "limit": 50 }
Search for Startups by INDUSTRY
{ "query": "Health Care", "search_mode": "companies", "limit": 50 }
OR using canonical URL
{ "query": "https://wellfound.com/startups/industry/health-care", "limit": 50 }
OR using discovery URL
{ "query": "https://wellfound.com/discover/startups?market=health-care", "limit": 50 }
OR using advanced QUERY command
{ "query": "startups:Health Care", "limit": 50 }
Start URL Examples :
{ "query": "https://wellfound.com/role/software-engineer", "limit": 100 }
{ "query": "https://wellfound.com/startups/location/seattle", "limit": 100 }
{ "query": "https://wellfound.com/startups/industry/saas", "limit": 100 }
Company URL Examples :
{ "query": "https://wellfound.com/company/google" }
{ "query": "https://wellfound.com/company/google/funding" }
{ "query": "https://wellfound.com/company/google/investors", "limit": 30 }
OR using advanced QUERY command
{ "query": "startup:google" }
{ "query": "startup:google/funding" }
{ "query": "startup:google/investors", "limit": 30 }
βοΈ Advanced QUERY
Basic Syntax
[ <COMMAND:> | # | @ ] [ <NAME> | <ID> | <KEYWORD> | <URL> ] [ /<SECTION> ]
IMPORTANT NOTES:
- π QUERY parameter can accept String or Array of String argument.
- π By default, when you specify a keyword as the QUERY input, the Actor will search Jobs by Role.
- π If the keyword is all DIGITS, it will be considered a Job ID, and the Actor will fetch the job information.
- π Some commands may look similar but serve different purposes.
- π For example: startups: searches, while startup: focuses on one Startup (company).
- π If this advanced QUERY doesnβt make sense, please try using a URL as the QUERY input.
- π Some URLs may not be supported yet or are still a work in progress. Please contact the developer.
Possible QUERY
Values
Format | Example | Description |
---|---|---|
<KEYWORD> | Search Anything | |
jobs:<KEYWORD> | jobs:Product Manager | Search Jobs by role |
role:<KEYWORD> | jobs:Product Manager | Search Jobs by role |
location:<KEYWORD> | location:Seattle | Search Jobs by location |
startups:<KEYWORD> | startups:Health Care | Search Startups by industry |
industry:<KEYWORD> | industry:Saas | Search Startups by industry |
tech:<KEYWORD> | tech:Python | Search Startups by used technology |
startup:<SLUG> | startup:google | Startup / Company Data by SLUG |
startup:<SLUG>/info | startup:google/info | Startup info |
startup:<SLUG>/profile | startup:google/profile | Startup overview |
startup:<SLUG>/jobs | startup:google/jobs | Jobs list |
startup:<SLUG>/people | startup:google/people | People overview |
startup:<SLUG>/boards | startup:google/boards | Board members and advisors |
startup:<SLUG>/teams | startup:google/teams | Current team members |
startup:<SLUG>/formerteams | startup:google/formerteams | Former team members |
startup:<SLUG>/culture | startup:google/culture | Culture and benefits |
startup:<SLUG>/funding | startup:google/funding | Funding overview |
startup:<SLUG>/investors | startup:google/investors | Investor list |
<JOB_ID> | 3372693 | Job Data by ID |
https:<URL> | https://wellfound.com/... | Starts URL |
βοΈ Output Examples
... almost there ...
π Support
Feel free to reach out to the developer for any issues or suggestions for improvement.
