# Amazon Standing Desk Keyword Research Workflow

**Use case:** 

Generate Amazon standing desk autocomplete keywords for launch planning, listing optimization, SEO briefs, and PPC research.

## Input

```json
{
  "seedKeywords": [
    "standing desk",
    "standing desk converter"
  ],
  "marketplace": "US",
  "maxSuggestionsPerQuery": 10,
  "expansionMode": "alphabet",
  "customExpansions": [
    "best",
    "for kids",
    "under 50"
  ],
  "dedupe": true,
  "includeMetadata": true,
  "delayMs": 150
}
```

## Output

```json
{
  "seedKeyword": {
    "label": "Seed keyword"
  },
  "expandedQuery": {
    "label": "Expanded query"
  },
  "marketplace": {
    "label": "Marketplace"
  },
  "locale": {
    "label": "Locale"
  },
  "suggestion": {
    "label": "Suggestion"
  },
  "suggestionType": {
    "label": "Suggestion type"
  },
  "rank": {
    "label": "Rank"
  },
  "refTag": {
    "label": "Ref tag"
  },
  "strategyId": {
    "label": "Strategy ID"
  },
  "strategyApiType": {
    "label": "Strategy API type"
  },
  "candidateSources": {
    "label": "Candidate sources"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "fetchedAt": {
    "label": "Fetched at"
  },
  "metadata": {
    "label": "Metadata"
  }
}
```

## About this Actor

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