Pinterest Video Downloader avatar

Pinterest Video Downloader

Under maintenance

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Pinterest Video Downloader

Pinterest Video Downloader

Under maintenance

Download and extract rich video metadata from Pinterest Video, 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

3

Total users

0

Monthly active users

10 days ago

Last modified

Share

Downloads MP4/WebM files that Pinterest explicitly exposes in public Schema.org VideoObject markup on pin pages. It uses ordinary HTTP, never signs in, never rewrites Pinterest responses, never reads cookies, and never calls private resource APIs.

Input

  • mode: pinUrls (default) or search.
  • pinUrls: up to 20 public Pinterest pin URLs; direct mode downloads at most the first maxItems URLs.
  • query: 2–200 characters in search mode.
  • maxItems: 1–10 verified downloads; default 1.
  • proxyConfiguration: optional proxy for public Pinterest HTML page requests; media CDN downloads remain direct and independently validated.
{ "mode": "pinUrls", "pinUrls": ["https://www.pinterest.com/pin/1970393584180428/"], "maxItems": 1 }

Output and safeguards

Only successfully downloaded files produce dataset rows. Each row contains canonical pin identity, public source/media URLs, public video metadata, verified content type and byte count, key-value-store key, provenance, and timestamp. Media must remain on an HTTPS pinimg.com CDN host, be MP4/WebM, be non-empty, stay within 50 MiB, finish within 30 seconds, and follow at most two revalidated redirects. Work is sequential and never retried.

Search mode reads only public anchor links and visits at most three candidates per requested result (30 total). Pinterest currently may withhold attributable anonymous search links; that case fails with a DIAGNOSTICS key and no dataset rows. Login, CAPTCHA, verification, private APIs, HLS reconstruction, destination visits, and access-control circumvention are never attempted. Users are responsible for ensuring they have permission to download and use each video.

Local validation

npm ci
npm test
apify run --purge --input-file .actor/input.json