get https://api.buzzsumo.com/search/shares.json
Retrieve a sample of the people who have shared a particular article
Article Sharers Response Fields
The Sharers endpoint will return at most 50 influencers per page.
Most of the response fields are self-explanatory. Explanations for some of the less obvious fields are below:
pagerank
– this is the Google Pagerank of the URL listed in the influencer’s bio.reply_ratio
– this is the % of tweets that are replies to other people.retweet_ratio
– this is the % of tweets that are retweets of other people’s tweets.url_share_ratio
: this is the % of tweets that are sharing links.page_authority
: this is the Page Authority of the URL listed in the influencer’s bio.domain_authority
: this is the Domain Authority of the URL listed in the influencer’s bio.avg_retweets
: this is the average # of retweets one of their tweets gets. For instance, if someone has just 2 tweets, and it gets retweeted 100 times total, the average # of retweets would be 50.total_pages
: the total number of pages of results. Remember, if you want to see articles in the first page, pass page=0. For the 2nd page, pass page = 1, and so on.