# Scrape Popular Pinterest Recipes for Food Blog Content

**Use case:** 

Discover high-engagement recipe pins to generate fresh ideas for your food blog or culinary business. Use this data to create viral recipes and content that att

## Input

```json
{
  "mode": "search",
  "keywords": [
    "healthy dinner recipes",
    "quick dessert ideas",
    "vegan meal prep",
    "keto diet recipes"
  ],
  "pinUrls": [],
  "usernames": [],
  "boardUrls": [],
  "maxItems": 250,
  "language": "en",
  "maxPages": 10,
  "minSaves": 100,
  "imageOnly": true,
  "excludeAds": true,
  "commerceOnly": false
}
```

## Output

```json
{
  "pinId": {
    "label": "Pin id"
  },
  "title": {
    "label": "Title"
  },
  "creator": {
    "label": "Creator"
  },
  "boardName": {
    "label": "Board name"
  },
  "imageUrl": {
    "label": "Image url"
  },
  "linkUrl": {
    "label": "Link url"
  },
  "saves": {
    "label": "Saves"
  },
  "createdAt": {
    "label": "Created at"
  }
}
```

## About this Actor

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