# Discover home decor keywords for Pinterest

**Use case:** 

Discover Pinterest home decor keywords from autocomplete. Get related search suggestions for SEO, pin planning, and content research.

## Input

```json
{
  "keyword": "home decor"
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "item": {
    "label": "Suggestion",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Pinterest Keywords Discovery Tool](https://apify.com/parsebird/pinterest-keywords-discovery-tool) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parsebird/pinterest-keywords-discovery-tool) to learn more, explore other use cases, and run it yourself.