# Most added Sleeper Fantasy NFL Trending Players Standard

**Use case:** 

Standard Export of Sleeper Fantasy NFL Trending Players for Most added. Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "type": "add",
  "lookback_hours": 24,
  "limit": 25,
  "maxItems": 100
}
```

## Output

```json
{
  "fullName": {
    "label": "🏈 Player",
    "format": "text"
  },
  "position": {
    "label": "🎽 Position",
    "format": "text"
  },
  "team": {
    "label": "🏟 Team",
    "format": "text"
  },
  "status": {
    "label": "📋 Status",
    "format": "text"
  },
  "injuryStatus": {
    "label": "🩺 Injury",
    "format": "text"
  },
  "age": {
    "label": "🎂 Age",
    "format": "number"
  },
  "yearsExp": {
    "label": "📅 Exp",
    "format": "number"
  },
  "trendType": {
    "label": "🔁 Trend",
    "format": "text"
  },
  "trendCount": {
    "label": "📈 Count",
    "format": "number"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Sleeper Fantasy NFL Trending Players Scraper](https://apify.com/parseforge/sleeper-fantasy-nfl-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/sleeper-fantasy-nfl-scraper) to learn more, explore other use cases, and run it yourself.