# Tackles NRL Rugby League Stats

**Use case:** 

Extract NRL Rugby League Stats data filtered by tackles. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "category": "tackles"
}
```

## Output

```json
{
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "sourceUrl": {
    "label": "🔗 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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