# Instagram Ad Copy Generator Tool

**Use case:** 

Generate Instagram ad copy for a natural skincare line targeting young shoppers with a friendly and vibrant tone.

## Input

```json
{
  "ads": [
    {
      "product": "natural skincare line",
      "platform": "instagram",
      "audience": "young shoppers",
      "tone": "friendly"
    }
  ]
}
```

## Output

```json
{
  "platform": {
    "label": "Platform",
    "format": "text"
  },
  "product": {
    "label": "Product",
    "format": "text"
  },
  "audience": {
    "label": "Audience",
    "format": "text"
  },
  "tone": {
    "label": "Tone",
    "format": "text"
  },
  "headlines": {
    "label": "Headlines",
    "format": "array"
  },
  "descriptions": {
    "label": "Descriptions",
    "format": "array"
  },
  "primaryText": {
    "label": "Primary text",
    "format": "text"
  },
  "callToAction": {
    "label": "Call to action",
    "format": "text"
  },
  "truncated": {
    "label": "Input truncated",
    "format": "boolean"
  },
  "observedAt": {
    "label": "Generated at",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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