# Archives Chess.com Public Profile | Stats, Archives, Games

**Use case:** 

Extract Chess.com Public Profile | Stats, Archives, Games data filtered by Archives. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "usernames": [
    "magnuscarlsen",
    "hikaru",
    "fabianocaruana"
  ],
  "mode": "archives"
}
```

## Output

```json
{
  "avatar": {
    "label": "Avatar",
    "format": "image"
  },
  "mode": {
    "label": "Mode",
    "format": "text"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "playerId": {
    "label": "Player ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "followers": {
    "label": "Followers",
    "format": "number"
  },
  "isStreamer": {
    "label": "Streamer",
    "format": "boolean"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "league": {
    "label": "League",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  },
  "joined": {
    "label": "Joined",
    "format": "date"
  },
  "lastOnline": {
    "label": "Last Online",
    "format": "date"
  },
  "rapidRating": {
    "label": "Rapid",
    "format": "number"
  },
  "blitzRating": {
    "label": "Blitz",
    "format": "number"
  },
  "bulletRating": {
    "label": "Bullet",
    "format": "number"
  },
  "dailyRating": {
    "label": "Daily",
    "format": "number"
  },
  "tacticsHighest": {
    "label": "Tactics Best",
    "format": "number"
  },
  "puzzleRushBest": {
    "label": "Puzzle Rush",
    "format": "number"
  },
  "monthArchive": {
    "label": "Month",
    "format": "text"
  },
  "totalArchives": {
    "label": "Total Archives",
    "format": "number"
  },
  "archives": {
    "label": "Archives",
    "format": "object"
  },
  "gameUrl": {
    "label": "Game URL",
    "format": "link"
  },
  "gamePgn": {
    "label": "PGN",
    "format": "text"
  },
  "gameTimeControl": {
    "label": "Time Control",
    "format": "text"
  },
  "gameTimeClass": {
    "label": "Class",
    "format": "text"
  },
  "gameRated": {
    "label": "Rated",
    "format": "boolean"
  },
  "gameRules": {
    "label": "Rules",
    "format": "text"
  },
  "gameEndTime": {
    "label": "Ended",
    "format": "date"
  },
  "gameWhite": {
    "label": "White",
    "format": "text"
  },
  "gameBlack": {
    "label": "Black",
    "format": "text"
  },
  "gameWhiteRating": {
    "label": "White Rating",
    "format": "number"
  },
  "gameBlackRating": {
    "label": "Black Rating",
    "format": "number"
  },
  "gameWhiteResult": {
    "label": "White Result",
    "format": "text"
  },
  "gameBlackResult": {
    "label": "Black Result",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Chess.com Public Profile Scraper | Stats, Archives, Games](https://apify.com/parseforge/chesscom-public-profile-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/chesscom-public-profile-scraper) to learn more, explore other use cases, and run it yourself.