# Research Creator Audience Sentiment Around a Topic

**Use case:** 

Review public discussion around a creator, channel, or niche topic and see how audiences describe the content and the creator.

## Input

```json
{
  "query": "Marques Brownlee",
  "platforms": [
    "reddit",
    "youtube"
  ],
  "maxItems": 10,
  "timeRange": "30d",
  "engine": "llm",
  "llmProvider": "anthropic",
  "includeToxicity": false,
  "includeReport": true,
  "responseFormat": "concise",
  "maxCostUsd": 0
}
```

## Output

```json
{
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "text": {
    "label": "Post",
    "format": "string"
  },
  "sentiment": {
    "label": "Sentiment",
    "format": "string"
  },
  "sentimentScore": {
    "label": "Score",
    "format": "number"
  },
  "confidence": {
    "label": "Conf.",
    "format": "number"
  },
  "emotions": {
    "label": "Emotions",
    "format": "array"
  },
  "language": {
    "label": "Lang",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published",
    "format": "string"
  },
  "sourceUrl": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Social Media Sentiment Analyzer](https://apify.com/khadinakbar/social-media-sentiment-analyzer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/khadinakbar/social-media-sentiment-analyzer) to learn more, explore other use cases, and run it yourself.