vote up 2 vote down star
1

Is there an API (official or unofficial) that for a given blog post, lets me see how many people have shared it/starred it on Google Reader? I subscribe to a particular blog which is a bit too prolific for my reading habits, so I'd like to produce a new feed which only includes the posts which have reached a certain crowd-sourced threshold of quality.

flag

53% accept rate

2 Answers

vote up 1 vote down

Google's got a ton of client APIs that make it easy to query google reader, blogger and probably every other service they offer. The Google Data API may have what you're looking for. Their apis are available from http://code.google.com/apis/gdata/

link|flag
That doesn't include Google Reader, sadly – andygeers Mar 27 at 17:38
It does wrap up things like authentication which you'd need in order to make the aPI calls yourself. – TreeUK Jul 15 at 18:33
vote up 1 vote down

There's no official API for Google Reader, but there is some unofficial documentation based on reverse engineering here.

link|flag
Sadly, it only seems to let you see if you shared it, not how many others did. – andygeers Mar 27 at 17:45
Ya.. I suspect what you're looking for may only be internally accessible. Would be really cool though. Maybe delicious has something you could use? – Ryan Graham Mar 27 at 17:49

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.