# NFL Receiving Stats Scraper

**Use case:** 

Pull NFL receiving statistics by season including receptions, yards and touchdowns. Compare wide receiver and tight end production.

## Input

```json
{
  "maxItems": 3,
  "statType": "receiving",
  "season": 2023
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image Url",
    "format": "link"
  },
  "playerName": {
    "label": "Player Name",
    "format": "text"
  },
  "position": {
    "label": "Position",
    "format": "text"
  },
  "team": {
    "label": "Team",
    "format": "text"
  },
  "teamAbbr": {
    "label": "Team Abbr",
    "format": "text"
  },
  "jerseyNumber": {
    "label": "Jersey Number",
    "format": "text"
  },
  "age": {
    "label": "Age",
    "format": "number"
  },
  "statType": {
    "label": "Stat Type",
    "format": "text"
  },
  "season": {
    "label": "Season",
    "format": "number"
  },
  "playerId": {
    "label": "Player Id",
    "format": "number"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [NFL Stats Scraper | NFL.com Player and Team Statistics](https://apify.com/parseforge/nfl-stats-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/nfl-stats-scraper) to learn more, explore other use cases, and run it yourself.