# Product Descriptions for Skincare Serums

**Use case:** 

Create a product description for an organic vitamin C serum that speaks to glowing skin and gentle natural ingredients.

## Input

```json
{
  "products": [
    {
      "name": "GlowLeaf Vitamin C Serum",
      "features": [
        "vegan formula",
        "brightens skin",
        "reduces dark spots",
        "cruelty free"
      ],
      "audience": "skincare enthusiasts",
      "tone": "warm"
    }
  ]
}
```

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