# Draft Standard RFC Editor Index

**Use case:** 

Extract RFC Editor Index data filtered by Draft Standard. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "status": "DRAFT STANDARD"
}
```

## Output

```json
{
  "rfcId": {
    "label": "RFC",
    "format": "text"
  },
  "number": {
    "label": "Number",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "authors": {
    "label": "Authors",
    "format": "object"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "stream": {
    "label": "Stream",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "text"
  },
  "pages": {
    "label": "Pages",
    "format": "number"
  },
  "abstract": {
    "label": "Abstract",
    "format": "text"
  },
  "doi": {
    "label": "DOI",
    "format": "text"
  },
  "keywords": {
    "label": "Keywords",
    "format": "object"
  },
  "obsoletes": {
    "label": "Obsoletes",
    "format": "object"
  },
  "obsoletedBy": {
    "label": "Obsoleted By",
    "format": "object"
  },
  "updates": {
    "label": "Updates",
    "format": "object"
  },
  "updatedBy": {
    "label": "Updated By",
    "format": "object"
  },
  "seeAlso": {
    "label": "See Also",
    "format": "object"
  },
  "formats": {
    "label": "Formats",
    "format": "object"
  },
  "htmlUrl": {
    "label": "HTML",
    "format": "link"
  },
  "pdfUrl": {
    "label": "PDF",
    "format": "link"
  },
  "txtUrl": {
    "label": "TXT",
    "format": "link"
  },
  "jsonUrl": {
    "label": "JSON",
    "format": "link"
  },
  "errata": {
    "label": "Errata",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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