# Gameweeks Fantasy Premier League Player Stats

**Use case:** 

Extract Fantasy Premier League Player Stats data filtered by Gameweeks. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "dataType": "gameweeks",
  "team": "",
  "position": "",
  "sortBy": "totalPoints",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Photo",
    "format": "image"
  },
  "name": {
    "label": "📌 Name",
    "format": "text"
  },
  "team": {
    "label": "🏟 Team",
    "format": "text"
  },
  "position": {
    "label": "🎽 Position",
    "format": "text"
  },
  "price": {
    "label": "💷 Price",
    "format": "number"
  },
  "totalPoints": {
    "label": "⭐ Points",
    "format": "number"
  },
  "form": {
    "label": "📈 Form",
    "format": "text"
  },
  "selectedByPercent": {
    "label": "👥 Owned %",
    "format": "text"
  },
  "status": {
    "label": "🩺 Status",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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