# Pinterest Recipe Pins Scraper

**Use case:** 

Collect Pinterest recipe pins by keyword: titles, images, source links, domains and saves. Ideal for food bloggers, meal-planning apps and content teams.

## Input

```json
{
  "search": "easy dinner recipes",
  "maxItems": 150,
  "includeDetails": false,
  "includeUserInfoOnly": false
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "link": {
    "label": "Outbound Link",
    "format": "link"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "saves": {
    "label": "Saves",
    "format": "number"
  },
  "repinCount": {
    "label": "Repins",
    "format": "number"
  },
  "comments": {
    "label": "Comments",
    "format": "number"
  },
  "isVideo": {
    "label": "Video",
    "format": "boolean"
  },
  "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.