Skip to main content
GET
Board
Returns one page of pins from a board URL, with a cursor to page.
board.url on search results is relative (/agkelsey/the-apartment/) — prefix https://www.pinterest.com before calling, or the request fails.
Board pins carry a third field subset, different from both search results and pin detail: node_id, link, domain, rich_summary, seo_url, board, auto_alt_text among them. Measured at 104 KB for 16 pins; trim=true cuts it to 28 KB, keeping per pin id, title, description, link, domain, board, pinner, alt_text, rich_summary and reaction_counts. For a user’s board list rather than one board’s pins, use get_pinterest_user_boards.

Example

Authorizations

Authorization
string
header
required

AIsa API key. Get yours at https://aisa.one

Query Parameters

url
string
required

The URL of the board to get

cursor
string

The cursor to get the next page of results

trim
boolean

Set to true for a trimmed down version of the response

Response

200 - application/json

Successful response

success
boolean
credits_remaining
integer
pins
object[]
cursor
string | null