# Open (Men) FIDE Chess Ratings

**Use case:** 

Extract FIDE Chess Ratings data filtered by Open (Men). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "list": "open",
  "maxItems": 10
}
```

## Output

```json
{
  "rank": {
    "label": "#",
    "format": "number"
  },
  "name": {
    "label": "Player",
    "format": "text"
  },
  "federation": {
    "label": "Fed",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "birthYear": {
    "label": "B-Year",
    "format": "number"
  },
  "fideId": {
    "label": "FIDE ID",
    "format": "text"
  },
  "list": {
    "label": "List",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Profile",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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