Pinterest Data API
Scrape Pinterest data. Search pins, get pin details, user profiles, board info, and more — all returned as clean JSON.
21 subscribers
9.5/10 popularity
2036 ms avg latency
99% success rate
7 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Pinterest Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Search | ||
| GET |
searchVideos /search/videos |
Search Pinterest for video pins by keyword. Returns video pin details including images, pinner info, board, save count, and more. Supports pagination via bookmark. |
| GET |
searchBoards /search/boards |
Search Pinterest for boards by keyword. Returns board name, pin count, follower count, owner, and cover image. |
| GET |
searchPins /search/pins |
Search Pinterest for pins by keyword. Returns pin details including images, pinner info, board, save count, and more. Supports pagination via bookmark. |
| Pins | ||
| GET |
getPin /pin/{id} |
Get full details for a single Pinterest pin by its ID. Includes title, description, images in multiple sizes, pinner info, board info, save count, comment count, and more. |
| Users | ||
| GET |
getUser /user/{username} |
Get a Pinterest user's public profile including follower count, following count, pin count, board count, bio, website, and profile images. |
| GET |
getUserBoards /user/{username}/boards |
List all public boards for a Pinterest user, including board name, pin count, follower count, description, and cover image. |
| Boards | ||
| GET |
getBoard /board |
Get full details for a Pinterest board including pin count, follower count, collaborators, sections, and cover image. |
Pinterest Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / second |
|
| PRO | $9.99 / month | 5 / second |
|
| ULTRA Recommended | $29.99 / month | 10 / second |
|
| MEGA | $69.99 / month | 20 / second |
|