# Analyze Apple & Microsoft 10-K Filings for Market Research

**Use case:** 

Scrape the latest 10-K filings for Apple and Microsoft to gain deep insights into their annual performance, strategies, and risks. This data is crucial for mark

## Input

```json
{
  "companies": [
    "AAPL",
    "MSFT"
  ],
  "filingTypes": [
    "10-K"
  ],
  "dateRangeFrom": "2023-01-01",
  "maxItemsPerCompany": 5,
  "maxItems": 500,
  "fetchPrimaryDocText": true,
  "userAgentEmail": "market-research@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.