# Apple SEC XBRL Company Facts Extractor

**Use case:** 

Extract Apple SEC XBRL facts like Assets and NetIncomeLoss from official EDGAR Company Facts JSON.

## Input

```json
{
  "identifiers": [
    "AAPL"
  ],
  "concepts": [
    "Assets",
    "NetIncomeLoss"
  ],
  "taxonomies": [
    "us-gaap"
  ],
  "forms": [
    "10-K",
    "10-Q"
  ],
  "fiscalYearFrom": 2020,
  "filedAfter": "2022-01-01",
  "maxFactsPerCompany": 500,
  "requestDelayMs": 200,
  "userAgentContact": "automation-lab-sec-company-facts-api-scraper contact@automation-lab.com"
}
```

## Output

```json
{
  "inputIdentifier": {
    "label": "Input identifier"
  },
  "cik": {
    "label": "CIK"
  },
  "ticker": {
    "label": "Ticker"
  },
  "entityName": {
    "label": "Entity name"
  },
  "taxonomy": {
    "label": "Taxonomy"
  },
  "concept": {
    "label": "Concept"
  },
  "label": {
    "label": "Label"
  },
  "unit": {
    "label": "Unit"
  },
  "value": {
    "label": "Value"
  },
  "fiscalYear": {
    "label": "Fiscal year"
  },
  "fiscalPeriod": {
    "label": "Fiscal period"
  },
  "form": {
    "label": "Form"
  },
  "filed": {
    "label": "Filed"
  },
  "frame": {
    "label": "Frame"
  },
  "accessionNumber": {
    "label": "Accession number"
  },
  "startDate": {
    "label": "Start date"
  },
  "endDate": {
    "label": "End date"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC Company Facts API Scraper](https://apify.com/automation-lab/sec-company-facts-api-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/sec-company-facts-api-scraper) to learn more, explore other use cases, and run it yourself.