# Gather DIY Craft Ideas from Pinterest for Market Research

**Use case:** 

Collect popular DIY craft pins to identify market demand and trending projects for your craft business or hobby blog. This helps you develop best-selling produc

## Input

```json
{
  "mode": "search",
  "keywords": [
    "easy DIY projects",
    "handmade gift ideas",
    "craft room organization",
    "kid-friendly crafts"
  ],
  "pinUrls": [],
  "usernames": [],
  "boardUrls": [],
  "maxItems": 200,
  "language": "en",
  "maxPages": 10,
  "minSaves": 20,
  "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.