# French Wiktionary Definitions

**Use case:** 

Extract Wiktionary Definitions data filtered by French. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "words": [
    "hello",
    "world",
    "etymology",
    "lexicon",
    "polyglot"
  ],
  "language": "fr"
}
```

## Output

```json
{
  "word": {
    "label": "Word",
    "format": "text"
  },
  "sourceLanguage": {
    "label": "Source Wiktionary",
    "format": "text"
  },
  "entryLanguageCode": {
    "label": "Lang Code",
    "format": "text"
  },
  "entryLanguage": {
    "label": "Entry Language",
    "format": "text"
  },
  "partOfSpeech": {
    "label": "Part of Speech",
    "format": "text"
  },
  "definitionCount": {
    "label": "Defs",
    "format": "number"
  },
  "definitions": {
    "label": "Definitions",
    "format": "object"
  },
  "examples": {
    "label": "Examples",
    "format": "object"
  },
  "pageUrl": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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