Easily download high-quality images from Pinterest. With batch downloading capabilities and comprehensive data retrieval, you can enrich your visual content library effortlessly! 📸
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.
The downloader retrieves a detailed set of fields for each pin, including:
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}
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]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!