# Product Descriptions for Water Bottles

**Use case:** 

Write a product description for an insulated stainless steel water bottle that sells durability and all day cold drinks.

## Input

```json
{
  "products": [
    {
      "name": "TrailKeep Insulated Bottle",
      "features": [
        "keeps cold 24 hours",
        "leak proof lid",
        "BPA free",
        "fits car cup holders"
      ],
      "audience": "hikers and gym goers",
      "tone": "energetic"
    }
  ]
}
```

## Output

```json
{
  "name": {
    "label": "Product",
    "format": "text"
  },
  "tone": {
    "label": "Tone",
    "format": "text"
  },
  "shortDescription": {
    "label": "Short description",
    "format": "text"
  },
  "longDescription": {
    "label": "Long description",
    "format": "text"
  },
  "bulletPoints": {
    "label": "Bullet points",
    "format": "array"
  },
  "seoTitle": {
    "label": "SEO title",
    "format": "text"
  },
  "metaDescription": {
    "label": "Meta description",
    "format": "text"
  },
  "observedAt": {
    "label": "Written at",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tool: Bulk Product Description Generator](https://apify.com/scrapers_lat/product-description-generator-tool) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/product-description-generator-tool) to learn more, explore other use cases, and run it yourself.