# Healthy Meal Prep Recipe Pins Extractor

**Use case:** 

Extract pins related to healthy meal prep recipes from Pinterest. Receive data including images, videos, and links.

## Input

```json
{
  "searchTerms": [
    "healthy meal prep recipes"
  ],
  "boardUrls": [
    "https://www.pinterest.com/pinterest/official-news/"
  ],
  "usernames": [
    "pinterest",
    "https://www.pinterest.com/nasa/"
  ],
  "pinUrls": [
    "https://www.pinterest.com/pin/1234567890/"
  ],
  "pinIds": [
    "1234567890"
  ],
  "maxItemsPerInput": 100,
  "maxResults": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "pinner": {
    "label": "Pinner",
    "format": "object"
  },
  "repinCount": {
    "label": "Repins / saves",
    "format": "number"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  },
  "link": {
    "label": "Outbound link",
    "format": "string"
  },
  "pinUrl": {
    "label": "Pin URL",
    "format": "string"
  }
}
```

## About this Actor

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