Hacker News new | ask | show | jobs
by manlio 4083 days ago
HN Hiring Trends is really sweet, I didn't know about it. I do include only top level comments; and incidentally, digging through HN's HTML code was... uhm... let's say a bit messy.
1 comments

Yeah, I can imagine. HTML is really tricky. Why not use the API? With a few requests, you can query for and pull all of the whoishiring threads.

Here's how I pull them all down: https://github.com/ryanwi/hiringtrends/blob/master/lib/hirin...