# League of Legends Liquipedia Esports Wiki

**Use case:** 

Extract Liquipedia Esports Wiki data filtered by League of Legends. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "game": "leagueoflegends",
  "categoryFilter": "Category:Tournaments",
  "includeText": true
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "text"
  },
  "game": {
    "label": "Game",
    "format": "text"
  },
  "pageId": {
    "label": "Page ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "ns": {
    "label": "Namespace",
    "format": "number"
  },
  "categoryTitle": {
    "label": "Category",
    "format": "text"
  },
  "timestamp": {
    "label": "Last Edit",
    "format": "date"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "object"
  },
  "sections": {
    "label": "Sections",
    "format": "object"
  },
  "links": {
    "label": "Internal Links",
    "format": "object"
  },
  "externalLinks": {
    "label": "External Links",
    "format": "object"
  },
  "images": {
    "label": "Images",
    "format": "object"
  },
  "redirects": {
    "label": "Redirects",
    "format": "object"
  },
  "html": {
    "label": "HTML",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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