# Download Interior Design Pinterest Inspiration Images

**Use case:** 

Gather high-quality interior design images and videos from Pinterest for mood boards and client presentations. This helps designers quickly build visual concept

## Input

```json
{
  "pinterestUrls": [
    "https://www.pinterest.com/pin/176625616640104896/"
  ],
  "searchTerms": [
    "modern minimalist interior design",
    "bohemian living room decor",
    "industrial kitchen design ideas"
  ],
  "maxItems": 100
}
```

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