PinterestのAPIについて

技術関係

PinterestがAPIを提供し始めたというので調べてみる

提供されているAPI

データ取得系のAPIのみが提供されていて、更新系は無し
APIの利用には、登録が必要。http://developers.pinterest.com/api_request/

Get your domain’s Pins

ドメインを指定してピンされてる画像を取得

Our Most Recent Pins endpoint lets you fetch the most recently created Pins from your domain. Now, Pinners can see your latest Pins wherever you display them.

Get Pins related to a Pin

ピンされた画像を指定して、それに関連するピンされた画像を取得

Our Related Pins API lets you display a list of Pins from your domain similar to a Pin you choosh. Now, when someone likes one of your items, they’ll be able to see other Pins from you just like it. Once you specify Pin A from your domain, this API will return Pins B, C, D and so on also from your domain.

Get the most clicked Pins

指定されたドメインの中で最もクリックされたピンを取得

This API call returns the list of Pins from the domain ordered by click count value over a specified period of time (daily, weekly or bi-weekly).

Get the most repinned Pins

指定されたドメインの中で最もリピンされたピンを取得

Our Top Repins Domain endpoint lets you display a collection of the most repinned Pins from your domain over a certain period of timh. Now, your visitors can see which items are the most popular on Pinterest.

Search a domain’s pins

指定されたドメインの中でキーワードにヒットするピンを取得

Our Domain Search API lets you see Pins from your domain that include specific search terms. You specify a search predicate, like “car”, and the API will show you Pins from your domain with “car” in the description.

PinterestのRSSは2種類

http://pinterest.com/[username]/feed.rss
: ユーザーの全ての写真を時系列に取得するフィードURL

http://pinterest.com/[username]/[board]/rss
: ユーザーの特定のボードを取得するURL

Rich Snipetについて

サイトにメタデータを埋め込んでおくことで、ピンされた時にその情報をPinterest側に送ることができる

参考ページ

ついにPinterestが開発者用APIを公開!
Pinterestの画像をWordPressに表示させる
PinterestをAPI化するYahoo!PipesとjQueryブログパーツサンプル
これだけは押さえておこう!人気画像共有SNS 「Pinterest」基礎の基礎

タイトルとURLをコピーしました