Pinterest Video Scraper - Pin Video Metadata Extractor avatar

Pinterest Video Scraper - Pin Video Metadata Extractor

Pricing

from $0.50 / 1,000 pin scrapeds

Go to Apify Store
Pinterest Video Scraper - Pin Video Metadata Extractor

Pinterest Video Scraper - Pin Video Metadata Extractor

Download Pinterest videos in HD MP4, extract pin images, GIFs and metadata. Get video URL, description, author, board name, repin count and comments. Supports single pins, boards and search results. No login required. Export JSON, CSV or Excel via API.

Pricing

from $0.50 / 1,000 pin scrapeds

Rating

5.0

(1)

Developer

dltik

dltik

Maintained by Community

Actor stats

4

Bookmarked

7

Total users

2

Monthly active users

11 days ago

Last modified

Share

Pinterest Video Scraper — Pin Video Metadata Extractor

Extract Pinterest pin video metadata: title, duration, dimensions, uploader, formats. Only video pins are supported (image pins are not). Supports batch URL input, no video download — clean structured metadata only. HTTP-only, $0.002 per pin.

Bookmark this Pinterest Video Scraper — Apify ranks actors by bookmarks, so it directly helps the visibility of this scraper on the Apify Store.

What is the Pinterest Video Scraper?

The Pinterest Video Scraper is an Apify actor that pulls metadata from Pinterest video pins. Pinterest has quietly become a major short-form video platform (especially in lifestyle, DIY, fashion, food niches). This scraper accepts a list of pin URLs and returns title, duration, video dimensions (width/height), uploader, upload date, formats available (MP4, HLS), thumbnail.

Image pins are not supported by this actor — only video pins. For images, a separate downloader is needed.

Use cases

  • Lifestyle content research — analyze Pinterest top video pins in DIY, fashion, food niches.
  • Creator-economy analytics — track which Pinterest creators are gaining traction with video pins.
  • Brand monitoring — daily refresh of your brand's video pins and competitor pins.
  • Trend forecasting — Pinterest is often 6 months ahead of TikTok in lifestyle trends.
  • Affiliate marketing research — find top-performing video pins in your niche for inspiration.
  • AI training data — pin metadata + thumbnails for content recommendation models.

Input

{
"urls": [
"https://www.pinterest.com/pin/1234567890/",
"https://www.pinterest.com/pin/9876543210/"
]
}

Output

{
"pin_id": "1234567890",
"url": "https://www.pinterest.com/pin/1234567890/",
"title": "Example DIY Project",
"type": "video",
"duration_sec": 47,
"width": 720,
"height": 1280,
"uploader": "example_creator",
"uploaded_at": "2026-04-15",
"thumbnail": "https://i.pinimg.com/...",
"video_url_mp4": "https://v1.pinimg.com/videos/mc/...mp4"
}

Pricing

PAY_PER_EVENT — $0.002 per video pin (= $2 per 1,000). Failed fetches not charged.

FAQ — Pinterest API alternatives

Pinterest official API alternative? The official Pinterest API requires Business account approval, has limited bulk access, and excludes some fields. This scraper has no auth, no quota.

Why only video pins? Image pins are radically different in structure and use case (search, save, click-out). This actor is purpose-built for the video pin format.

Does it scrape boards or user pages? Single-pin URLs only in v1. Board/user expansion is on the roadmap — DM if you need it sooner.

Cookie required? Not for public pins. Some private boards require cookie auth.


Found this useful? Bookmark this Pinterest Video Scraper — it's the strongest signal for Apify Store ranking.

License: MIT · Author: dltik