# Ghsa Vulnerability & Security Intel Aggregator

**Use case:** 

Extract Vulnerability & Security Intel Aggregator data filtered by ghsa. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "query": "",
  "sources": [
    "ghsa"
  ],
  "maxItems": 10,
  "openssfRepos": [
    "github.com/expressjs/express",
    "github.com/facebook/react",
    "github.com/nodejs/node"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "source": {
    "label": "📡 Source",
    "format": "text"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "severity": {
    "label": "⚠️ Severity",
    "format": "text"
  },
  "category": {
    "label": "🏷️ Category",
    "format": "text"
  },
  "date": {
    "label": "🕒 Date",
    "format": "text"
  },
  "summary": {
    "label": "📝 Summary",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Vulnerability & Security Intel Aggregator](https://apify.com/parseforge/vulnerability-security-intel-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/vulnerability-security-intel-scraper) to learn more, explore other use cases, and run it yourself.