# 10-Q SEC Forms

**Use case:** 

Extract SEC Forms data filtered by 10-Q. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "entityName": "Apple",
  "forms": [
    "10-Q"
  ]
}
```

## Output

```json
{
  "entityName": {
    "label": "Entity Name",
    "format": "text"
  },
  "ticker": {
    "label": "Ticker",
    "format": "text"
  },
  "cik": {
    "label": "CIK",
    "format": "text"
  },
  "formType": {
    "label": "Form",
    "format": "text"
  },
  "fileDate": {
    "label": "File Date",
    "format": "text"
  },
  "periodEnding": {
    "label": "Period Ending",
    "format": "text"
  },
  "reportDate": {
    "label": "Report Date",
    "format": "text"
  },
  "acceptanceDateTime": {
    "label": "Acceptance",
    "format": "text"
  },
  "fiscalYear": {
    "label": "Fiscal Year",
    "format": "number"
  },
  "fiscalQuarter": {
    "label": "Fiscal Quarter",
    "format": "number"
  },
  "accessionNumber": {
    "label": "Accession #",
    "format": "text"
  },
  "filingUrl": {
    "label": "Filing URL",
    "format": "link"
  },
  "documentUrl": {
    "label": "Document URL",
    "format": "link"
  },
  "indexUrl": {
    "label": "Index URL",
    "format": "link"
  },
  "secViewerUrl": {
    "label": "SEC Viewer",
    "format": "link"
  },
  "primaryDocument": {
    "label": "Primary Doc",
    "format": "text"
  },
  "primaryDocDescription": {
    "label": "Primary Doc Desc",
    "format": "text"
  },
  "fileDescription": {
    "label": "Description",
    "format": "text"
  },
  "fileNumber": {
    "label": "File Number",
    "format": "text"
  },
  "filmNumber": {
    "label": "Film Number",
    "format": "text"
  },
  "act": {
    "label": "Act",
    "format": "text"
  },
  "entityType": {
    "label": "Entity Type",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "sicCode": {
    "label": "SIC",
    "format": "text"
  },
  "sicDescription": {
    "label": "SIC Description",
    "format": "text"
  },
  "ein": {
    "label": "EIN",
    "format": "text"
  },
  "fiscalYearEnd": {
    "label": "Fiscal Year End",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "text"
  },
  "exchanges": {
    "label": "Exchanges",
    "format": "object"
  },
  "businessStreet": {
    "label": "Biz Street",
    "format": "text"
  },
  "businessCity": {
    "label": "Biz City",
    "format": "text"
  },
  "businessState": {
    "label": "Biz State",
    "format": "text"
  },
  "businessZipCode": {
    "label": "Biz Zip",
    "format": "text"
  },
  "businessLocation": {
    "label": "Location",
    "format": "text"
  },
  "mailingStreet": {
    "label": "Mail Street",
    "format": "text"
  },
  "mailingCity": {
    "label": "Mail City",
    "format": "text"
  },
  "mailingState": {
    "label": "Mail State",
    "format": "text"
  },
  "mailingZipCode": {
    "label": "Mail Zip",
    "format": "text"
  },
  "stateOfIncorporation": {
    "label": "Inc. State",
    "format": "text"
  },
  "stateOfIncorporationDescription": {
    "label": "Inc. State Desc",
    "format": "text"
  },
  "isXBRL": {
    "label": "XBRL",
    "format": "boolean"
  },
  "isInlineXBRL": {
    "label": "Inline XBRL",
    "format": "boolean"
  },
  "filingSize": {
    "label": "Size",
    "format": "number"
  },
  "items": {
    "label": "Items",
    "format": "object"
  },
  "formerNames": {
    "label": "Former Names",
    "format": "object"
  },
  "financials": {
    "label": "Financials",
    "format": "object"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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