# Assists LaLiga Stats

**Use case:** 

Extract LaLiga Stats data filtered by Assists. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "statCategory": "assists",
  "maxItems": 10,
  "competition": "laliga-easports"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Photo",
    "format": "image"
  },
  "rank": {
    "label": "🥇 Rank",
    "format": "number"
  },
  "player": {
    "label": "⚽ Player",
    "format": "text"
  },
  "team": {
    "label": "🏟️ Team",
    "format": "text"
  },
  "position": {
    "label": "📍 Position",
    "format": "text"
  },
  "stat": {
    "label": "📊 Stat",
    "format": "text"
  },
  "value": {
    "label": "🔢 Value",
    "format": "number"
  },
  "matchesPlayed": {
    "label": "🎮 Matches",
    "format": "number"
  },
  "season": {
    "label": "📅 Season",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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