# Games / Results Squiggle AFL Games

**Use case:** 

Extract Squiggle AFL Games data filtered by Games / Results. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "query": "games",
  "year": 2024,
  "round": 1,
  "maxItems": 10
}
```

## Output

```json
{
  "roundName": {
    "label": "🏉 Round",
    "format": "text"
  },
  "homeTeam": {
    "label": "🏠 Home",
    "format": "text"
  },
  "homeScore": {
    "label": "🔢 Home Pts",
    "format": "number"
  },
  "awayTeam": {
    "label": "✈ Away",
    "format": "text"
  },
  "awayScore": {
    "label": "🔢 Away Pts",
    "format": "number"
  },
  "winner": {
    "label": "🏆 Winner",
    "format": "text"
  },
  "margin": {
    "label": "📏 Margin",
    "format": "number"
  },
  "venue": {
    "label": "📍 Venue",
    "format": "text"
  },
  "date": {
    "label": "📅 Date",
    "format": "text"
  },
  "complete": {
    "label": "✅ Complete %",
    "format": "number"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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