# Current Software End-of-Life Dates

**Use case:** 

Check current software release and end-of-life dates, support status, and lifecycle details in structured JSON, CSV, or Excel.

## Input

```json
{
  "product": "python",
  "maxResults": 3
}
```

## Output

```json
{
  "cycle": {
    "label": "Cycle",
    "format": "text"
  },
  "release_date": {
    "label": "Release Date",
    "format": "date"
  },
  "support_end": {
    "label": "Support End",
    "format": "text"
  },
  "end_of_life": {
    "label": "End Of Life",
    "format": "text"
  },
  "latest_version": {
    "label": "Latest Version",
    "format": "text"
  },
  "latest_release_date": {
    "label": "Latest Release Date",
    "format": "date"
  },
  "lts": {
    "label": "Lts",
    "format": "text"
  },
  "link": {
    "label": "Link",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [End of Life Products Scraper - Release Support Data](https://apify.com/benthepythondev/endoflife-products-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/endoflife-products-scraper) to learn more, explore other use cases, and run it yourself.