How to track social shares for specific URL free?

4 points by matchmaker12 ↗ HN
I'm looking for an API or a way to track the number of social shares for specific URL's

E.g. Twitter Likes/ Retweets Facebook shares/ likes Google Plus Shares

I can only find paid tools and they are super expensive for a small time app.

3 comments

[ 3.0 ms ] story [ 18.1 ms ] thread
Track it yourself by writing code that uses the twitter and facebook api.

Facebook's api has an endpoint for getting the share count. with twitter you need to call their search api and count total retweets yourself.

Its likely expensive because it is a complex problem to solve. Can you post a link to some of the services that you have found that do this?
With Facebook and g+ is free. G+ is easy because it's 0 99,99999% of the time.

For Twitter you have to pay to a third party service like gnip. It makes senses since twitter is still losing money.