Pinterest Video Downloader avatar
Pinterest Video Downloader

Pricing

$9.99/month + usage

Go to Store
Pinterest Video Downloader

Pinterest Video Downloader

Developed by

EasyApi

EasyApi

Maintained by Community

Easily download high-quality videos from Pinterest. With batch downloading capabilities and high-speed scraping, you can enrich your video collection effortlessly! ๐ŸŽฅ

5.0 (1)

Pricing

$9.99/month + usage

1

Total users

36

Monthly users

5

Runs succeeded

>99%

Last modified

21 days ago

๐ŸŽฅ Pinterest Video Downloader

Easily download videos from Pinterest with our Pinterest Video Downloader! This Apify actor allows you to input multiple Pinterest links and retrieve high-speed downloads of videos in bulk.

๐ŸŒŸ Key Features

  • Batch Video Downloading: Input multiple Pinterest links to download videos quickly.
  • High-Speed Scraping: Enjoy fast retrieval of video content without delays.

๐Ÿ› ๏ธ Data Fields Returned

The downloader retrieves a comprehensive 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 video (e.g., "pinterest").
    • title: Title or description of the video.
    • medias: An array of media objects containing:
      • width: Width of the video.
      • height: Height of the video.
      • duration: Length of the video in milliseconds.
      • url: Direct link to the video file.
      • thumbnail: URL for the video thumbnail image.
      • captions_urls: URLs for any available captions (if applicable).
      • best_captions_url: URL for the best available captions (if applicable).
      • quality: Quality of the video (e.g., "V_720P").
      • extension: File extension (e.g., "mp4").
      • type: Type of media (e.g., "video").
    • type: Type of content (e.g., "single" for individual videos).
    • error: Indicates if there was an error during retrieval (boolean).

๐Ÿš€ Why Choose Our Downloader?

  • Convenient and Fast: Quickly download multiple videos with high-speed performance.
  • User-Friendly Interface: Designed to be intuitive, making it easy for anyone to use.
  • Quality Assurance: Ensure you receive high-quality video files suitable for various uses.

Input

A full explanation of an input example in JSON.

{
"links": [
"https://jp.pinterest.com/pin/1005147210570271054/",
"https://jp.pinterest.com/pin/325244404357048766/"
]
}

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/1005147210570271054/",
"result": {
"url": "https://jp.pinterest.com/pin/1005147210570271054/",
"source": "pinterest",
"title": "Montessori book for baby 6 months, Sensory book cute fox, Quiet book for baby 9 months, Baby's first book",
"medias": [
{
"width": 1080,
"height": 1920,
"duration": 39766,
"url": "https://v1.pinimg.com/videos/mc/720p/17/52/ac/1752aca4002bf24c520aadc3c76aaa08.mp4",
"thumbnail": "https://i.pinimg.com/videos/thumbnails/originals/17/52/ac/1752aca4002bf24c520aadc3c76aaa08.0000000.jpg",
"captions_urls": null,
"best_captions_url": null,
"quality": "V_720P",
"extension": "mp4",
"type": "video"
}
],
"type": "single",
"error": false
},
...
]