Pinterest Downloader API
## Overview The **Pinterest Downloader API** lets you resolve any Pinterest pin URL into a direct, downloadable media file — no Pinterest account, no authentication, no scraping setup required. Built on a production server that handles Pinterest's cross-origin restrictions natively, so every resolved file downloads correctly on all devices and browsers. Whether you're building a mobile app, a…
Pinterest Downloader API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Bulk Download ZIP /api/bulk |
Pass up to 5 Pinterest pin URLs and receive a single ZIP file containing all resolved media. Videos and images both supported. Failed pins are skipped — ZIP is always returned. |
| POST |
Resolve Pin by ID /api/resolve-pin |
Resolve a Pinterest pin by its numeric ID into a download token. Use this after scanning a board to get tokens for individual pins. |
| POST |
Scan Board /api/board |
Scan a public Pinterest board URL and return up to 50 pins with their thumbnails and IDs. Use Resolve Pin on each ID to get download tokens. |
| POST |
Resolve Pin /api/download |
Resolve a Pinterest pin URL into a download token, thumbnail and media type. Supports pinterest.com, pin.it and all regional Pinterest domains. |
| GET |
Stream Media File /api/proxy |
Stream and download the actual media file using a token returned from Resolve Pin. Forces a real file save on all devices including iOS Safari. |
Pinterest Downloader API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | 20 / minute |
|
| ULTRA | $29.9 / month | 50 / minute |
|
| MEGA | $79.99 / month | — |
|