Pinterest Image & Video Downloader โ€” Media + Metadata by URL avatar

Pinterest Image & Video Downloader โ€” Media + Metadata by URL

Pricing

from $0.002 / item scraped

Go to Apify Store
Pinterest Image & Video Downloader โ€” Media + Metadata by URL

Pinterest Image & Video Downloader โ€” Media + Metadata by URL

Download Pinterest images and videos by URL in bulk. Get full-resolution photos, MP4 video links, titles, pinner and save counts โ€” one clean row per pin as JSON, CSV or Excel.

Pricing

from $0.002 / item scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Download Pinterest pins in bulk. Paste one or more pin links and get the full-resolution image for every pin โ€” plus the ready-to-save MP4 link for video and idea pins โ€” and all the data behind the pin: title, description, pinner, save count, dominant color and the original source link. One tidy row per URL, ready to export as JSON, CSV or Excel.

This is the cheap, no-nonsense way to save Pinterest images and videos at scale for content creators, marketers, moodboard builders, researchers and anyone building an automated media pipeline.

Why use this Pinterest downloader

  • ๐Ÿ–ผ๏ธ Full-resolution images โ€” every image pin comes back with the original, highest-quality image link, plus every smaller size (736x, 564x, 474x, 236xโ€ฆ) in one map.
  • ๐ŸŽฌ Video pins & idea pins โ€” video and story/idea pins return direct MP4 download links (and the streaming playlist link too, if you want it).
  • ๐Ÿ“Š Full metadata โ€” title, description, pinner username, save count, dominant color, created date and the outbound source link when the pin has one.
  • ๐Ÿ”— Any pin link โ€” full pin URLs, country domains (pinterest.co.uk, .de, .fr and more), short pin.it links and bare numeric pin IDs all work.
  • ๐Ÿ“ฆ Bulk in one run โ€” drop in a whole list of pins and get one clean record per pin.
  • ๐Ÿ’ธ Cheapest per-pin pricing โ€” pay only for the pins you actually download, with volume discounts as you scale.
  • ๐Ÿ“ค Export anywhere โ€” JSON, CSV or Excel, or pull straight from the dataset into your own tools, Make or n8n.

What you get

Each pin is one dataset record like this:

{
"source": "pinterest",
"inputUrl": "https://www.pinterest.com/pin/10555380372667699/",
"pinId": "10555380372667699",
"url": "https://www.pinterest.com/pin/10555380372667699/",
"title": "Healthy recipes easy meal prep ideas",
"description": "Deliciously Yours | quick and easy dinner ideas",
"mediaType": "video",
"imageUrl": "https://i.pinimg.com/originals/8e/a9/bc/....jpg",
"imageSizes": {
"originals": "https://i.pinimg.com/originals/....jpg",
"736x": "https://i.pinimg.com/736x/....jpg",
"564x": "https://i.pinimg.com/564x/....jpg"
},
"videoUrls": [
"https://v1.pinimg.com/videos/.../720w.mp4"
],
"hlsUrl": "https://v1.pinimg.com/videos/.../video.m3u8",
"thumbnailUrl": "https://i.pinimg.com/736x/....jpg",
"storyMedia": [],
"pinnerUsername": "ryleybuchanan",
"pinnerName": null,
"repinCount": 1016,
"commentCount": null,
"dominantColor": null,
"sourceLink": null,
"createdAt": "2026-08-04T13:20:03.000Z"
}

Input

Give the downloader a list of Pinterest pin URLs. That's it.

{
"pinUrls": [
"https://www.pinterest.com/pin/32017847347947654/",
"https://www.pinterest.com/pin/10555380372667699/"
],
"maxItems": 0
}

Input fields

FieldTypeDescription
pinUrlsarrayOne or more pin URLs. Accepts full pin links, country domains (pinterest.co.uk, .de, .frโ€ฆ), short pin.it/xxxx links and bare numeric pin IDs. Plain strings or {"url": "..."} objects both work.
maxItemsintegerMaximum number of pins to download. 0 = no limit (process every URL).
proxyConfigurationobjectOptional. Not required โ€” leave off to run on a direct connection.

Output fields

FieldDescription
pinIdNumeric Pinterest pin ID.
urlCanonical pin URL.
titlePin title.
descriptionPin description.
mediaTypeimage, video or story.
imageUrlFull-resolution image link.
imageSizesMap of every available image size to its URL.
videoUrlsArray of MP4 links for video and idea pins (best quality first).
hlsUrlStreaming playlist link for the video, when present.
thumbnailUrlPin thumbnail / cover image.
storyMediaArray of media items for idea/story pins.
pinnerUsernameThe username of the account that saved the pin.
repinCountHow many times the pin has been saved.
dominantColorThe pin's dominant color, when available.
sourceLinkThe outbound source URL the pin links to, when present.
createdAtWhen the pin was created/updated (ISO 8601).

Use cases

  • Content creators & designers โ€” pull the original, high-resolution images for a moodboard or reference library in one run.
  • Marketers & social teams โ€” collect Pinterest video pins as MP4 files for repurposing across channels.
  • Researchers & analysts โ€” gather pin titles, descriptions and save counts to study trends and engagement.
  • Automation builders โ€” feed pin media and metadata straight into Make, n8n or your own database.

FAQ

What links can I paste? Full pin URLs (https://www.pinterest.com/pin/123.../), international domains like pinterest.co.uk, short pin.it/xxxx links, and bare numeric pin IDs.

Do I get the original full-size image? Yes โ€” imageUrl is the highest-resolution original, and imageSizes also lists every smaller size so you can pick what you need.

Does it work with video and idea pins? Yes. Video and idea pins return direct MP4 links in videoUrls, plus a streaming playlist link in hlsUrl.

Do I need a proxy? No. The downloader runs on a direct connection out of the box. A proxy field is available but optional.

What formats can I export? JSON, CSV or Excel โ€” or read the dataset directly from your own code, Make or n8n.

How much does it cost? You pay a small amount per pin you download, with volume discounts as you scale โ€” one of the cheapest ways to save Pinterest media in bulk.

Notes

  • Use this tool for publicly available pins and respect Pinterest's terms and the rights of content owners.
  • Media links point to Pinterest's own image and video servers.