# All In One Market Sentiment Marker

**Use case:** 

This is one stop shop for Customer/Entrepreneur/Builder/Designer to make inform decision base on factual data. This service cut down significant web crawl time

## Input

```json
{
  "brand": "Nike",
  "keywords": [
    "Nike"
  ],
  "hashtags": [
    "nike"
  ],
  "platforms": [
    "news"
  ],
  "competitors": [],
  "maxPostsPerPlatform": 10,
  "maxCommentsPerPost": 50,
  "maxNewsPerQuery": 50,
  "maxItems": 0,
  "includeRawItems": true,
  "sentimentEngine": "lexicon",
  "llmModel": "gpt-4o-mini",
  "proxy": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "_kind": {
    "label": "Kind"
  },
  "brand": {
    "label": "Brand"
  },
  "index": {
    "label": "Index"
  },
  "label": {
    "label": "Verdict"
  },
  "positive": {
    "label": "Positive"
  },
  "negative": {
    "label": "Negative"
  },
  "neutral": {
    "label": "Neutral"
  },
  "total": {
    "label": "Total"
  },
  "platform": {
    "label": "Platform"
  },
  "competitor": {
    "label": "Competitor"
  },
  "sentiment": {
    "label": "Sentiment"
  },
  "text": {
    "label": "Text"
  },
  "title": {
    "label": "Title"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [ALL-IN-ONE market sentiment marker](https://apify.com/s4ndid/all-in-one-market-sentiment-marker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/s4ndid/all-in-one-market-sentiment-marker) to learn more, explore other use cases, and run it yourself.