# Duolingo Language Data | Course Vocabulary Export Data

**Use case:** 

Data Export of Duolingo Language Data | Course Vocabulary Export. Structured, ready-to-use data exported in seconds for research, monitoring, or lead

## Input

```json
{
  "maxItems": 100,
  "fromLanguage": "en"
}
```

## Output

```json
{
  "title": {
    "label": "📚 Course",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "learningLanguageName": {
    "label": "🗣 Learning",
    "format": "text"
  },
  "fromLanguageName": {
    "label": "🌍 From",
    "format": "text"
  },
  "numLearners": {
    "label": "👥 Learners",
    "format": "number"
  },
  "phase": {
    "label": "🚦 Phase",
    "format": "number"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Duolingo Language Data Scraper | Course Vocabulary Export](https://apify.com/parseforge/duolingo-language-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/duolingo-language-data-scraper) to learn more, explore other use cases, and run it yourself.