# Pinterest Product Scraper | Boho Living Room Pins

**Use case:** 

Boho living room pins from Pinterest with the destination link followed to the shop or product page behind each image, for product and decor researchers.

## Input

```json
{
  "query": "boho living room decor",
  "maxItems": 200,
  "includeVideosOnly": false,
  "includePromoted": true,
  "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.