# Monitor StatMuse LeBron James player stats page

**Use case:** 

Track StatMuse.com LeBron James player profile with career stats, game logs, and comparison charts for NBA analytics.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.statmuse.com/nba/player/lebron-james-1780"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "originalUrl": {
    "label": "Original url"
  },
  "name": {
    "label": "Name"
  },
  "team": {
    "label": "Team"
  },
  "cards": {
    "label": "Cards"
  },
  "tables": {
    "label": "Tables"
  }
}
```

## About this Actor

This example demonstrates how to use [Statmuse Player Scraper](https://apify.com/lexis-solutions/statmuse-player-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/statmuse-player-scraper) to learn more, explore other use cases, and run it yourself.