# SEC EDGAR Current Filings Feed Latest Results

**Use case:** 

Latest Results of SEC EDGAR Current Filings Feed. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "formType": "10-K",
  "maxItems": 25
}
```

## Output

```json
{
  "company": {
    "label": "🏢 Company",
    "format": "text"
  },
  "cik": {
    "label": "🔧 CIK",
    "format": "text"
  },
  "form_type": {
    "label": "📋 Form Type",
    "format": "text"
  },
  "filing_date": {
    "label": "📅 Filing Date",
    "format": "date"
  },
  "accession_number": {
    "label": "🔢 Accession Number",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC EDGAR Current Filings Feed Scraper](https://apify.com/parseforge/sec-edgar-current-feed-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/sec-edgar-current-feed-scraper) to learn more, explore other use cases, and run it yourself.