Get Board Info
Fetches board metadata without pins. Returns board name, description, pin count, section count, owner, privacy setting, cover images, and section list with pin counts.
Capability ID
pinterest.board-info.get
Cost
1 credit per request
Maximum runtime
45 seconds
POST
/execute
Shared execution endpoint
Input parameters
url
string
required
Full Pinterest board URL
Example
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.
Illustrative sample
The full redacted fixture is shown in the response panel.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
board |
object |
11 fields |
board.collaborator_count |
integer |
0 |
board.description |
string |
Bendy phone cases, rubberized nail art and 3D jewelry will become your … |
board.follower_count |
integer |
0 |
board.id |
string |
871517034080907898 |
board.is_collaborative |
boolean |
false |
board.name |
string |
Gimme Gummy |
board.owner |
object |
3 fields |
board.pin_count |
integer |
145 |
board.privacy |
string |
public |
board.section_count |
integer |
0 |
board.url |
string |
/pinterestpredicts/gimme-gummy/ |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.