# What Would Warren Buffett Do?

**Use case:** Track financial markets & trading data

Get Buffett-style AI analysis for any stock or crypto. Real-time sentiment from news and X, with recommendations tailored to your investing philosophy.

## Input

```json
{
  "companies": [
    "AAPL"
  ],
  "cryptocurrencies": [
    "BTC"
  ],
  "persona": "I follow Warren Buffett's value investing approach",
  "sources": [
    "google"
  ]
}
```

## Output

```json
{
  "ticker": {
    "label": "Ticker",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "sentiment_analysis.google.category": {
    "label": "Google sentiment",
    "format": "string"
  },
  "sentiment_analysis.google.sentiment_score": {
    "label": "Google score",
    "format": "number"
  },
  "sentiment_analysis.twitter.category": {
    "label": "Twitter sentiment",
    "format": "string"
  },
  "sentiment_analysis.twitter.sentiment_score": {
    "label": "Twitter score",
    "format": "number"
  },
  "market_summary.current_situation": {
    "label": "Market situation",
    "format": "string"
  },
  "personalized_recommendation.action": {
    "label": "Recommendation",
    "format": "string"
  },
  "personalized_recommendation.summary": {
    "label": "Recommendation summary",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Market Mind AI](https://apify.com/katzino/market-mind-ai) with a specific input configuration. Visit the [Actor detail page](https://apify.com/katzino/market-mind-ai) to learn more, explore other use cases, and run it yourself.