feat(wellfound): add browser job adapter#1819
Open
gauravsaxena1997 wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a new browser-backed
wellfoundadapter for OpenCLI.Wellfound is a startup-focused recruiting platform, formerly AngelList Talent, where candidates browse startup roles, inspect company/job details, and apply either directly on Wellfound or through an external company website. It is especially useful for early-stage, remote, full-time, contract, and freelance startup opportunities, but the current OpenCLI adapter set did not have first-class support for reading or acting on Wellfound job search results.
Why this is needed
Job-search automation needs more than scraping a search page. For Wellfound, a useful adapter needs to:
This adapter gives OpenCLI that Wellfound-specific surface area while keeping writes behind explicit
--executeflags.Commands added
opencli wellfound jobsopencli wellfound top-picksopencli wellfound dailytop-picks.opencli wellfound job-detail <job-url>opencli wellfound filters--execute.opencli wellfound apply <job-url>--executeand external company applications are detected but not submitted.Safety model
--execute.applysupports--expected-titleand--expected-companyguards.Documentation
Added
docs/adapters/browser/wellfound.mdand registered Wellfound in the adapter index.Tests
npm run test:adapter -- clis/wellfound/wellfound.test.jsnpm run build-manifest