# Pinterest Engagement & Trending Pins Scraper

**Use case:** 

Track Pinterest engagement per pin: saves, repins, comments, reactions and views for any keyword. Spot trending content and benchmark creative performance.

## Input

```json
{
  "search": "fashion outfits",
  "maxItems": 100,
  "includeDetails": false,
  "includeUserInfoOnly": false
}
```

## Output

```json
{
  "id": {
    "label": "Pin ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "saves": {
    "label": "Saves",
    "format": "number"
  },
  "repinCount": {
    "label": "Repins",
    "format": "number"
  },
  "comments": {
    "label": "Comments",
    "format": "number"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "shareCount": {
    "label": "Shares",
    "format": "number"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "reactions": {
    "label": "Reactions",
    "format": "number"
  },
  "url": {
    "label": "Pin URL",
    "format": "link"
  }
}
```

## About this Actor

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