2016-05-20 204 views
0

我正在嘗試從Pinterest API中找到統計信息的方法。Pinterest API獲取URL統計信息

像Facebook圖形API:URL Object

或者在countserv端點鏈接:

https://www.linkedin.com/countserv/count/share?format=json&url=https://www.linkedin.com/pulse/breaking-5-major-boolean-syntax-changes-irina-shamaeva 

我知道這是可能的,因爲這個網站是返回管腳數爲給定的URL:

https://www.sharedcount.com/#url=https%3A%2F%2Fwww.facebook.com%2F

有誰知道如何從Pinterest API獲取這些數據?

回答

0

有沒有官方支持的方式來與開發人員的API做到這一點。也就是說,這些小部件將這個用於使用此API的計數氣泡。

https://widgets.pinterest.com/v1/urls/count.json?url=<url>

我不會依賴它來做任何重要的事情,因爲它不受支持,並且可以隨時更改/刪除。

0

你可以得到的管腳數調用此URL

http://api.pinterest.com/v1/urls/count.json?callback=&url=http://stylehatch.co 

它會返回一個對象是這樣的:

({"count": 0, "url": "http://stylehatch.co"})