# Pinterest Pins Boards Profiles Data Extractor

**Use case:** 

pinterest pins boards profiles data for AI agents and Apify MCP: structured, source-linked records with bounded inputs for research, automation, monitoring, and

## Input

```json
{
  "searchQueries": [
    "pinterest pins boards profiles"
  ],
  "boardUrls": [
    "https://www.pinterest.com/pinterest/official-news/"
  ],
  "pinUrls": [
    "https://www.pinterest.com/pin/241294492639523463/"
  ],
  "profileUrls": [
    "https://www.pinterest.com/pinterest/"
  ],
  "maxPins": 20,
  "proxy": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "pin_id": {
    "label": "Pin ID",
    "format": "string"
  },
  "title": {
    "label": "Pin Title",
    "format": "string"
  },
  "image_url": {
    "label": "Image URL",
    "format": "string"
  },
  "save_count": {
    "label": "Save Count",
    "format": "number"
  },
  "comment_count": {
    "label": "Comment Count",
    "format": "number"
  },
  "is_video": {
    "label": "Is Video",
    "format": "boolean"
  },
  "pinner_username": {
    "label": "Creator Username",
    "format": "string"
  },
  "pinner_follower_count": {
    "label": "Creator Follower Count",
    "format": "number"
  },
  "board_name": {
    "label": "Board Name",
    "format": "string"
  },
  "source_domain": {
    "label": "Source Domain",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "created_at": {
    "label": "Created At",
    "format": "string"
  }
}
```

## About this Actor

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