Pinterest Video API

Get structured data from Pinterest video pins by URL: metadata and frames sampled at any rate, in jpg, png, or webp. Same FrameFetch schema as the other five platforms.

Read the docsPricing

What you get

For this platform FrameFetch returns metadata and parametric frames. One JSON response, billed per call (every response includes a cost block).

Quickstart

curl -X POST https://framefetch.net/v1/extract \
  -H "Authorization: Bearer <your-key>" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://www.pinterest.com/pin/PIN_ID/",
    "fields": ["metadata", "transcript"]
  }'

Get a key with POST /v1/keys (free credit). Full reference in the docs. Agents can pay per call with x402 (USDC) — no account.

Use it from an AI agent (MCP)

FrameFetch ships an MCP server at POST https://framefetch.net/mcp with the tools framefetch_extract and framefetch_platform_capabilities — point your agent at a Pinterest URL directly.

FAQ

What can I extract from a Pinterest pin?

Metadata and frames; request only the fields you need.

What image formats can frames use?

jpg, png, or webp, at any width from 16 to 7680 px.