# Adds Sleeper NFL Fantasy Trending Players Standard Export

**Use case:** 

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

## Input

```json
{
  "direction": "add",
  "hours": 24,
  "maxItems": 100
}
```

## Output

```json
{
  "playerId": {
    "label": "🆔 playerId",
    "format": "text"
  },
  "fullName": {
    "label": "🏷️ fullName",
    "format": "text"
  },
  "position": {
    "label": "🎯 position",
    "format": "text"
  },
  "team": {
    "label": "🏈 team",
    "format": "text"
  },
  "injuryStatus": {
    "label": "🩺 injuryStatus",
    "format": "text"
  },
  "age": {
    "label": "🎂 age",
    "format": "number"
  },
  "height": {
    "label": "📏 height",
    "format": "text"
  },
  "weight": {
    "label": "⚖️ weight",
    "format": "text"
  },
  "college": {
    "label": "🎓 college",
    "format": "text"
  },
  "trendingCount": {
    "label": "📈 trendingCount",
    "format": "number"
  },
  "direction": {
    "label": "🔁 direction",
    "format": "text"
  },
  "fantasyPositions": {
    "label": "🏷️ fantasyPositions",
    "format": "array"
  },
  "scrapedAt": {
    "label": "🕒 scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "❌ error",
    "format": "text"
  }
}
```

## About this Actor

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