# Pinterest Home Decor Pins Scraper

**Use case:** 

Scrape Pinterest search results for home decor pins, images, links, and engagement research.

## Input

```json
{
  "searchQueries": [
    "minimalist kitchen design",
    "small apartment decor"
  ],
  "boardUrls": [],
  "pinUrls": [],
  "maxPins": 40,
  "proxy": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "link"
  },
  "saves": {
    "label": "Saves",
    "format": "number"
  },
  "pinnerUsername": {
    "label": "Pinner",
    "format": "text"
  },
  "boardName": {
    "label": "Board",
    "format": "text"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "createdAt": {
    "label": "Created",
    "format": "text"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "text"
  }
}
```

## About this Actor

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