# Product Descriptions for Wireless Headphones

**Use case:** 

Generate a persuasive product description for wireless headphones that highlights sound, battery and comfort for shoppers.

## Input

```json
{
  "products": [
    {
      "name": "AuraSound Pro Wireless Headphones",
      "features": [
        "40 hour battery",
        "active noise cancelling",
        "memory foam ear cups",
        "bluetooth 5.3"
      ],
      "audience": "commuters and travelers",
      "tone": "confident"
    }
  ]
}
```

## 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.