# Pinterest Product & Shopping Pins Scraper

**Use case:** 

Extract Pinterest product pins with prices, sale prices, buyable status, brand domain and outbound links. Built for e-commerce and price research.

## Input

```json
{
  "search": "kitchen gadgets",
  "maxItems": 100,
  "includeDetails": true,
  "includeUserInfoOnly": false
}
```

## Output

```json
{
  "id": {
    "label": "Pin ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "priceValue": {
    "label": "Price",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "salePrice": {
    "label": "Sale Price",
    "format": "number"
  },
  "isBuyable": {
    "label": "Buyable",
    "format": "boolean"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "link": {
    "label": "Product Link",
    "format": "link"
  },
  "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.