My WellFound Scraper avatar
My WellFound Scraper

Pricing

$5.00 / 1,000 results

Go to Apify Store
My WellFound Scraper

My WellFound Scraper

Developed by

cat

cat

Maintained by Community

πŸ’« 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

dont be sad readme is here

✌️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

NameTypeOptionsDescription
queryarrayList of Keyword, URL or advanced Query
search_modestringcompanies, jobsDefault mode for Keyword inputs
limitintegerMaximum number of results (per-query)
filtersobjectVarious 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

FormatExampleDescription
<KEYWORD>Search Anything
jobs:<KEYWORD>jobs:Product ManagerSearch Jobs by role
role:<KEYWORD>jobs:Product ManagerSearch Jobs by role
location:<KEYWORD>location:SeattleSearch Jobs by location
startups:<KEYWORD>startups:Health CareSearch Startups by industry
industry:<KEYWORD>industry:SaasSearch Startups by industry
tech:<KEYWORD>tech:PythonSearch Startups by used technology
startup:<SLUG>startup:googleStartup / Company Data by SLUG
startup:<SLUG>/infostartup:google/infoStartup info
startup:<SLUG>/profilestartup:google/profileStartup overview
startup:<SLUG>/jobsstartup:google/jobsJobs list
startup:<SLUG>/peoplestartup:google/peoplePeople overview
startup:<SLUG>/boardsstartup:google/boardsBoard members and advisors
startup:<SLUG>/teamsstartup:google/teamsCurrent team members
startup:<SLUG>/formerteamsstartup:google/formerteamsFormer team members
startup:<SLUG>/culturestartup:google/cultureCulture and benefits
startup:<SLUG>/fundingstartup:google/fundingFunding overview
startup:<SLUG>/investorsstartup:google/investorsInvestor list
<JOB_ID>3372693Job 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.