# Titled Players Chess.com Player & Game

**Use case:** 

Extract Chess.com Player & Game data filtered by Titled Players. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "mode": "titled",
  "usernames": [
    "magnuscarlsen",
    "hikaru",
    "gothamchess",
    "anishgiri",
    "fabianocaruana"
  ],
  "titleCode": "GM",
  "countryCode": "US",
  "enrichProfiles": true
}
```

## Output

```json
{
  "avatar": {
    "label": "Avatar",
    "format": "image"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "playerId": {
    "label": "Player id"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "countryUrl": {
    "label": "Country url"
  },
  "location": {
    "label": "Location"
  },
  "league": {
    "label": "League",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "verified": {
    "label": "Verified"
  },
  "followers": {
    "label": "Followers"
  },
  "followerCount": {
    "label": "Followers",
    "format": "number"
  },
  "joinedDate": {
    "label": "Joined date"
  },
  "lastOnline": {
    "label": "Last online"
  },
  "rapidRating": {
    "label": "Rapid",
    "format": "number"
  },
  "rapidRecord": {
    "label": "Rapid record"
  },
  "rapidBest": {
    "label": "Rapid best"
  },
  "blitzRating": {
    "label": "Blitz",
    "format": "number"
  },
  "blitzRecord": {
    "label": "Blitz record"
  },
  "blitzBest": {
    "label": "Blitz best"
  },
  "bulletRating": {
    "label": "Bullet",
    "format": "number"
  },
  "bulletRecord": {
    "label": "Bullet record"
  },
  "bulletBest": {
    "label": "Bullet best"
  },
  "chess960Rating": {
    "label": "Chess960rating"
  },
  "dailyRating": {
    "label": "Daily",
    "format": "number"
  },
  "tacticsRating": {
    "label": "Tactics",
    "format": "number"
  },
  "tacticsBest": {
    "label": "Tactics best"
  },
  "puzzleRushBest": {
    "label": "Puzzle rush best"
  },
  "fideRating": {
    "label": "FIDE",
    "format": "number"
  },
  "streamerUrl": {
    "label": "Streamer url"
  },
  "twitchUrl": {
    "label": "Twitch url"
  },
  "isStreamer": {
    "label": "Is streamer"
  },
  "profileUrl": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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