# Neo Deco Interior Pin Scraper for Designers & Renovators

**Use case:** 

Neo Deco interior pins for designers and renovators: Pinterest image URLs, titles and source links feeding mood boards for the revived art-deco look.

## Input

```json
{
  "query": "neo deco interior",
  "maxItems": 160,
  "includeVideosOnly": false,
  "includePromoted": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "pinnerUsername": {
    "label": "Pinner",
    "format": "text"
  },
  "repinCount": {
    "label": "Repins",
    "format": "number"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "link": {
    "label": "Destination",
    "format": "link"
  },
  "pinUrl": {
    "label": "Pin",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Pinterest Search Scraper](https://apify.com/dami_studio/pinterest-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dami_studio/pinterest-search-scraper) to learn more, explore other use cases, and run it yourself.