# Dictionary Word Definitions Full Export

**Use case:** 

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

## Input

```json
{
  "maxItems": 500,
  "words": "hello\nlanguage\nserendipity\netymology\nalgorithm",
  "paragraph": ""
}
```

## Output

```json
{
  "word": {
    "label": "Word",
    "format": "text"
  },
  "phonetic": {
    "label": "Phonetic",
    "format": "text"
  },
  "partOfSpeech": {
    "label": "POS",
    "format": "text"
  },
  "definition": {
    "label": "Definition",
    "format": "text"
  },
  "example": {
    "label": "Example",
    "format": "text"
  },
  "synonymsText": {
    "label": "Synonyms",
    "format": "text"
  },
  "antonymsText": {
    "label": "Antonyms",
    "format": "text"
  },
  "audioUrl": {
    "label": "Audio",
    "format": "link"
  }
}
```

## About this Actor

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