Pinterest Image Downloader avatar

Pinterest Image Downloader

Under maintenance

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Pinterest Image Downloader

Pinterest Image Downloader

Under maintenance

Download and extract rich video metadata from Pinterest Image, supporting resolutions up to 4K. Scrapes titles, duration, channel information, view counts, likes, user comments, and subtitles. Built with complete proxy rotation and anti-bot bypass support.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Share

Downloads images that Pinterest exposes on ordinary public search and pin pages. Each successful image is validated, stored in the default key-value store, and accompanied by a dataset record that describes the actual downloaded file.

The Actor does not sign in, solve challenges, alter browser-identification signals, or call Pinterest's private APIs. If Pinterest requires authentication, CAPTCHA, or verification, the run stops and writes a diagnostics record instead of returning misleading empty data.

Input

FieldMeaningDefault
modesearch or pinUrlssearch
querySearch phrase, 2–200 characters; required in search modeminimalist wallpaper in Console
pinUrlsUp to 100 HTTPS Pinterest pin URLs with a numeric ID (optional public slug accepted)none
maxItemsHard cap on successfully downloaded images, 1–10010
imageQualityClosest page-exposed candidate: bestAvailable, 736x, 474x, or 236xbestAvailable
proxyConfigurationOptional Apify proxy configurationdisabled

Example search input:

{
"mode": "search",
"query": "minimalist wallpaper",
"maxItems": 3,
"imageQuality": "bestAvailable",
"proxyConfiguration": { "useApifyProxy": false }
}

Output contract

Only a completed image download produces a dataset item. Required fields include the numeric pinId, canonical pinUrl, final Pinterest CDN imageUrl, requested and downloaded variants, verified contentType, exact byteLength, kvStoreKey, source page, mode, and timestamp. Optional title, description, alt text, and dimensions are included only when the public page exposes them.

Image files use image-{pinId} keys. Downloads accept only HTTPS Pinterest image-CDN URLs, common image media types, non-empty bodies, and files no larger than 20 MiB. The Actor uses bounded scrolling, sequential downloads, a 100-item cap, and short network timeouts.

Limitations and responsible use

  • Pinterest can vary public markup or require authentication by location. A verification/login response is a controlled failure, never something this Actor attempts to bypass.
  • A requested width means the closest candidate already present in public page markup; it does not guarantee that exact resolution.
  • Ensure your use of downloaded material respects Pinterest's terms, source-site terms, copyright, privacy, and applicable law.

Local development

Use Node.js 22, then run npm ci, npm test, npm run check, apify validate-schema, and apify run --purge. Local Chrome is used when installed at the standard Windows path; Apify cloud uses the matching Playwright Chrome image.