# Wikidata Lexemes Full Export

**Use case:** 

Full Export of Wikidata Lexemes. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "searchQuery": "run",
  "searchLanguage": "en",
  "includeForms": false
}
```

## Output

```json
{
  "lexemeId": {
    "label": "Lexeme ID",
    "format": "text"
  },
  "lemma": {
    "label": "Lemma",
    "format": "text"
  },
  "lemmaLanguage": {
    "label": "Lemma Lang",
    "format": "text"
  },
  "languageQid": {
    "label": "Language QID",
    "format": "text"
  },
  "lexicalCategoryQid": {
    "label": "Category QID",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "senseCount": {
    "label": "Senses",
    "format": "number"
  },
  "senses": {
    "label": "Senses",
    "format": "object"
  },
  "formCount": {
    "label": "Forms",
    "format": "number"
  },
  "forms": {
    "label": "Forms",
    "format": "object"
  },
  "statementCount": {
    "label": "Statements",
    "format": "number"
  },
  "statementProperties": {
    "label": "Properties",
    "format": "object"
  },
  "lastModified": {
    "label": "Modified",
    "format": "date"
  },
  "lexemeUrl": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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