# Download E-commerce Product Photo Inspiration

**Use case:** 

Extract diverse product photography examples from Pinterest across various categories to inspire e-commerce visual content. This helps online retailers improve 

## Input

```json
{
  "pinterestUrls": [
    "https://www.pinterest.com/pin/176625616640104896/"
  ],
  "searchTerms": [
    "minimalist product photography jewelry",
    "lifestyle product photography clothing",
    "beauty product flat lay photography"
  ],
  "maxItems": 120
}
```

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