# All SEC EDGAR Full Text M&A Filings Standard Export

**Use case:** 

Standard Export of SEC EDGAR Full Text M&A Filings for All. Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "q": "merger agreement",
  "maxItems": 100,
  "dateRange": ""
}
```

## Output

```json
{
  "company": {
    "label": "🏢 Company",
    "format": "text"
  },
  "cik": {
    "label": "🆔 CIK",
    "format": "text"
  },
  "formType": {
    "label": "📄 Form Type",
    "format": "text"
  },
  "filingDate": {
    "label": "📅 Filing Date",
    "format": "date"
  },
  "accessionNumber": {
    "label": "🔢 Accession",
    "format": "text"
  },
  "snippet": {
    "label": "✂️ Snippet",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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