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
}Get the pins of a Pinterest 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
}The URL of the board to get
"https://www.pinterest.com/lizmrodgers/moms-night/"
The cursor to get the next page of results
"Y2JURlEwTWsxNlp6Vk9SR2MwV...."
Set to true for a trimmed down version of the response
false