# Rushing Sports Stats Mega Pack

**Use case:** 

Extract Sports Stats Mega Pack data filtered by Rushing. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "sources": [
    "nba",
    "nfl",
    "wnba",
    "mlb-prospects",
    "wta",
    "tennis-abstract"
  ],
  "season": "2024-25",
  "nflStatType": "rushing",
  "wtaType": "singles",
  "tennisPlayer": "NovakDjokovic",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "source": {
    "label": "source",
    "format": "text"
  },
  "title": {
    "label": "title",
    "format": "text"
  },
  "id": {
    "label": "id",
    "format": "text"
  },
  "url": {
    "label": "url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Sports Stats Mega Pack](https://apify.com/parseforge/sports-stats-mega-pack-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/sports-stats-mega-pack-scraper) to learn more, explore other use cases, and run it yourself.