# Download home decor pin images for audits

**Use case:** 

Download direct image URLs from home decor Pinterest pins. Get source pin links and media variants for content audits and asset tracking.

## Input

```json
{
  "links": [
    "https://jp.pinterest.com/pin/1337074888254229/",
    "https://jp.pinterest.com/pin/703756187194777/"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "url": {
    "label": "Input URL",
    "format": "link"
  },
  "result": {
    "label": "Result",
    "format": "object"
  }
}
```

## About this Actor

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