# DIY Craft Pinterest Keywords: Top Pins, Saves & Websites

**Use case:** 

Pinterest keyword research for diy craft. Searches "diy crafts" and "christmas crafts" and shows which websites and creators own the top 100 pins, which pins get saved most, how old the ranking pins are and how many come from small accounts, plus related searches and Pinterest's own topic tags. Swap in your own keywords to research your niche.

## Input

```json
{
  "keywords": [
    "diy crafts",
    "christmas crafts"
  ],
  "maxPinsPerKeyword": 100,
  "lookUpSaves": true,
  "includeRelatedSearches": true,
  "includePins": true
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword"
  },
  "pinsAnalyzed": {
    "label": "Pins read",
    "format": "number"
  },
  "topWebsite": {
    "label": "Top website"
  },
  "topWebsiteSharePercent": {
    "label": "Its share %",
    "format": "number"
  },
  "mostSavedWebsite": {
    "label": "Most saved website"
  },
  "websiteCount": {
    "label": "Websites",
    "format": "number"
  },
  "pinsWithoutWebsitePercent": {
    "label": "No link %",
    "format": "number"
  },
  "smallCreatorPercent": {
    "label": "Small creators %",
    "format": "number"
  },
  "medianSaves": {
    "label": "Median saves",
    "format": "number"
  },
  "medianPinAgeDays": {
    "label": "Median age (days)",
    "format": "number"
  },
  "freshPinPercent": {
    "label": "Under 90 days %",
    "format": "number"
  },
  "ideaPinPercent": {
    "label": "Idea pins %",
    "format": "number"
  },
  "relatedSearches": {
    "label": "Related searches",
    "format": "array"
  },
  "searchUrl": {
    "label": "Search",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Pinterest Keyword Research: Top Pins, Saves & Websites](https://apify.com/precious_bathmat/pinterest-keyword-research.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/precious_bathmat/pinterest-keyword-research.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/precious_bathmat/pinterest-keyword-research.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
