# Path Of Exile Leagues Scraper sample

**Use case:** 

Sample use-case Task for path-of-exile-leagues-scraper: bounded defaults, real output, export JSON/CSV on Apify.

## Input

```json
{
  "maxResults": 3
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "category_id": {
    "label": "Category Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "realm": {
    "label": "Realm",
    "format": "text"
  },
  "startat": {
    "label": "Startat",
    "format": "text"
  },
  "delveevent": {
    "label": "Delveevent",
    "format": "text"
  },
  "registerat": {
    "label": "Registerat",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Path Of Exile Leagues Scraper](https://apify.com/benthepythondev/path-of-exile-leagues-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/path-of-exile-leagues-scraper) to learn more, explore other use cases, and run it yourself.