# Viral Content Creator for CNN Business Insights

**Use case:** 

Transform CNN business articles into engaging 4-part Twitter threads and LinkedIn posts. Get ready-to-share social media content instantly.

## Input

```json
{
  "url": "https://www.cnn.com/business"
}
```

## Output

```json
{
  "linkedinPost": {
    "label": "LinkedIn Post",
    "format": "text"
  },
  "twitterThread": {
    "label": "Twitter Thread",
    "format": "text"
  },
  "url": {
    "label": "Original URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [viral-architect](https://apify.com/cheerful_tarragon/my-actor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/cheerful_tarragon/my-actor) to learn more, explore other use cases, and run it yourself.