Pinterest Board Downloader avatar
Pinterest Board Downloader

Pricing

$2.50 / 1,000 results

Go to Store
Pinterest Board Downloader

Pinterest Board Downloader

Developed by

Headless Agent

Headless Agent

Maintained by Community

This Apify Actor enables you to extract and download structured data from all pins in a Pinterest Board using only the board's URL

0.0 (0)

Pricing

$2.50 / 1,000 results

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

3 days ago

This Apify Actor enables you to extract and download structured data from all pins in a Pinterest Board using only the board's URL. The Actor crawls the board, fetching metadata for every pin—including images, videos, user and board information, statistics, and external links. It's ideal for automation workflows, data analysis, or archiving entire Pinterest Boards efficiently.

Features

  • Extracts all Pins from a specified board via a single board URL.
  • Retrieves various image sizes and direct video links (if available) for each Pin.
  • Gathers board and user profile details, as well as statistics and outbound links.
  • Outputs structured JSON for easy post-processing or integration.

Input

The only required input is the url string of a valid Pinterest Board.

Example Input:

{
"url": "https://www.pinterest.com/mashaleschishin5/procreate/"
}

Note: The URL must point to a Pinterest Board (not an individual Pin).

Output

For every Pin found on the board, the output dataset will contain an object with these fields:

  • id, title
  • Statistics: savesCount, repinCount
  • images: an array of available image sizes (with metadata)
  • videos: video information, if present
  • board: associated board details
  • link, domain
  • pinner: information about the user who created or saved the pin

Example Pin Output:

{
"id": "605100899942144230",
"title": "procreate tips!",
"savesCount": 8526,
"repinCount": 0,
"images": [
{
"url": "https://i.pinimg.com/236x/d3/ab/86/d3ab86b1f603a1eed0a6cf11970fcfbf.jpg",
"width": 236,
"height": 419,
"quality": "170x",
"extension": "jpg"
},
{
"url": "https://i.pinimg.com/136x136/d3/ab/86/d3ab86b1f603a1eed0a6cf11970fcfbf.jpg",
"width": 136,
"height": 136,
"quality": "136x136",
"extension": "jpg"
},
{
"url": "https://i.pinimg.com/236x/d3/ab/86/d3ab86b1f603a1eed0a6cf11970fcfbf.jpg",
"width": 236,
"height": 419,
"quality": "236x",
"extension": "jpg"
},
{
"url": "https://i.pinimg.com/474x/d3/ab/86/d3ab86b1f603a1eed0a6cf11970fcfbf.jpg",
"width": 474,
"height": 842,
"quality": "474x",
"extension": "jpg"
},
{
"url": "https://i.pinimg.com/736x/d3/ab/86/d3ab86b1f603a1eed0a6cf11970fcfbf.jpg",
"width": 720,
"height": 1280,
"quality": "736x",
"extension": "jpg"
},
{
"url": "https://i.pinimg.com/originals/d3/ab/86/d3ab86b1f603a1eed0a6cf11970fcfbf.jpg",
"width": 720,
"height": 1280,
"quality": "orig",
"extension": "jpg"
}
],
"videos": {
"video_list": {
"V_HLSV4": {
"url": "https://v1.pinimg.com/videos/mc/hls/ab/a3/15/aba315702b72254997219ebdec9881c8.m3u8",
"width": 720,
"height": 1280,
"duration": 30066,
"thumbnail": "https://i.pinimg.com/videos/thumbnails/originals/ab/a3/15/aba315702b72254997219ebdec9881c8.0000000.jpg",
"captions_urls": {}
},
"V_720P": {
"url": "https://v1.pinimg.com/videos/mc/720p/ab/a3/15/aba315702b72254997219ebdec9881c8.mp4",
"width": 720,
"height": 1280,
"duration": 30066,
"thumbnail": "https://i.pinimg.com/videos/thumbnails/originals/ab/a3/15/aba315702b72254997219ebdec9881c8.0000000.jpg",
"captions_urls": {}
},
"V_HLSV3_MOBILE": {
"url": "https://v1.pinimg.com/videos/mc/hls/ab/a3/15/aba315702b72254997219ebdec9881c8.m3u8",
"width": 720,
"height": 1280,
"duration": 30066,
"thumbnail": "https://i.pinimg.com/videos/thumbnails/originals/ab/a3/15/aba315702b72254997219ebdec9881c8.0000000.jpg",
"captions_urls": {}
}
}
},
"board": {
"id": "605100968623398658",
"url": "https://www.pinterest.com/mashaleschishin5/procreate/",
"privacy": "public",
"name": "Procreate"
},
"link": "http://auburnartco.etsy.com/",
"domain": "auburnartco.etsy.com",
"pinner": {
"id": "605101037342202459",
"fullName": "m.design",
"username": "mashaleschishin5",
"imageUrl": "https://i.pinimg.com/75x75_RS/96/43/23/964323dfa61132789b93533203f2f581.jpg"
}
}

On this page

Share Actor: