# endoflife.date Lifecycle Full Export

**Use case:** 

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

## Input

```json
{
  "product": "python",
  "maxItems": 500
}
```

## Output

```json
{
  "product": {
    "label": "📦 Product",
    "format": "text"
  },
  "cycle": {
    "label": "🔁 Cycle",
    "format": "text"
  },
  "releaseDate": {
    "label": "🚀 Released",
    "format": "date"
  },
  "eol": {
    "label": "⚰️ EOL",
    "format": "date"
  },
  "support": {
    "label": "🛟 Support",
    "format": "text"
  },
  "lts": {
    "label": "🏷️ LTS",
    "format": "text"
  },
  "latest": {
    "label": "🆕 Latest",
    "format": "text"
  },
  "latestReleaseDate": {
    "label": "📅 Latest Released",
    "format": "date"
  },
  "supportEnded": {
    "label": "⛔ Support Ended",
    "format": "text"
  },
  "extendedSupport": {
    "label": "➕ Extended Support",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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