# Instagram Caption Generator for Travel

**Use case:** 

Create an Instagram caption for a beach sunset travel photo that captures the mood and boosts likes and saves.

## Input

```json
{
  "topic": "Golden hour on a quiet beach in Bali",
  "tone": "dreamy",
  "emojiLevel": "medium"
}
```

## Output

```json
{
  "topic": {
    "label": "Topic",
    "format": "text"
  },
  "tone": {
    "label": "Tone",
    "format": "text"
  },
  "emojiLevel": {
    "label": "Emoji level",
    "format": "text"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "link"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "altText": {
    "label": "Alt text",
    "format": "text"
  },
  "truncated": {
    "label": "Input truncated",
    "format": "text"
  },
  "observedAt": {
    "label": "Generated at",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tool: Instagram Caption & Hashtag Generator](https://apify.com/scrapers_lat/instagram-caption-tool) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/instagram-caption-tool) to learn more, explore other use cases, and run it yourself.