-
Notifications
You must be signed in to change notification settings - Fork 23
Add Indeed, LinkedIn, Ziprecruiter and make OpenAI cheaper #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
androng
wants to merge
17
commits into
EricTechPro:main
Choose a base branch
from
androng:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
androng
commented
Mar 8, 2025
- Add more Apify scrapers for Indeed, LinkedIn, Ziprecruiter
- Make Apify scrapers run in parallel
- Replace "Job summary" with "reasons for score"
- Convert to OpenAI batch processing because there's a 50% discount and latency is acceptable
- Convert to Typescript to lower the chance of runtime errors
- Make README more clear
- Make each Google Sheets API call add 1000 rows to avoid API rate limit
- Put validation at the beginning of the program to avoid runtime errors
- Did not think about Deepseek, may still work but not tested
…ove a bug "jobURL" in the deduplication that made jobs data never match
…on multiple input files
…y Actors that have different output formats
Change columns because I thought "job pay" and "job source" are more important than "posted date", add instructions for adding job preferences (removed the user preferences from the prompt), combined deepseek and openAI columns to save space, added the first "parser"
…heet in case there is an OpenAI error
…to OpenAI at once to lower OpenAI bill, converted everything to Typescript so I could use Pqueue to run Apify actors in parallel
…each other, only deduplicated on jobs from spreadsheet. Fixed another bug where the new file format caused reading from file to fail
…t score" and the "employer fit score" to make the grading less ambiguous/more consistent
…. Also added reasons for the scores
…idation for missing files, adding example files, make OpenAI client lazy loaded to make my validation come first. Also delete the job summary code because I didn't use it or maintain it.
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.