# A UFC Stats | MMA Fights and Fighter Data

**Use case:** 

Extract UFC Stats | MMA Fights and Fighter Data data filtered by A. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "startChar": "a",
  "scrapeAllLetters": false
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Photo",
    "format": "image"
  },
  "name": {
    "label": "🏷 Name",
    "format": "text"
  },
  "url": {
    "label": "🔗 Profile",
    "format": "link"
  },
  "nickname": {
    "label": "💬 Nickname",
    "format": "text"
  },
  "height": {
    "label": "📏 Height",
    "format": "text"
  },
  "weight": {
    "label": "⚖️ Weight",
    "format": "text"
  },
  "reach": {
    "label": "📐 Reach",
    "format": "text"
  },
  "stance": {
    "label": "🥋 Stance",
    "format": "text"
  },
  "wins": {
    "label": "✅ W",
    "format": "text"
  },
  "losses": {
    "label": "❌ L",
    "format": "text"
  },
  "draws": {
    "label": "🤝 D",
    "format": "text"
  },
  "beltHolder": {
    "label": "🏆 Champion",
    "format": "text"
  },
  "slpm": {
    "label": "👊 SLpM",
    "format": "text"
  },
  "strikingAccuracy": {
    "label": "🎯 Str. Acc.",
    "format": "text"
  },
  "sapm": {
    "label": "🛡️ SApM",
    "format": "text"
  },
  "strikeDefense": {
    "label": "🧱 Str. Def.",
    "format": "text"
  },
  "takedownAvg": {
    "label": "🤼 TD Avg.",
    "format": "text"
  },
  "takedownAccuracy": {
    "label": "🎯 TD Acc.",
    "format": "text"
  },
  "takedownDefense": {
    "label": "🛡️ TD Def.",
    "format": "text"
  },
  "submissionAvg": {
    "label": "🐍 Sub. Avg.",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "⚠️ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [UFC Stats Scraper | MMA Fights and Fighter Data](https://apify.com/parseforge/ufc-stats-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/ufc-stats-scraper) to learn more, explore other use cases, and run it yourself.