# Lichess Player Profiles

**Use case:** 

Compare public Lichess player profiles with ratings, activity, game counts, account status, and profile metadata.

## Input

```json
{
  "usernames": [
    "DrNykterstein",
    "thibault",
    "penguingim1"
  ],
  "maxResults": 3
}
```

## Output

```json
{
  "user_id": {
    "label": "User Id",
    "format": "text"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "online": {
    "label": "Online",
    "format": "text"
  },
  "disabled": {
    "label": "Disabled",
    "format": "text"
  },
  "created_at": {
    "label": "Created At",
    "format": "date"
  },
  "seen_at": {
    "label": "Seen At",
    "format": "date"
  },
  "play_time_seconds": {
    "label": "Play Time Seconds",
    "format": "number"
  },
  "game_count": {
    "label": "Game Count",
    "format": "text"
  },
  "performance": {
    "label": "Performance",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "bio": {
    "label": "Bio",
    "format": "text"
  },
  "profile_url": {
    "label": "Profile Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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