# Specifications (standards, drafts, notes) W3C Standards

**Use case:** 

Standard Export of W3C Standards Catalog for Specifications (standards, drafts, notes). Structured results ready to export for analysis, lead generation, or

## Input

```json
{
  "maxItems": 100,
  "mode": "specifications",
  "status": "",
  "groupShortname": "",
  "includeVersions": false
}
```

## Output

```json
{
  "shortname": {
    "label": "Shortname",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "seriesShortname": {
    "label": "Series",
    "format": "text"
  },
  "seriesVersion": {
    "label": "Series Version",
    "format": "text"
  },
  "editorDraftUrl": {
    "label": "Editor Draft",
    "format": "link"
  },
  "shortlink": {
    "label": "Shortlink",
    "format": "link"
  },
  "latestVersionUrl": {
    "label": "Latest Version",
    "format": "link"
  },
  "firstVersionUrl": {
    "label": "First Version",
    "format": "link"
  },
  "groupShortnames": {
    "label": "Groups",
    "format": "object"
  },
  "versionsCount": {
    "label": "Versions Count",
    "format": "number"
  },
  "versionHistory": {
    "label": "Version History",
    "format": "object"
  },
  "groupType": {
    "label": "Group Type",
    "format": "text"
  },
  "homepageUrl": {
    "label": "Homepage",
    "format": "link"
  },
  "isClosed": {
    "label": "Closed",
    "format": "boolean"
  },
  "creationDate": {
    "label": "Created",
    "format": "text"
  },
  "apiUrl": {
    "label": "API URL",
    "format": "link"
  },
  "mode": {
    "label": "Mode",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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