Pinterest Data API
Unofficial Pinterest API for scraping public Pinterest content as clean JSON — no Pinterest account, OAuth, or cookies required. FEATURES • Search pins, videos, boards, or users by keyword • Image-only and video-only search endpoints • Pin details with original (highest-resolution) image URL • Dedicated video extractor: best mp4 URL + duration + thumbnail • Dedicated image extractor: original…
Pinterest Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Meta | ||
| GET |
/health /health |
|
| Search | ||
| GET |
/search/videos /search/videos |
Search results filtered to only video pins. Each result includes a `video` URL (mp4). |
| GET |
/search/images /search/images |
Search results filtered to only pins that have an image (video pins removed). |
| GET |
/search /search |
Search across pins, videos, boards, or users (controlled by `scope`). Returns up to 50 items. |
| Pins | ||
| GET |
/pin/{id}/video /pin/{id}/video |
|
| GET |
/pin/{id} /pin/{id} |
|
| GET |
/pin/{id}/related /pin/{id}/related |
Returns up to 50 pins related to the given pin. |
| GET |
/pin/{id}/image /pin/{id}/image |
|
| Users | ||
| GET |
/user/{username}/pins /user/{username}/pins |
Returns up to 50 pins created by the user. |
| GET |
/user/{username} /user/{username} |
|
| GET |
/user/{username}/boards /user/{username}/boards |
Returns up to 50 boards owned by the user. |
| Boards | ||
| GET |
/board/{username}/{boardSlug} /board/{username}/{boardSlug} |
Returns board metadata and up to 50 pins from the board. |
Pinterest Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC Recommended | $5 / month | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $20 / month | — |
|