Get Full Board
Compatibility endpoint for bounded board snapshots. For large or complete backups, use pinterest.board-pins.list and follow pagination.next_cursor; unbounded boards over 1,000 pins are rejected instead of returning silent partial data. Pin media includes video_url when recovered plus explicit media_type and media_detection evidence.
pinterest.board-full.get
/execute
Shared execution endpoint
Input parameters
max_pins
integer
optional
Maximum total number of pins to return across board-level pins and section pins. Omit or set to 0 to fetch all available pins.
100
max_sections
integer
optional
Maximum number of sections to scrape. When set, only the first N sections will have their pins fetched. Section metadata is always returned for all sections via stats.total_sections. Omit or set to 0 to scrape all sections.
20
page_size
integer
optional
Pinterest pagination page size for full-board pin fetching. Board pin requests are capped at 250 and section pin requests at 50.
100
url
string
required
Full Pinterest board URL or ?boardId= URL
https://www.pinterest.com/pinterest/home-decor-ideas/
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.