# Ratings/downgrades 📈 MarketBeat Analyst Ratings

**Use case:** 

Extract 📈 MarketBeat Analyst Ratings data filtered by ratings/downgrades. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "category": "ratings/downgrades",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "company": {
    "label": "🏢 Company",
    "format": "text"
  },
  "symbol": {
    "label": "🔣 Symbol",
    "format": "text"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "text"
  },
  "action": {
    "label": "🎯 Action",
    "format": "text"
  },
  "analyst": {
    "label": "🧑‍💼 Analyst",
    "format": "text"
  },
  "targetPrice": {
    "label": "🎯 Target Price",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "🔗 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [📈 MarketBeat Analyst Ratings Scraper](https://apify.com/parseforge/marketbeat-ratings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/marketbeat-ratings-scraper) to learn more, explore other use cases, and run it yourself.