Skip to content

Instantly share code, notes, and snippets.

@honzapav
Last active November 13, 2015 20:13
Show Gist options
  • Save honzapav/6d02a959e19476d7116e to your computer and use it in GitHub Desktop.
Save honzapav/6d02a959e19476d7116e to your computer and use it in GitHub Desktop.
Shared Count API call
https://free.sharedcount.com/?url={sem-patri-url}&apikey={sem-patri-api-key}
pro OpenRefine:
'https://free.sharedcount.com/?url=' + value + '&apikey={sem-patri-api-key}'
value.parseJson()[„like_count“]
value.parseJson()[„share_count“]
value.parseJson()[„GooglePlusOne“]
value.parseJson()[„Twitter“]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment