# SEC NPORT Mutual Fund Holdings Full Export

**Use case:** 

Full Export of SEC NPORT Mutual Fund Holdings. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "query": "fidelity",
  "maxItems": 500
}
```

## Output

```json
{
  "fundName": {
    "label": "🏦 Fund Name",
    "format": "text"
  },
  "cik": {
    "label": "🆔 CIK",
    "format": "text"
  },
  "accessionNo": {
    "label": "📑 Accession",
    "format": "text"
  },
  "formType": {
    "label": "📋 Form Type",
    "format": "text"
  },
  "filedAt": {
    "label": "📅 Filed At",
    "format": "text"
  },
  "periodOfReport": {
    "label": "🗓️ Period",
    "format": "text"
  },
  "filingUrl": {
    "label": "🔗 Filing URL",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC NPORT Mutual Fund Holdings Scraper](https://apify.com/parseforge/sec-nport-mutual-fund-holdings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/sec-nport-mutual-fund-holdings-scraper) to learn more, explore other use cases, and run it yourself.