## Overview Pinterest API helps developers and product teams collect Pinterest pins, board data, and pin details through simple HTTP endpoints. It is built for workflows such as content discovery, trend research, board monitoring, and structured Pinterest data ingestion. This API supports four core Pinterest use cases in one package: - Search Pinterest for pins by keyword - Fetch full details…
Pinterest endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/board /board |
Fetches a paginated list of pins from a Pinterest board by URL, returning each pin's id, description, title, images, board info, pin_join annotations, and aggregated_pin_data.… |
| GET |
/user/boards /user/boards |
Fetches a paginated list of boards for a Pinterest user, returning each board's name, url, description, pin_count, follower_count, owner info, cover_images, and created_at.… |
| GET |
/pin /pin |
Fetches detailed information about a single Pinterest pin by URL, returning title, description, link, dominantColor, originPinner, pinner, images at multiple resolutions… |
| GET |
/search /search |
Searches Pinterest for pins matching a query, returning results with id, url, title, description, images, link, domain, board info, and pinner details. Supports pagination via… |
| GET |
/system/state /system/state |
System check |
Pinterest pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 500 / minute |
|
| PRO | $10 / month | 500 / minute |
|
| ULTRA Recommended | $50 / month | 500 / minute |
|
| MEGA | $200 / month | 500 / minute |
|