# Esports Tournament Roster — Full Export

**Use case:** 

Scrape the full esports tournament roster dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract esports tournament roster for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "games": [
    "counterstrike"
  ],
  "maxItems": 200,
  "contactEmail": "contact@orbtop.com"
}
```

## Output

```json
{
  "handle": {
    "label": "Handle",
    "format": "string"
  },
  "realName": {
    "label": "Realname",
    "format": "string"
  },
  "nationality": {
    "label": "Nationality",
    "format": "string"
  },
  "currentTeam": {
    "label": "Currentteam",
    "format": "string"
  },
  "roles": {
    "label": "Roles",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "game": {
    "label": "Game",
    "format": "string"
  },
  "profileUrl": {
    "label": "Profileurl",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Esports Tournament Roster Scraper](https://apify.com/jungle_synthesizer/esports-tournament-roster-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/esports-tournament-roster-scraper) to learn more, explore other use cases, and run it yourself.