# Pinterest Video Pin Scraper with MP4 URLs

**Use case:** 

Collect Pinterest video pins with direct MP4 URLs, duration, thumbnails and save counts. Detects video pins Pinterest's own flag misses.

## Input

```json
{
  "searchQueries": [
    "diy home projects"
  ],
  "trendKeywords": [
    "home office",
    "meal prep"
  ],
  "boardUrls": [
    "https://www.pinterest.com/homedit/kitchen-decor-remodel/"
  ],
  "profiles": [
    "homedit",
    "https://www.pinterest.com/thekitchn/"
  ],
  "pinUrls": [
    "https://www.pinterest.com/pin/53972895529306045/"
  ],
  "startUrls": [
    {
      "url": "https://www.pinterest.com/search/pins/?q=scandinavian%20living%20room"
    }
  ],
  "maxItems": 30,
  "maxPinsPerSource": 0,
  "pinType": "video",
  "minSaves": 0,
  "onlyWithOutboundLink": false,
  "relatedKeywordDepth": 1,
  "country": "US",
  "includeBoards": true
}
```

## Output

```json
{
  "pinUrl": {
    "label": "Pin",
    "format": "link"
  },
  "title": {
    "label": "Title"
  },
  "saveCount": {
    "label": "Saves"
  },
  "repinCount": {
    "label": "Repins"
  },
  "outboundLink": {
    "label": "Destination",
    "format": "link"
  },
  "sourceDomain": {
    "label": "Domain"
  },
  "mediaType": {
    "label": "Type"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "videoUrl": {
    "label": "Video",
    "format": "link"
  },
  "dominantColour": {
    "label": "Colour"
  },
  "pinnerUsername": {
    "label": "Pinner"
  },
  "boardName": {
    "label": "Board"
  },
  "createdAt": {
    "label": "Created",
    "format": "date"
  },
  "searchQuery": {
    "label": "Query"
  }
}
```

## About this Actor

This example demonstrates how to use [Pinterest Trends & Pin Scraper - Keywords, Saves & Boards](https://apify.com/webdata_labs/pinterest-trends-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/pinterest-trends-scraper) to learn more, explore other use cases, and run it yourself.