TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Transforming "Who's Hiring? (November 2023)" Posts into a Google Sheet

27 pointsby ailiciousover 1 year ago
Hello HN Community!<p>I&#x27;ve transformed the &quot;Ask HN: Who&#x27;s hiring? (November 2023)&quot; post into a Google Sheet.<p>Here&#x27;s a quick rundown of the method:<p>I utilized the Hacker News Algolia Search API to extract data. You can find the specific thread URL here: <a href="https:&#x2F;&#x2F;hn.algolia.com&#x2F;api&#x2F;v1&#x2F;search_by_date?tags=comment,story_38099086&amp;hitsPerPage=10" rel="nofollow noreferrer">https:&#x2F;&#x2F;hn.algolia.com&#x2F;api&#x2F;v1&#x2F;search_by_date?tags=comment,st...</a><p>Using a GET request, I fetched comments from the thread and processed them via the ChatGPT API.<p>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.<p>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.<p>For few more details, you can check out this article: <a href="https:&#x2F;&#x2F;bulkninja.notion.site&#x2F;Converting-Ask-HN-Who-is-Hiring-Thread-into-Google-Sheets-6e6de1806c024d0eb4cf1c5957f27c8e" rel="nofollow noreferrer">https:&#x2F;&#x2F;bulkninja.notion.site&#x2F;Converting-Ask-HN-Who-is-Hirin...</a>

2 comments

ghostfoxgodover 1 year ago
Nice work, I am currently sending out the relevant links on my discord server on period basis, the idea of using GPT API to extract out information is much better than me manually trying to parse the data (many false positives right now). Will try and do it this way as well, thanks for the tip!
david927over 1 year ago
Thanks for doing that!<p>I put it into Excel and made a table out of it and could look at it in a much more meaningful way.