Comment by sethx

2 years ago

I was annoyed at how parasitic recruiters started contacting me about jobs in crypto, so i spent the last year building a fully automated job board that ingests all job data automatically and structures it using openai, while also enriching it with relevant company financials to combat information asymmetry. I’m now using it to find my next job :)

Check it out at: https://jobstash.xyz

I've also started down the road of rolling my own personalized job board. I'm also curious about where you're sourcing data from. I resorted to scraping sites like Crunchbase, layoffs.fyi, etc.

Related to this I put together a script to use ChatGPT to generate cover letters. Given the name of a company and the job title, it generates a fancy cover letter using Latex.

Thought about doing this as I'm fed up with Linkedin and the other crap out there. Would also love to know how this is done (where to get the job data).

nice, very solid! I've just started picking away at my own version of this (mainly to procrastinate from job searching), although not focused on crypto.

From a quick glance at the TG group, are you using just Github to scrape for jobs?