Skip to main content
GET
/
v1
/
scrape
/
pinterest
/
user
/
boards
User Boards
curl --request GET \
  --url https://api.sociavault.com/v1/scrape/pinterest/user/boards \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "boards": [
    {
      "node_id": "Qm9hcmQ6MjgyODEyMTIwMjg5NDIzMDQ0",
      "id": "282812120289423044",
      "name": "Anthony Edwards",
      "description": "The best Anthony Edwards pins by 🚨 BSB 🚨",
      "url": "https://www.pinterest.com/broadstbullycom/anthony-edwards/",
      "privacy": "public",
      "pin_count": 317,
      "follower_count": 1833,
      "collaborator_count": 0,
      "section_count": 0,
      "is_collaborative": false,
      "created_at": "Thu, 18 Apr 2024 22:56:33 +0000",
      "board_order_modified_at": "Wed, 21 May 2025 11:18:38 +0000",
      "owner": {
        "node_id": "VXNlcjoyODI4MTIxODkwMDg0NzU1NDk=",
        "id": "282812189008475549",
        "username": "BroadStBullycom",
        "full_name": "🚨BSB🚨",
        "image_medium_url": "https://i.pinimg.com/75x75_RS/1c/82/f7/1c82f745249221256c71b8c04decb2c7.jpg",
        "is_verified_merchant": false,
        "domain_verified": true
      },
      "images": {
        "170x": [
          {
            "url": "https://i.pinimg.com/170x/6e/96/6e/6e966ea74419baf110176439f6a412ad.jpg",
            "width": 170,
            "height": 301
          }
        ]
      },
      "cover_images": {
        "222x": {
          "url": "https://i.pinimg.com/222x/3f/c9/ff/3fc9ffd3ef48d11f2cea9f4cffc8ece9.jpg",
          "width": 222
        }
      },
      "image_cover_url": "https://i.pinimg.com/200x150/3f/c9/ff/3fc9ffd3ef48d11f2cea9f4cffc8ece9.jpg",
      "image_cover_hd_url": "https://i.pinimg.com/474x/3f/c9/ff/3fc9ffd3ef48d11f2cea9f4cffc8ece9.jpg",
      "type": "board"
    }
  ],
  "cursor": "LT4yODI4MTIxMjAyODk0M....",
  "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

handle
string
required

The username of the user to get boards for

Example:

"broadstbullycom"

trim
boolean

Set to true for a trimmed down version of the response

Example:

false

Response

Successful response

success
boolean
Example:

true

boards
object[]
cursor
string
Example:

"LT4yODI4MTIxMjAyODk0M...."

creditsUsed
integer
Example:

1