# 79 MITRE CWE

**Use case:** 

Explore 79 with MITRE CWE Scraper - Software Weakness Taxonomy. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "cweId": "79",
  "maxResults": 3
}
```

## Output

```json
{
  "cwe_id": {
    "label": "Cwe Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "extended_description": {
    "label": "Extended Description",
    "format": "text"
  },
  "abstraction": {
    "label": "Abstraction",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "structure": {
    "label": "Structure",
    "format": "text"
  },
  "relationships": {
    "label": "Relationships",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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