# Monitor Competitor Pinterest Content Strategy

**Use case:** 

Extract all media from specific competitor Pinterest boards or profiles to analyze their content strategy and visual trends. Gain insights into what visuals are

## Input

```json
{
  "pinterestUrls": [
    "https://www.pinterest.com/westelm/",
    "https://www.pinterest.com/anthropologie/",
    "https://www.pinterest.com/ikeausa/"
  ],
  "searchTerms": [],
  "maxItems": 200
}
```

## Output

```json
{
  "pinterest_url": {
    "label": "Pinterest URL",
    "format": "link"
  },
  "media_type": {
    "label": "Type",
    "format": "text"
  },
  "saved_as": {
    "label": "Filename",
    "format": "text"
  },
  "download_url": {
    "label": "Download",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Pinterest Media Downloader](https://apify.com/crawlerbros/pinterest-media-downloader) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/pinterest-media-downloader) to learn more, explore other use cases, and run it yourself.