# Extract Fashion Trend Images for Market Research

**Use case:** 

Bulk download images and videos related to emerging fashion trends from Pinterest for market research and product development. This enables fashion brands to qu

## Input

```json
{
  "pinterestUrls": [
    "https://www.pinterest.com/pin/176625616640104896/"
  ],
  "searchTerms": [
    "sustainable fashion trends 2024",
    "streetwear outfits men",
    "vintage aesthetic clothing"
  ],
  "maxItems": 150
}
```

## 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.