# Scrape Fashion Trend Pins - Pinterest

**Use case:** 

Track Pinterest fashion trend pins with title, image, saves, comments, domain and creator. Export to JSON, CSV or Excel.

## Input

```json
{
  "searchQueries": [
    "fall outfits 2026"
  ],
  "searchType": "pins",
  "includePinDetails": false,
  "includeBoardPins": true,
  "maxPinsPerBoard": 100,
  "includeUserPins": true,
  "includeUserBoards": false,
  "maxPinsPerUser": 100,
  "outputCreatorLeads": false,
  "maxItems": 200,
  "monitorMode": false,
  "monitorKey": "default",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "title": {
    "label": "Title"
  },
  "pinUrl": {
    "label": "Pin URL"
  },
  "imageUrl": {
    "label": "Image"
  },
  "videoUrl": {
    "label": "Video"
  },
  "link": {
    "label": "Outbound link"
  },
  "outboundDomain": {
    "label": "Domain"
  },
  "saveCount": {
    "label": "Saves"
  },
  "commentCount": {
    "label": "Comments"
  },
  "price": {
    "label": "Price"
  },
  "priceCurrency": {
    "label": "Cur"
  },
  "isVideo": {
    "label": "Video?"
  },
  "isProduct": {
    "label": "Product?"
  },
  "pinner": {
    "label": "Creator"
  },
  "searchQuery": {
    "label": "Query"
  }
}
```

## About this Actor

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