I've transformed the "Ask HN: Who's hiring? (November 2023)" post into a Google Sheet.
Here's a quick rundown of the method:
I utilized the Hacker News Algolia Search API to extract data. You can find the specific thread URL here: https://hn.algolia.com/api/v1/search_by_date?tags=comment,st...
Using a GET request, I fetched comments from the thread and processed them via the ChatGPT API.
Employing the ChatGPT API for each comment, I parsed crucial job details such as company, position, location, and more. This information was structured and appended to a Google Sheets document, creating a neatly organized view of viable job opportunities.
I believe this resource can aid individuals in more effectively evaluating job offers or possibly be the foundation for a helpful search tool using this standardized data.
For few more details, you can check out this article: https://bulkninja.notion.site/Converting-Ask-HN-Who-is-Hirin...