Skip to main content
GET
/
v1
/
scrape
/
pinterest
/
board
Board
curl --request GET \
  --url https://api.sociavault.com/v1/scrape/pinterest/board \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "pins": [
    {
      "node_id": "UGluOjYzODk0ODg4NDcxNzM5NzAw",
      "id": "63894888471739700",
      "description": "Love the bun",
      "title": "",
      "grid_title": "",
      "images": {
        "orig": {
          "width": 1080,
          "height": 1920,
          "url": "https://i.pinimg.com/originals/d6/92/7d/d6927d71dd2f7584453beb1e1f4052fd.jpg"
        }
      },
      "link": "https://www.shffls.com/shuffles/5371250648050349525",
      "domain": "Uploaded by user",
      "is_promoted": false,
      "is_repin": true,
      "is_native": true,
      "is_shoppable": true,
      "repin_count": 3,
      "dominant_color": "#ffffff",
      "category": "",
      "board": {
        "node_id": "Qm9hcmQ6NjM4OTQ5NTcxNTI3MTg1MTk=",
        "id": "63894957152718519",
        "name": "Moms night",
        "url": "/lizmrodgers/moms-night/",
        "privacy": "public",
        "is_collaborative": false,
        "owner": {
          "node_id": "VXNlcjo2Mzg5NTAyNTg3MTc0OTM3NA==",
          "id": "63895025871749374",
          "username": "lizmrodgers",
          "full_name": "Liz Rodgers - DIY | Home Decor"
        }
      },
      "pinner": {
        "node_id": "VXNlcjo2Mzg5NTAyNTg3MTc0OTM3NA==",
        "id": "63895025871749374",
        "username": "lizmrodgers",
        "full_name": "Liz Rodgers - DIY | Home Decor",
        "is_verified_merchant": false
      },
      "native_creator": {
        "node_id": "VXNlcjo5MzY5NjAwMzQ4ODQyMTgwOTQ=",
        "id": "936960034884218094",
        "username": "mayajsanchez10",
        "full_name": "Maya Jade"
      },
      "aggregated_pin_data": {
        "aggregated_stats": {
          "saves": 149,
          "done": 0
        }
      },
      "pin_join": {
        "visual_annotation": [
          "Easter Brunch Outfit",
          "Cute Middle School Outfits",
          "Brunch Outfit"
        ]
      },
      "videos": {},
      "type": "pin"
    }
  ],
  "cursor": "Y2JURlEwTWsxNlp6Vk....",
  "creditsUsed": 1
}
💳 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

success
boolean
Example:

true

pins
object[]
cursor
string
Example:

"Y2JURlEwTWsxNlp6Vk...."

creditsUsed
integer
Example:

1