# Scrape Pinterest Home Decor Ideas for Content Marketing

**Use case:** 

Gather trending home decor pins to fuel your content strategy and identify popular styles. This data helps you create highly engaging blog posts and social medi

## Input

```json
{
  "mode": "search",
  "keywords": [
    "boho home decor",
    "minimalist interior design",
    "modern farmhouse living room",
    "small apartment ideas"
  ],
  "pinUrls": [],
  "usernames": [],
  "boardUrls": [],
  "maxItems": 200,
  "language": "en",
  "maxPages": 10,
  "imageOnly": true,
  "excludeAds": true,
  "commerceOnly": false
}
```

## Output

```json
{
  "pinId": {
    "label": "Pin id"
  },
  "title": {
    "label": "Title"
  },
  "creator": {
    "label": "Creator"
  },
  "boardName": {
    "label": "Board name"
  },
  "imageUrl": {
    "label": "Image url"
  },
  "linkUrl": {
    "label": "Link url"
  },
  "saves": {
    "label": "Saves"
  },
  "createdAt": {
    "label": "Created at"
  }
}
```

## About this Actor

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