# Product Descriptions for Running Shoes

**Use case:** 

Generate a product description for lightweight running shoes that highlights cushioning, grip and speed for runners.

## Input

```json
{
  "products": [
    {
      "name": "VeloStride Running Shoes",
      "features": [
        "lightweight foam sole",
        "breathable knit upper",
        "responsive cushioning",
        "durable outsole"
      ],
      "audience": "distance runners",
      "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.