# Scrape RealGM Messiah Anderson player profile

**Use case:** 

Monitor RealGM player profile for Messiah Anderson with game logs, measurements, and team history.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://basketball.realgm.com/player/Messiah-Anderson/Summary/264870"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "name": {
    "label": "Name"
  },
  "givenName": {
    "label": "Given name"
  },
  "familyName": {
    "label": "Family name"
  },
  "birthPlace": {
    "label": "Birth place"
  },
  "gender": {
    "label": "Gender"
  },
  "height": {
    "label": "Height"
  },
  "weight": {
    "label": "Weight"
  },
  "sport": {
    "label": "Sport"
  },
  "born": {
    "label": "Born"
  },
  "hometown": {
    "label": "Hometown"
  },
  "nationality": {
    "label": "Nationality"
  },
  "currentTeam": {
    "label": "Current team"
  },
  "currentNbaStatus": {
    "label": "Current nba status"
  },
  "nbaDraft": {
    "label": "Nba draft"
  },
  "predraftTeam": {
    "label": "Predraft team"
  },
  "highSchool": {
    "label": "High school"
  }
}
```

## About this Actor

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