# SEC Item 5.02 8-K Extractor

**Use case:** 

Extract SEC 8-K Item 5.02 management-change filings with companies, CIKs, report dates, filing URLs, and exhibits.

## Input

```json
{
  "maxItems": 50,
  "ticker": "",
  "cik": "",
  "companySearch": "",
  "startDate": "",
  "endDate": "",
  "itemNumbers": [
    "5.02"
  ],
  "includeDocuments": true,
  "includeExhibits": true,
  "maxFeedPages": 10,
  "userAgent": "automation-lab-sec-8k-current-reports-scraper/1.0 contact@automation-lab.com"
}
```

## Output

```json
{
  "accessionNumber": {
    "label": "Accession number"
  },
  "filingDate": {
    "label": "Filing date"
  },
  "companyName": {
    "label": "Company"
  },
  "cik": {
    "label": "CIK"
  },
  "ticker": {
    "label": "Ticker"
  },
  "formType": {
    "label": "Form"
  },
  "itemNumbers": {
    "label": "Items"
  },
  "itemLabels": {
    "label": "Item labels"
  },
  "reportDate": {
    "label": "Report date"
  },
  "filingUrl": {
    "label": "Filing URL"
  },
  "primaryDocumentUrl": {
    "label": "Primary document"
  },
  "exhibitUrls": {
    "label": "Exhibits"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC 8-K Current Reports Scraper](https://apify.com/automation-lab/sec-8-k-current-reports-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/sec-8-k-current-reports-scraper) to learn more, explore other use cases, and run it yourself.