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: I used an LLM to parse HN Who's Hiring comments to structured job data

16 pointsby tekmavenover 1 year ago
Hello! I used an LLM to extract structured data from each comment on the “Ask HN: Who is Hiring? (January 2024)” post, available at: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=38842977">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=38842977</a>. This created a dataset of 400+ jobs with data such as title, company name, location, is job remote, salary data, and the URL&#x2F;email to contact. For the UI, a NextJS static site was created to filter and view the structured data.

6 comments

alecsmover 1 year ago
Funny that only 51 out of 475 jobs show the salary while tech people are very vocal against not showing it.
quickthrower2over 1 year ago
Good stuff. Remote is not a boolean though. It would be good to specify:<p>* Which countries can apply for the role (or is it Global)<p>* Which timezones can apply for the role (or is it Global)<p>If not specified you could assume you need to be a citizen of their country and in their time zone +&#x2F;- 3 hours.<p>I think this is where an LLM can shine, it may be able to make good guesses about this stuff.
helsinkiandrewover 1 year ago
Nice, a time&#x2F;date on each comment might be useful, so you can find the jobs posted an hour ago rather than 5 days.
评论 #38912488 未加载
LorenzoGoodover 1 year ago
Awesome!<p>Small suggestion, move the &quot;Link to original comment&quot; button, to the HN comment drop-down.
评论 #38940244 未加载
chrissnellover 1 year ago
Can we get a &quot;Kubernetes&quot; added to the technologies filter?
niemyjskiover 1 year ago
Pretty awesome!!