nowfound

Alternatives

Products that do what Automating Hackernew's hiring thread to Markdown does

I got tired of manually reading through the hiring thread and automated it for myself using Github actions and GPT4o with structured data to extract data points I cared about. I also wrote about it if you're interested in reading how it was done here - https://amberwilliams.io/blogs/a6593b75-8cdd-4ae3-9a89-5dedb... Also follow up to use structured data here - https://amberwilliams.io/blogs/474b0361-cbc1-4fa5-b047-c042f...

  1. 1AO
  2. 2IM

    I noticed the who's hiring threads are very popular every month, so I decided to create a job board specifically for hacker news. You can tag jobs, search, view user's profiles and more. Tell me what you guys thing! Any feedback is appreciated.

    2013 · hnjobs.org

  3. 3HN

    Wrote a proof of concept script for searching for jobs by copy pasting your resume. It looks for jobs posted on Hacker News Who’s Hiring from the past 3 months: https://colab.research.google.com/drive/12wt7cjhIUKf1Vu2rRFO... To use it, click Runtime > Run All. Wait about 5 minutes, then once everything is done, go to the bottom most cell and you can change the query variable from my resume to yours, and then re-run the cell. Largely written by GPT-4 and copy pasting documentation, with some minor tweaking.

    2023 · colab.research.google.com

  4. 4IM

    I vibe-coded a small project that turns the “Ask HN: Who is hiring?” thread into searchable job data using OpenAI, PostgreSQL, and Metabase. It pulls the thread using the Hacker News API, uses GPT to extract fields like company, role, location, salary, and contact, stores everything in PostgreSQL, and spins up Metabase so you can explore and search the results. Right now it runs locally, but would anyone be interested if I built this out a bit more and made a public dashboard?

    2025 · github.com

  5. 5GC
  6. 6QF

    Hi all, I made this tool to sift through all the who's hiring posts. You'll need node / npm, but it works locally. It includes 2019 data. In the future, I hope to include all who's hiring posts with better graphs to visualize it. You can download it and play with it from here: https://github.com/vishaldpatel/jobstats And if you do, I'd love feedback! Including code feedback. There's some stuff that I haven't followed. Thank you! - V

    2019

  7. 7CA

    Based on the multiple "Who's hiring remotely?" and similar posts on HN, I thought it might be useful to have a site that aggregates remote programming jobs. There is way too much spam out and an inconsistent way to say "work from home" so traditional searching doesn't work (or rather, takes a long time per person). I've worked in a few remote programming positions so I figured I might know of some companies or searching tricks to find them. Let me know if you'd find this type of thing useful. If we can get some traffic going, then maybe we can start attracting companies to actually list…

    2010

  8. 8HA
  9. 9AT

    Hey, folks! I'm writing this small Chrome Extension to help me find jobs I'd be interested in the monthly HN's "Who is Hiring?" thread. I've used React to render the UI that just loads a stripped down version of the posts and look into them by the tags I've chosen. Here's a demo: http://imgur.com/a/CzNSa. I haven't submitted to the Chrome Web Store yet because of their $5 fee. :P But let me know if you'd be interested and I can share the extension with you :)

    2017

  10. 10AD

    Hey Hacker News, I made a job aggregator for entry-level positions that focus on students, recent grads, and individuals with less than 3 years of experience. I mostly find dev jobs requiring 3+ years of experience and is a huge pain so I made this. We recently launched our MVP last month and today we are launching V2 with a category based re-design. We will be adding filtering tags very soon. Please let us know if you have any questions or feedback. Link: https://entrylevel.io

    2020

  11. 11IB

    Hey Guys, I created GithubReader.org (open-source, non-profit, most of the code is written by ChatGPT). My motivation: I wanted an easy way to keep a list of repositories I want to learn from and access them quickly. So, I built a search page where I can find repositories by name, like Google. Also, I wanted a nicer way to read Markdown files on my laptop without the GitHub UI, like reading a book. So, I made a custom UI with a back button that takes you to the previous state without jumping pages. The markdown links are sharable, e.g.…

    2024 · githubreader.org

  12. 12HA

    Hi HN, I built hireindex.xyz – a searchable website that aggregates and indexes candidates from the "Who Wants to Be Hired" threads on Hacker News. Coming soon: Analytics to highlight trends in skills, technologies, and candidate preferences across HN posts. With HireIndex, you can: Search by tech stack. Quickly scan bios, salary expectations, and contact links. Filter by remote/on-site preferences and employment type. I made this because I was tired of scrolling through long threads and wanted a better way to find interesting people. Would love your feedback – especially around UX and…

    2025 · hireindex.xyz

  13. 13IT

    I created http://devtest.net as a weekend project, and I'm pretty proud of it from a technical and UI standpoint. The problem is, I've built this by myself in a bit of a vacuum, to "scratch my own itch", and I don't know if this is useful to anyone other than me. I'm also not so hot on the business side and don't really know what I'm doing. Basically, I'm looking for some advice, now that I've actually launched, what now? One thing that this has shown me is that I'm capable of putting together a pretty decent web application on my own in my spare time. Should I stick with this idea, or…

    2012

  14. 14IB

    As a software engineer, my reflex has always been to script everything I can. Scripting is easy, but everything around it is tricky: scripts have to run somewhere, they need access to credentials, they need to be monitored. None of it is simple. No-code automation platforms such as Zapier or IFTTT are too restrictive for technical tasks; CI/CD platforms make it easy to script tasks related to a repository, but are limited when trying to do anything else. I wanted the low level control you have when writing scripts while retaining the comfort of a platform managing execution for me. So I…

    2022 · exograd.com

  15. 15MB
  16. 16DF

    Link: https://who-is-hiring.arxpoetica.com/listing/20083795 Hello all, I wanted a tool to query against and save job searches and hide irrelevant ones, so I built it. Thought I'd share. Built on the awesome SvelteJS (https://svelte.dev/) framework and equally awesome Sapper (https://sapper.svelte.dev/) deploy platform. The app pulls posts from user `whoishiring` (https://news.ycombinator.com/user?id=whoishiring) on Hacker News, and provides useful tools for sorting and saving settings / filters to localStorage. Click on…

    2019

  17. 17GF

    Hey HN - today I’m launching GitHired. A hiring platform that ranks developers based on what they actually build — not what they claim on a PDF. It’s called GitHired, and here’s the core idea: GitHub > Resumes Instead of trusting “proficient in React” bullet points, we analyze a candidate’s actual GitHub: their real tech stack their most complex projects how active they are what kinds of contributions they make which skills match your job description and yes, we detect fake “green square farming.” Why we built this Because engineering hiring is broken. Resumes are inflated. Activity charts…

    Dec 2025 · githired.tech

  18. 18UC

    Hi HN, https://companies.bx.tc My colleague and I put together this tool for easily searching UK company data. We run a few server side batches daily to extract data from various government sources before linking it all together in (what is now) a fairly large database. We're also using this project as a way to test out a new JS UI library we built (similar to Vue, but a bit faster) to see how it stands up in a real project. We'd love to hear your feedback and any ideas you have for how we can improve the dashboard! Thanks :)

    2020

  19. 19AO

    Hey HN, I wanted to share an open source plugin + skills I put together that turn Claude Code into a job search assistant. The goal is to minimize the amount of time needed to find interesting and relevant jobs. How it works: 1. Clone the repo, install the plugin, and run `/job-search` 2. Claude will ask a few questions to understand the roles you’re interested in and save your preferences locally. 3. Claude will then pull live job postings (currently, LinkedIn Jobs), compare posts against your preferences, and generate a digest of the posts that are relevant. 4. [Optionally] Claude…

    Jun 2026 · github.com

  20. 20IB

    Hi HN, A lot of the dev teams I have worked with had a lot of issues with their documentation. In fact, some of my easiest clients to get were from clients that had "black box" solutions that devs no longer at the company had created. Personally, writing documentation is like grinding nails on a chalkboard. I have been having a lot of fun with building solutions that can run in a distributed way, not something a dev needs to run themselves. And after a significant amount of testing and building out several different solutions, I finally have a solution that is easy to set up and runs in the…

    Dec 2025 · codesummary.io

  21. 21AJ

    Hello Hacker News! Exactly one year ago, I shared an article analyzing the skills most in demand for data analyst roles. Today, I’m excited to bring you the next evolution of that idea—scaled up to cover most IT fields. What did I create? A smart job aggregator: It filters job listings to show only those that match your unique skillset—no more endless scrolling. Live market insights: It analyzes current job trends to pinpoint the skills employers are looking for right now. Personalized skill growth recommendations: Based on your profile, it highlights the two specific skills that could most…

    2024 · careercode.it

  22. 22GM

    2019 · github.com

  23. 23IO

    Hey HN peeps! I've been working on coverlettergpt.xyz for the past few weeks. It was recently featured in the IndieHackers newsletter[0] and is just shy of 900 users. You can use it to generate cover letters by copy & pasting the job description, uploading your CV/résumé, and changing a few settings. The app will then generate cover letters for you, which you can further edit with GPT. You can also manage your jobs, create multiple cover letters per job, and other fun stuff. I'm honestly quite surprised at the response to it, as it's "yet another GPT wrapper," but I've built in some…

    2023 · coverlettergpt.xyz

  24. 24AW

    Hello everyone! I know there are already a few "Who Is Hiring" aggregators, but I wanted to show off what I've done. My project was cancelled right before Christmas, so this project was a great way to blow off some steam while procrastinating looking for a new job. Tangentially, I am looking for new career opportunities if your company needs a full stack web developer, lol. This website was completed in about a week and a half. I wanted to present it in a Show HN post on Jan 2 when the usual Who Is Hiring posts were featured, but I didn't think it had enough features to make it useful. Even…

    2020

Ranked by how close each launch is in meaning, then by votes. Refine with a description →