# Monitor Competitor Pinterest Board Activity and Pin Trends

**Use case:** 

Analyze your competitor's Pinterest boards to understand their content strategy, popular products, and audience engagement. Gain competitive insights to refine 

## Input

```json
{
  "mode": "userBoards",
  "keywords": [
    "python tutorial"
  ],
  "pinUrls": [],
  "usernames": [
    "etsy",
    "wayfair",
    "ikea"
  ],
  "boardUrls": [],
  "maxItems": 150,
  "language": "en",
  "maxPages": 10,
  "imageOnly": false,
  "excludeAds": false,
  "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.