List Pinterest board pins
List public pins on a Pinterest board by URL.
Headers
Get your API keyAPI key (`sfk_...`)
Link to the Pinterest board.
min 1 chars · max 4096 chars
Opaque pagination cursor returned by a previous response.
min 1 chars
When true, returns a smaller response with fewer fields.
Endpoint-specific response payload.
Whether the board was found.
one of: found, not_found
Pins returned for this board page.
Pinterest pin id.
min 1 chars
Canonical public pin URL when available.
Pin title when available.
Pin description when available.
Outbound destination link when available.
Destination domain when available.
Dominant image color when available.
When the pin was created, when available.
Primary (original) image when available.
Image URL when available.
Width in pixels when available.
≥ 0
Height in pixels when available.
≥ 0
User who pinned this item when available.
Pinterest user id when available.
Pinterest username when available.
Display name when available.
Profile image URL when available.
Board this pin belongs to when available.
Board id when available.
Board name when available.
Canonical public board URL when available.
Engagement metrics when available.
Save count when available.
≥ 0
Repin count when available.
≥ 0
Pagination state for the current response.
Cursor to pass in the next request when more results are available.
Whether another page of results is available.
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
Code example
curl "https://api.socialfetch.dev/v1/pinterest/boards/pins?url=https://www.pinterest.com/lizmrodgers/moms-night/" \
-H "x-api-key: YOUR_API_KEY"Responses
Pins for the requested board.