Hacker News new | ask | show | jobs
by pbhjpbhj 5467 days ago
Now we don't have comment scores I'm afraid I have to add:

^ this

I've been using SearchYC to archive my comments via the RSS feed. Can I do this some other way?

1 comments

Not RSS but you can get the data in JSON format using HNSearch.

This will give your 10 most recent comments: http://api.thriftdb.com/api.hnsearch.com/items/_search?filte...

Documentation here to tweak for your needs: http://www.hnsearch.com/api

EDIT: Added filter to return only comments; previously included submissions, too.