# SEC Form D Accession Extractor

**Use case:** 

Extract specific SEC Form D accession numbers into clean issuer, offering, investor, and related-person records.

## Input

```json
{
  "mode": "accessions",
  "maxItems": 1,
  "feedCount": 40,
  "accessionNumbers": [
    "0002132077-26-000001"
  ],
  "ciks": [
    "2132077"
  ],
  "startUrls": [
    {
      "url": "https://www.sec.gov/Archives/edgar/data/2132077/000213207726000001/0002132077-26-000001-index.htm"
    }
  ],
  "includeRelatedPersons": true,
  "delayMs": 150,
  "userAgent": "automation-lab SEC Form D Scraper contact: support@automation-lab.com"
}
```

## Output

```json
{
  "issuerName": {
    "label": "Issuer name"
  },
  "cik": {
    "label": "CIK"
  },
  "accessionNumber": {
    "label": "Accession number"
  },
  "filingDate": {
    "label": "Filing date"
  },
  "industryGroup": {
    "label": "Industry group"
  },
  "offeringAmountUsd": {
    "label": "Offering amount"
  },
  "amountSoldUsd": {
    "label": "Amount sold"
  },
  "totalInvestors": {
    "label": "Investors"
  },
  "issuerCity": {
    "label": "City"
  },
  "issuerStateOrCountry": {
    "label": "State/country"
  },
  "relatedPersonCount": {
    "label": "Related people"
  },
  "sourceIndexUrl": {
    "label": "SEC index URL",
    "format": "link"
  },
  "primaryDocumentUrl": {
    "label": "Primary XML",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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