# Pinterest Keyword Research Tool

**Use case:** 

Expand a seed keyword into Pinterest's own related keywords, each measured by real median saves, outbound-link share and the domains already ranking.

## Input

```json
{
  "searchQueries": [
    "kitchen organization hacks",
    "capsule wardrobe autumn"
  ],
  "trendKeywords": [
    "home office"
  ],
  "boardUrls": [
    "https://www.pinterest.com/homedit/kitchen-decor-remodel/"
  ],
  "profiles": [
    "homedit",
    "https://www.pinterest.com/thekitchn/"
  ],
  "pinUrls": [
    "https://www.pinterest.com/pin/53972895529306045/"
  ],
  "startUrls": [
    {
      "url": "https://www.pinterest.com/search/pins/?q=scandinavian%20living%20room"
    }
  ],
  "maxItems": 12,
  "maxPinsPerSource": 0,
  "pinType": "all",
  "minSaves": 0,
  "onlyWithOutboundLink": false,
  "relatedKeywordDepth": 1,
  "country": "US",
  "includeBoards": true
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword"
  },
  "seedKeyword": {
    "label": "Seed"
  },
  "depth": {
    "label": "Depth"
  },
  "rank": {
    "label": "Rank"
  },
  "relevanceScore": {
    "label": "Relevance"
  },
  "medianSaves": {
    "label": "Median saves"
  },
  "maxSaves": {
    "label": "Top pin saves"
  },
  "pinsWithOutboundLink": {
    "label": "Pins with link"
  },
  "outboundLinkShare": {
    "label": "Link share"
  },
  "videoShare": {
    "label": "Video share"
  },
  "pinsAnalysed": {
    "label": "Pins measured"
  },
  "searchUrl": {
    "label": "Search",
    "format": "link"
  }
}
```

## About this Actor

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