# Exceptions (license-applicable exceptions) SPDX Software

**Use case:** 

Extract SPDX Software Licenses data filtered by Exceptions (license-applicable exceptions). Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "maxItems": 10,
  "mode": "exceptions",
  "licenseId": "",
  "fsfLibre": false,
  "osiApproved": false,
  "deprecated": false,
  "includeText": true
}
```

## Output

```json
{
  "licenseId": {
    "label": "SPDX ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "kind": {
    "label": "Kind",
    "format": "text"
  },
  "isOsiApproved": {
    "label": "OSI Approved",
    "format": "boolean"
  },
  "isFsfLibre": {
    "label": "FSF Libre",
    "format": "boolean"
  },
  "isDeprecatedLicenseId": {
    "label": "Deprecated",
    "format": "boolean"
  },
  "referenceUrl": {
    "label": "Reference",
    "format": "link"
  },
  "detailsUrl": {
    "label": "Details JSON",
    "format": "link"
  },
  "seeAlso": {
    "label": "See Also",
    "format": "object"
  },
  "standardLicenseTemplate": {
    "label": "Template",
    "format": "text"
  },
  "licenseText": {
    "label": "License Text",
    "format": "text"
  },
  "listVersion": {
    "label": "List Version",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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