Pinterest Video Downloader
1 day trial then $9.99/month - No credit card required now
Pinterest Video Downloader
1 day trial then $9.99/month - No credit card required now
Easily download high-quality videos from Pinterest. With batch downloading capabilities and high-speed scraping, you can enrich your video collection effortlessly! 🎥
🎥 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.
1{ 2 "links": [ 3 "https://jp.pinterest.com/pin/1005147210570271054/", 4 "https://jp.pinterest.com/pin/325244404357048766/" 5 ] 6}
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.
1[ 2 { 3 "url": "https://jp.pinterest.com/pin/1005147210570271054/", 4 "result": { 5 "url": "https://jp.pinterest.com/pin/1005147210570271054/", 6 "source": "pinterest", 7 "title": "Montessori book for baby 6 months, Sensory book cute fox, Quiet book for baby 9 months, Baby's first book", 8 "medias": [ 9 { 10 "width": 1080, 11 "height": 1920, 12 "duration": 39766, 13 "url": "https://v1.pinimg.com/videos/mc/720p/17/52/ac/1752aca4002bf24c520aadc3c76aaa08.mp4", 14 "thumbnail": "https://i.pinimg.com/videos/thumbnails/originals/17/52/ac/1752aca4002bf24c520aadc3c76aaa08.0000000.jpg", 15 "captions_urls": null, 16 "best_captions_url": null, 17 "quality": "V_720P", 18 "extension": "mp4", 19 "type": "video" 20 } 21 ], 22 "type": "single", 23 "error": false 24 }, 25 ... 26]
- 3 monthly users
- 0 stars
- 100.0% runs succeeded
- Created in Sep 2024
- Modified about 2 months ago