# CWE-89 SQL Injection Scraper

**Use case:** 

Extract CWE-89 SQL injection weakness data from MITRE with descriptions and mitigations as structured JSON.

## Input

```json
{
  "mode": "single",
  "cweId": "89",
  "cweIds": [],
  "categoryId": "",
  "viewId": "",
  "category": "",
  "maxItems": 5
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "number"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "abstraction": {
    "label": "Abstraction",
    "format": "text"
  },
  "structure": {
    "label": "Structure",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "likelihoodOfExploit": {
    "label": "Likelihood Of Exploit",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "extendedDescription": {
    "label": "Extended Description",
    "format": "text"
  },
  "extendedDescriptionText": {
    "label": "Extended Description Text",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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