socialcrawl/
← All platforms

pinterest

Unified access to pinterest data.

GET /v1/pinterest/account 1 credit cached 15m
curl "http://datatrend.nl/v1/pinterest/account" \
  -H "x-api-key: YOUR_KEY"
GET /v1/pinterest/boards 1 credit cached 10m
curl "http://datatrend.nl/v1/pinterest/boards" \
  -H "x-api-key: YOUR_KEY"
GET /v1/pinterest/pin 1 credit cached 15m
Parameters
url required e.g. https://www.youtube.com/watch?v=dQw4w9WgXcQ
curl "http://datatrend.nl/v1/pinterest/pin?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DdQw4w9WgXcQ" \
  -H "x-api-key: YOUR_KEY"