# Limitless TCG   Pokemon Tournaments & Decklists — Full Expor

**Use case:** 

Scrape the full limitless tcg - pokemon tournaments & decklists dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract limitless tcg - pokemon tournaments & decklists for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "game": "PTCG",
  "format": "",
  "startDateAfter": "",
  "startDateBefore": "",
  "tournamentUrls": [],
  "includeDecklists": true,
  "maxItems": 200
}
```

## Output

```json
{
  "tournament_name": {
    "label": "Tournament Name",
    "format": "string"
  },
  "format": {
    "label": "Format",
    "format": "string"
  },
  "start_date": {
    "label": "Start Date",
    "format": "string"
  },
  "player_handle": {
    "label": "Player Handle",
    "format": "string"
  },
  "player_name": {
    "label": "Player Name",
    "format": "string"
  },
  "player_country": {
    "label": "Player Country",
    "format": "string"
  },
  "placement": {
    "label": "Placement",
    "format": "number"
  },
  "record_wins": {
    "label": "Record Wins",
    "format": "number"
  },
  "record_losses": {
    "label": "Record Losses",
    "format": "number"
  },
  "record_ties": {
    "label": "Record Ties",
    "format": "number"
  },
  "deck_archetype": {
    "label": "Deck Archetype",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Limitless TCG - Pokemon Tournaments & Decklists Scraper](https://apify.com/jungle_synthesizer/limitlesstcg-pokemon-tournaments-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/limitlesstcg-pokemon-tournaments-scraper) to learn more, explore other use cases, and run it yourself.