# EPSS Heartbleed CVE Score Scraper

**Use case:** 

Fetch the EPSS exploit prediction score for Heartbleed (CVE-2014-0160). Vulnerability probability and percentile data as JSON.

## Input

```json
{
  "cveId": "CVE-2014-0160",
  "date": "",
  "minEpssScore": "",
  "minPercentile": "",
  "flattenTimeSeries": false,
  "maxItems": 5
}
```

## Output

```json
{
  "cve": {
    "label": "Cve",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "epss": {
    "label": "Epss",
    "format": "number"
  },
  "percentile": {
    "label": "Percentile",
    "format": "number"
  },
  "severity": {
    "label": "Severity",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [EPSS Exploit Prediction Scoring System Scraper](https://apify.com/parseforge/epss-exploit-prediction-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/epss-exploit-prediction-scraper) to learn more, explore other use cases, and run it yourself.