# Monitor Python Pinterest Board

**Use case:** 

Get structured data for monitor python pinterest board with Pinterest Board Scraper. Export results for research, monitoring, or automation.

## Input

```json
{
  "boardUrls": [
    {
      "url": "https://www.pinterest.com/suma5048/python/"
    }
  ],
  "maxResultsPerBoard": 10,
  "maxPagesPerBoard": 2
}
```

## Output

```json
{
  "image_url": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Pin title",
    "format": "text"
  },
  "board_name": {
    "label": "Board",
    "format": "text"
  },
  "creator_username": {
    "label": "Creator",
    "format": "text"
  },
  "save_count": {
    "label": "Saves",
    "format": "number"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "url": {
    "label": "Pin URL",
    "format": "link"
  },
  "destination_url": {
    "label": "Destination",
    "format": "link"
  }
}
```

## About this Actor

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