
Pinterest Pin Downloader
Pricing
$2.00 / 1,000 results

Pinterest Pin Downloader
Download and extract detailed metadata, images, and videos from public Pinterest Pins using their URLs. Supports JSON output with pin stats, image and video links, user and board profiles.
0.0 (0)
Pricing
$2.00 / 1,000 results
0
Total users
2
Monthly users
2
Runs succeeded
>99%
Last modified
2 days ago
This Apify Actor allows you to extract and download detailed data from individual Pinterest Pin URLs. The Actor fetches metadata such as image and video links, user and board information, pin statistics, and more, making it an ideal tool for automation workflows, analytics, or archiving Pinterest content.
Features
- Fetches detailed data from Pinterest pin pages using only their URLs.
- Parses pin metadata: description, share count, repins, creation date, stats, and domain.
- Retrieves all available image resolutions and direct video links (if present).
- Extracts full user and board profiles associated with each pin.
- Outputs structured JSON for seamless integration with your applications.
Input
Input must contain the startUrls
array, where each item is an object with a url
property set to a valid Pinterest Pin URL.
Example Input:
{"startUrls": [{"url": "https://www.pinterest.com/pin/4292562140075204/"},{"url": "https://www.pinterest.com/pin/99360735501154891/"}]}
Note: Any valid Pinterest Pin URL format is accepted; the script extracts and standardizes the Pin ID from the provided URLs.
Output
The output is a structured JSON object per pin, containing:
entityId
,url
,trackedLink
description
,domain
,createdAt
- Stats:
commentCount
,savesCount
,likesCount
,shareCount
,repinCount
,isRepin
images
: array of available image sizes/variants with URLs and metadatavideos
: video URLs and metadata (if present)board
: board details (ID, name, URL, privacy, and image)user
: user profile data (username, full name, follower count, profile image, etc.)
Each result is stored in the Apify dataset and can be exported as JSON, CSV, XLSX, or accessed via the API.
Example Output:
{"entityId": "4292562140075204","url": "https://pinterest.com/pin/4292562140075204","trackedLink": "","description": "Create beautiful, personalized art with our easy and aesthetic painting projects. Our DIY tutorials and videos provide simple guidance to help you bring your artistic vision to life. Perfect for beginners and experienced artists alike. #AestheticPainting #DIYProjects #ArtInspiration","domain": "Uploaded by user","commentCount": 243,"savesCount": 43018,"likesCount": 21712,"shareCount": 101,"isRepin": true,"repinCount": 1993,"createdAt": "Wed, 21 May 2025 23:06:55 +0000","images": [{"url": "https://i.pinimg.com/236x/88/14/db/8814db9adc4fcd6c3214def18dd6b64a.jpg","height": 419,"width": 236,"quality": "236x","extension": "jpg"},{"url": "https://i.pinimg.com/474x/88/14/db/8814db9adc4fcd6c3214def18dd6b64a.jpg","height": 842,"width": 474,"quality": "474x","extension": "jpg"},{"url": "https://i.pinimg.com/564x/88/14/db/8814db9adc4fcd6c3214def18dd6b64a.jpg","height": 1002,"width": 564,"quality": "564x","extension": "jpg"},{"url": "https://i.pinimg.com/736x/88/14/db/8814db9adc4fcd6c3214def18dd6b64a.jpg","height": 1024,"width": 576,"quality": "736x","extension": "jpg"}],"videos": {"id": "VmlkZW86NTM4MzM4MTI0OTgwNzE0ODg4Nw==","duration": 69800,"entityId": "5383381249807148887","viewCount": "1816970","videoList": {"vHLSV4": {"captionsUrls": {},"thumbnail": "https://i.pinimg.com/videos/thumbnails/originals/66/21/68/662168ac2e56f1545e2929aacd0fd41b.0000000.jpg","url": "https://v1.pinimg.com/videos/iht/hls/66/21/68/662168ac2e56f1545e2929aacd0fd41b.m3u8","width": 576,"height": 1024,"duration": 69800},"v720P": {"captionsUrls": {},"thumbnail": "https://i.pinimg.com/videos/thumbnails/originals/66/21/68/662168ac2e56f1545e2929aacd0fd41b.0000000.jpg","url": "https://v1.pinimg.com/videos/iht/720p/66/21/68/662168ac2e56f1545e2929aacd0fd41b.mp4","width": 576,"height": 1024,"duration": 69800}}},"board": {"id": "Qm9hcmQ6NDI5MjYzMDgzNDI0MzU1Mg==","entityId": "4292630834243552","name": "pinturas taller","pinCount": 2014,"sectionCount": 0,"privacy": "public","url": "https://www.pinterest.com/araceli_smith/pinturas-taller/","imageUrl": "https://i.pinimg.com/474x/e0/56/e0/e056e0e6aabde358ed1d671f3936506d.jpg"},"user": {"entityId": "670192125706637711","username": "simplepainting","fullName": "Simple Painting","followerCount": 19075,"url": "https://www.pinterest.com/simplepainting","imageUrl": "https://i.pinimg.com/140x140_RS/82/47/11/824711b8ce40dccd462e1d186888d7e5.jpg"}}