# Latest CVE Vulnerability Scraper

**Use case:** 

Scrape recent CVE vulnerabilities from CIRCL CVE Search. Get CVE IDs, severity scores, summaries and affected products as clean JSON data.

## Input

```json
{
  "mode": "latest",
  "cveId": "CVE-2021-44228",
  "cveIds": [],
  "vendor": "apache",
  "product": "log4j",
  "count": 50,
  "maxItems": 5
}
```

## Output

```json
{
  "cveId": {
    "label": "Cve Id",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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