# Find home decor pins for Shopify moodboards

**Use case:** 

Scrape Pinterest home decor pins for Shopify moodboards. Get titles, pinners, followers, dates, image URLs, and pin IDs for product research.

## Input

```json
{
  "query": "home decor product photography",
  "filter": "all",
  "limit": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "id": {
    "label": "Pin ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "pinner.username": {
    "label": "Username",
    "format": "text"
  },
  "pinner.fullName": {
    "label": "Pinner",
    "format": "text"
  },
  "pinner.followers": {
    "label": "Followers",
    "format": "number"
  },
  "date.formatted": {
    "label": "Created",
    "format": "text"
  },
  "imageURL": {
    "label": "Image",
    "format": "link"
  }
}
```

## About this Actor

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