Show HN: Curro – Startup Jobs Board(curro.work) I built this out because I think there should be a better way of looking for jobs than just crawling through different Ashby or Greenhouse links on different startups Some of the features supported: - Sort by years of experience, startup stage, location, salary, etc - Easily see jobs by company - See when a company last raised and who their investors are - Track your job hunt and bookmark roles Some thoughts from building it: - Because I'm scraping, I can also see when companies add and remove jobs, which could be a data point for how well a company is doing – could be interesting to surface - Job sites are very friendly toward scrapers – but there's weird customizations with some of them that create issues - i.e. some companies insist on having their own jobs page instead of using the stock greenhouse one. - I'm using Gemini Flash with structured output to parse the job descriptions on various company job sites to determine requirements, location etc - I have a neat trick with adding new companies – Perplexity's search api (which has gotten quite good) doesn't support structured output, but you can do search and pipe it into a structured output with gemini – this powers a feature for adding a quick bio and raise details about a company. - Shadcn w/ tailwind v4 looks much nicer now than before and doesn't need to be customized as much It's open source! Check out the repo here: https://github.com/mergd/curro There's an add companies form if you want to see a company added, and I'm all ears on feedback :) |