# Monitor Institutional Investor 13F Holdings for Investment S

**Use case:** 

Extract 13F filings for top institutional investors (represented by CIKs) to analyze their quarterly equity holdings and identify investment trends. This provid

## Input

```json
{
  "companies": [
    "0000106798",
    "0000000001",
    "0001548006"
  ],
  "filingTypes": [
    "13F-HR"
  ],
  "dateRangeFrom": "2023-01-01",
  "maxItemsPerCompany": 4,
  "maxItems": 500,
  "fetchPrimaryDocText": false,
  "userAgentEmail": "institutional-holdings@example.com"
}
```

## Output

```json
{
  "ticker": {
    "label": "Ticker"
  },
  "companyName": {
    "label": "Company name"
  },
  "filingType": {
    "label": "Filing type"
  },
  "filedAt": {
    "label": "Filed at"
  },
  "reportingPeriod": {
    "label": "Reporting period"
  },
  "primaryDocUrl": {
    "label": "Primary doc url"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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