# CTAN TeX Packages Data Export

**Use case:** 

Data Export of CTAN TeX Packages. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "hydrate": true
}
```

## Output

```json
{
  "key": {
    "label": "🆔 Key",
    "format": "text"
  },
  "name": {
    "label": "📛 Name",
    "format": "text"
  },
  "caption": {
    "label": "📝 Caption",
    "format": "text"
  },
  "license": {
    "label": "⚖️ License",
    "format": "text"
  },
  "version": {
    "label": "🔢 Version",
    "format": "text"
  },
  "authors": {
    "label": "👥 Authors",
    "format": "array"
  },
  "topics": {
    "label": "🏷️ Topics",
    "format": "array"
  },
  "ctan": {
    "label": "🔗 CTAN",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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