Pinterest Image Downloader avatar
Pinterest Image Downloader

Pricing

$9.99/month + usage

Go to Store
Pinterest Image Downloader

Pinterest Image Downloader

Developed by

EasyApi

EasyApi

Maintained by Community

Easily download high-quality images from Pinterest. With batch downloading capabilities and comprehensive data retrieval, you can enrich your visual content library effortlessly! 📸

0.0 (0)

Pricing

$9.99/month + usage

2

Total users

97

Monthly users

15

Runs succeeded

>99%

Last modified

4 days ago

📸 Pinterest Image Downloader

Effortlessly download images from Pinterest with our Pinterest Image Downloader! This Apify actor allows you to input multiple Pinterest links and retrieve high-quality images in bulk.

🌟 Key Features

  • Batch Image Downloading: Input multiple Pinterest links to download images at once.
  • High-Quality Images: Access a variety of image resolutions and formats.

🛠️ Data Fields Returned

The downloader retrieves a detailed set of fields for each pin, including:

  • url: Pinterest URL for the pin.
  • result:
    • url: Direct link to the Pinterest pin.
    • source: Source of the image (e.g., "pinterest").
    • title: Title or description of the pin.
    • medias: An array of media objects containing:
      • width: Width of the image.
      • height: Height of the image.
      • url: Direct link to the image.
      • quality: Description of the image quality (e.g., "236x").
      • extension: File extension (e.g., "jpg").
      • type: Type of media (e.g., "image").
    • type: Type of content (e.g., "multiple" for pins with several images).
    • error: Indicates if there was an error during retrieval (boolean).

🚀 Why Choose Our Downloader?

  • Convenient and Fast: Quickly download multiple images without hassle.
  • User-Friendly Interface: Designed to be intuitive and easy to use for everyone.
  • Quality Assurance: Ensure you get high-quality images suitable for various uses.

Input

A full explanation of an input example in JSON.

{
"links": [
"https://jp.pinterest.com/pin/1337074888254229/",
"https://jp.pinterest.com/pin/703756187194777/"
]
}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"url": "https://jp.pinterest.com/pin/1337074888254229/",
"result": {
"url": "https://jp.pinterest.com/pin/1337074888254229/",
"source": "pinterest",
"title": "Sam Coleman | Some snippets of this golden boy 🎨 . . . #artreels #handmadepainting #watercolorpainting #watercolordog #irishartist #petportraits… | Instagram",
"medias": [
{
"width": 236,
"height": 419,
"url": "https://i.pinimg.com/236x/ac/10/56/ac105618d3e5e08cfd42c3f0149bbc82.jpg",
"quality": "236x",
"extension": "jpg",
"type": "image"
},
{
"width": 236,
"height": 419,
"url": "https://i.pinimg.com/236x/ac/10/56/ac105618d3e5e08cfd42c3f0149bbc82.jpg",
"quality": "237x",
"extension": "jpg",
"type": "image"
},
{
"width": 540,
"height": 960,
"url": "https://i.pinimg.com/564x/ac/10/56/ac105618d3e5e08cfd42c3f0149bbc82.jpg",
"quality": "564x",
"extension": "jpg",
"type": "image"
}
],
"type": "multiple",
"error": false
}
},
...
]