# Pinterest Video Pins Scraper

**Use case:** 

Scrape Pinterest video pins by keyword: video URL, duration, dimensions, dominant color and engagement. Build creative libraries and video trend datasets.

## Input

```json
{
  "search": "diy crafts",
  "maxItems": 100,
  "includeDetails": false,
  "includeUserInfoOnly": false
}
```

## Output

```json
{
  "id": {
    "label": "Pin ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "isVideo": {
    "label": "Video",
    "format": "boolean"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "videoDuration": {
    "label": "Duration (s)",
    "format": "number"
  },
  "dominantColor": {
    "label": "Color",
    "format": "text"
  },
  "width": {
    "label": "Width",
    "format": "number"
  },
  "height": {
    "label": "Height",
    "format": "number"
  },
  "url": {
    "label": "Pin URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Pinterest Scraper Ppr](https://apify.com/silentflow/pinterest-scraper-ppr) with a specific input configuration. Visit the [Actor detail page](https://apify.com/silentflow/pinterest-scraper-ppr) to learn more, explore other use cases, and run it yourself.