# Scrape Home decor pins from Pinterest

**Use case:** 

Bulk-extract home decor pins from Pinterest by keyword: image and video URLs, titles, links and stats.

## Input

```json
{
  "pinUrls": [],
  "searchQueries": [
    "home decor"
  ],
  "boardUrls": [],
  "usernames": [],
  "maxItemsPerSource": 100,
  "concurrency": 5,
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image url"
  },
  "title": {
    "label": "Title"
  },
  "description": {
    "label": "Description"
  },
  "url": {
    "label": "Url"
  },
  "link": {
    "label": "Link"
  },
  "board": {
    "label": "Board"
  },
  "videoUrl": {
    "label": "Video url"
  },
  "dominantColor": {
    "label": "Dominant color"
  },
  "id": {
    "label": "Id"
  },
  "query": {
    "label": "Query"
  },
  "source": {
    "label": "Source"
  }
}
```

## About this Actor

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