# Recent CVE Security Feed Scraper

**Use case:** 

Extract a feed of recent CVE security vulnerabilities from CIRCL. Get CVE IDs, CVSS scores and descriptions as structured JSON output.

## Input

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

## 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.