# Generate Ecommerce Product Keyword Ideas (US English)

**Use case:** 

Discover a comprehensive list of long-tail keyword ideas for new product launches or existing product optimization within the US market. This helps improve orga

## Input

```json
{
  "keywords": [
    "wireless earbuds",
    "smart home devices",
    "eco-friendly water bottles"
  ],
  "mode": "all",
  "country": "US",
  "language": "en",
  "maxItemsPerKeyword": 150,
  "outputFormat": "flat"
}
```

## Output

```json
{
  "text": {
    "label": "Text"
  },
  "source_keyword": {
    "label": "Source keyword"
  },
  "mode": {
    "label": "Mode"
  },
  "language": {
    "label": "Language"
  },
  "country": {
    "label": "Country"
  },
  "relevance": {
    "label": "Relevance"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Keywords Suggest Scraper Pro](https://apify.com/crawlerbros/google-keywords-suggest-scraper-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/google-keywords-suggest-scraper-pro) to learn more, explore other use cases, and run it yourself.