Pinterest Image Downloader
1 day trial then $9.99/month - No credit card required now
Pinterest Image Downloader
1 day trial then $9.99/month - No credit card required now
Easily download high-quality images from Pinterest. With batch downloading capabilities and comprehensive data retrieval, you can enrich your visual content library effortlessly! 📸
📸 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.
1{ 2 "links": [ 3 "https://jp.pinterest.com/pin/1337074888254229/", 4 "https://jp.pinterest.com/pin/703756187194777/" 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/1337074888254229/", 4 "result": { 5 "url": "https://jp.pinterest.com/pin/1337074888254229/", 6 "source": "pinterest", 7 "title": "Sam Coleman | Some snippets of this golden boy 🎨 . . . #artreels #handmadepainting #watercolorpainting #watercolordog #irishartist #petportraits… | Instagram", 8 "medias": [ 9 { 10 "width": 236, 11 "height": 419, 12 "url": "https://i.pinimg.com/236x/ac/10/56/ac105618d3e5e08cfd42c3f0149bbc82.jpg", 13 "quality": "236x", 14 "extension": "jpg", 15 "type": "image" 16 }, 17 { 18 "width": 236, 19 "height": 419, 20 "url": "https://i.pinimg.com/236x/ac/10/56/ac105618d3e5e08cfd42c3f0149bbc82.jpg", 21 "quality": "237x", 22 "extension": "jpg", 23 "type": "image" 24 }, 25 { 26 "width": 540, 27 "height": 960, 28 "url": "https://i.pinimg.com/564x/ac/10/56/ac105618d3e5e08cfd42c3f0149bbc82.jpg", 29 "quality": "564x", 30 "extension": "jpg", 31 "type": "image" 32 } 33 ], 34 "type": "multiple", 35 "error": false 36 } 37 }, 38 ... 39]
- 7 monthly users
- 0 stars
- 100.0% runs succeeded
- Created in Sep 2024
- Modified about 2 months ago