Comment on Show HN: Where is “Who is hiring?” hiring?parentComments−manlioOP11yHN 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.−mountaineer11yYeah, 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...
Comments
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.
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...