# Amazon keyword discovery monitoring

**Use case:** 

Use a saved Amazon keyword discovery task for repeat runs that monitor how autocomplete suggestions change for the same seed list.

## Input

```json
{
  "keywords": [
    "office chair",
    "laptop stand"
  ],
  "marketplace": "amazon.com",
  "expansionMode": "seedOnly",
  "customExpansions": [
    "best",
    "for kids",
    "under 50"
  ],
  "resultOrder": "source",
  "maxSuggestionsPerKeyword": 50,
  "maxTotalResults": 100
}
```

## Output

```json
{
  "suggestion": {
    "label": "Suggestion",
    "format": "string"
  },
  "seedKeyword": {
    "label": "Seed keyword",
    "format": "string"
  },
  "marketplace": {
    "label": "Marketplace",
    "format": "string"
  },
  "locale": {
    "label": "Locale",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "expansionMode": {
    "label": "Expansion mode",
    "format": "string"
  },
  "expansionToken": {
    "label": "Expansion token",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "sourcePosition": {
    "label": "Source position",
    "format": "integer"
  },
  "thumbnailImageUrl": {
    "label": "Thumbnail image URL",
    "format": "string"
  }
}
```

## About this Actor

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