# Bulk Product Descriptions for Chicago Retailers

**Use case:** 

Generate high-quality descriptions for products in Chicago.

## Input

```json
{
  "products": [
    {
      "name": "Leather Backpack",
      "features": [
        "durable",
        "multiple compartments",
        "stylish"
      ],
      "tone": "professional"
    },
    {
      "name": "Smartwatch",
      "features": [
        "fitness tracking",
        "notifications",
        "sleek design"
      ],
      "tone": "tech-savvy"
    }
  ]
}
```

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