Skip to main content
GET
Board
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

url
string
required

The URL of the board to get

Example:

"https://www.pinterest.com/lizmrodgers/moms-night/"

cursor
string

The cursor to get the next page of results

Example:

"Y2JURlEwTWsxNlp6Vk9SR2MwV...."

trim
boolean

Set to true for a trimmed down version of the response

Example:

false

Response

Successful response

Key Response Fields:

  • pins[n].id: Pin unique ID
  • pins[n].title: Pin title
  • pins[n].description: Pin description text
  • pins[n].link: External destination URL
  • pins[n].domain: Source domain
  • pins[n].images: Image size variants
  • pins[n].pinner.username: Pinner handle
  • pins[n].aggregated_pin_data.aggregated_stats.saves: Total saves count
  • pins[n].board.name: Parent board name
  • cursor: Pagination cursor for next page