# CISA KEV Vulnerability Scraper

**Use case:** 

Scrape the CISA Known Exploited Vulnerabilities catalog with CVE IDs, vendors, products and due dates. Structured cybersecurity threat data.

## Input

```json
{
  "cveId": "",
  "vendor": "",
  "product": "",
  "addedAfter": "",
  "ransomwareOnly": false,
  "cwes": "",
  "requiredActionDueAfter": "",
  "maxItems": 5
}
```

## Output

```json
{
  "cveID": {
    "label": "Cve I D",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "vendorProject": {
    "label": "Vendor Project",
    "format": "text"
  },
  "product": {
    "label": "Product",
    "format": "text"
  },
  "vulnerabilityName": {
    "label": "Vulnerability Name",
    "format": "text"
  },
  "dateAdded": {
    "label": "Date Added",
    "format": "text"
  },
  "shortDescription": {
    "label": "Short Description",
    "format": "text"
  },
  "requiredAction": {
    "label": "Required Action",
    "format": "text"
  },
  "dueDate": {
    "label": "Due Date",
    "format": "text"
  },
  "knownRansomwareCampaignUse": {
    "label": "Known Ransomware Campaign Use",
    "format": "text"
  },
  "knownRansomwareCampaignUseRaw": {
    "label": "Known Ransomware Campaign Use Raw",
    "format": "text"
  },
  "notes": {
    "label": "Notes",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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