# LinkedIn Post Generator for Event Recaps

**Use case:** 

Write a LinkedIn post recapping a conference that shares key takeaways and keeps the momentum going with your network.

## Input

```json
{
  "topic": "Three takeaways from this year's SaaS growth conference",
  "tone": "professional",
  "cta": "Were you there too, what stood out for you",
  "hashtags": true
}
```

## Output

```json
{
  "topic": {
    "label": "Topic",
    "format": "text"
  },
  "tone": {
    "label": "Tone",
    "format": "text"
  },
  "hook": {
    "label": "Hook",
    "format": "text"
  },
  "post": {
    "label": "Post",
    "format": "text"
  },
  "cta": {
    "label": "Call to action",
    "format": "text"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "characterCount": {
    "label": "Character count",
    "format": "number"
  },
  "observedAt": {
    "label": "Generated at",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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