List Board Pins
Returns one bounded page of public board pins plus pagination.next_cursor. Keep requesting with cursor until pagination.has_more is false. Designed for large-board backups and resumable collection.
pinterest.board-pins.list
/execute
Shared execution endpoint
Input parameters
cursor
string
optional
Opaque continuation cursor returned by the previous page
limit
integer
optional
Maximum pins returned in this page
25
url
string
required
Full public Pinterest board URL
https://www.pinterest.com/PinterestPredicts/gimme-gummy/
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
No committed sample output is available for this capability yet.
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.