Skip to main content
GET
/
v1
/
scrape
/
pinterest
/
pin
Pin
curl --request GET \
  --url https://api.sociavault.com/v1/scrape/pinterest/pin \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "altText": "<string>",
  "autoAltText": "a white bowl filled with meat and tomato sauce on top of a wooden cutting board",
  "closeupUnifiedDescription": "Italian Pot Roast (Straccato)",
  "description": "Italian Pot Roast (Straccato)",
  "descriptionHtml": "Italian Pot Roast (Straccato)",
  "dominantColor": "#714426",
  "originPinner": {
    "entityId": "91268467356860596",
    "id": "VXNlcjo5MTI2ODQ2NzM1Njg2MDU5Ng==",
    "username": "ClosetCooking",
    "fullName": "Closet Cooking",
    "followerCount": 780870,
    "imageLargeUrl": "https://i.pinimg.com/140x140_RS/71/1a/ce/711ace70f2f6f846692993a7ec3da426.jpg",
    "isVerifiedMerchant": false
  },
  "pinner": {
    "id": "VXNlcjoyMDYxNTg0MzUxNTI=",
    "entityId": "206158435152",
    "fullName": "Adrienne James",
    "username": "fluffduckie",
    "followerCount": 4756,
    "imageLargeUrl": "https://i.pinimg.com/140x140_RS/00/60/87/0060871118d040a1ad20ace0148923da.jpg"
  },
  "gridTitle": "Italian Pot Roast (Straccato)",
  "title": "Italian Pot Roast (Straccato)",
  "link": "https://www.closetcooking.com/italian-pot-roast-straccato/",
  "domain": "closetcooking.com",
  "isPromoted": false,
  "board": {
    "id": "Qm9hcmQ6MTM3NDM4OTk5MjE1",
    "entityId": "137438999215",
    "name": "Food & Fun",
    "url": "/fluffduckie/food-fun/",
    "pinCount": 1880,
    "privacy": "public"
  },
  "aggregatedPinData": {
    "aggregatedStats": {
      "saves": 49054
    },
    "commentCount": 55
  },
  "totalReactionCount": 694,
  "shareCount": 162,
  "repinCount": 2208,
  "richMetadata": {
    "title": "Italian Pot Roast (Stracotto)",
    "description": "A slow braised Italian style pot roast in a tasty tomato sauce.",
    "siteName": "Closet Cooking",
    "url": "https://www.closetcooking.com/italian-pot-roast-straccato/",
    "recipe": {
      "name": "Italian Pot Roast (Stracotto)",
      "servingsSummary": {
        "serves": "6",
        "summary": "Serves 6"
      },
      "diets": [
        "Gluten free",
        "Paleo"
      ],
      "cookTimes": {
        "total": {
          "h": 3,
          "m": 45
        }
      }
    }
  },
  "imageSpec_orig": {
    "url": "https://i.pinimg.com/originals/d9/cb/ac/d9cbac6b643a03c096f7fd0566cecaf1.jpg",
    "height": 1200,
    "width": 800
  },
  "videos": {},
  "createdAt": "Thu, 06 Jun 2024 02:33:19 +0000",
  "seoTitle": "Italian Pot Roast (Stracotto) | Recipe | Roast beef recipes, Italian pot roast, Beef recipes easy",
  "seoUrl": "/pin/68747564459/",
  "id": "UGluOjY4NzQ3NTY0NDU5",
  "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

Pinterest pin URL

Example:

"https://www.pinterest.com/pin/1124351863225567517/"

trim
boolean

Set to true for a trimmed down version of the response

Example:

false

Response

Successful response

success
boolean
Example:

true

altText
string | null
autoAltText
string
Example:

"a white bowl filled with meat and tomato sauce on top of a wooden cutting board"

closeupUnifiedDescription
string
Example:

"Italian Pot Roast (Straccato)"

description
string
Example:

"Italian Pot Roast (Straccato)"

descriptionHtml
string
Example:

"Italian Pot Roast (Straccato)"

dominantColor
string
Example:

"#714426"

originPinner
object
pinner
object
gridTitle
string
Example:

"Italian Pot Roast (Straccato)"

title
string
Example:

"Italian Pot Roast (Straccato)"

Example:

"https://www.closetcooking.com/italian-pot-roast-straccato/"

domain
string
Example:

"closetcooking.com"

isPromoted
boolean
Example:

false

board
object
aggregatedPinData
object
totalReactionCount
integer
Example:

694

shareCount
integer
Example:

162

repinCount
integer
Example:

2208

richMetadata
object
imageSpec_orig
object
videos
object
createdAt
string
Example:

"Thu, 06 Jun 2024 02:33:19 +0000"

seoTitle
string
Example:

"Italian Pot Roast (Stracotto) | Recipe | Roast beef recipes, Italian pot roast, Beef recipes easy"

seoUrl
string
Example:

"/pin/68747564459/"

id
string
Example:

"UGluOjY4NzQ3NTY0NDU5"

creditsUsed
integer
Example:

1