# Recent SEC Form 144 scraper example

**Use case:** 

Extract recent SEC Form 144 insider and affiliate proposed-sale notices into normalized, source-linked records.

## Input

```json
{
  "startUrls": [],
  "maxItems": 10,
  "includeAmendments": true,
  "cikFilters": [],
  "tickerFilters": [],
  "incremental": false
}
```

## Output

```json
{
  "issuerName": {
    "label": "Issuer",
    "format": "string"
  },
  "issuerCik": {
    "label": "Issuer CIK",
    "format": "string"
  },
  "sellerName": {
    "label": "Seller",
    "format": "string"
  },
  "relationships": {
    "label": "Relationship",
    "format": "string"
  },
  "securityClass": {
    "label": "Security class",
    "format": "string"
  },
  "unitsToSell": {
    "label": "Units to sell",
    "format": "number"
  },
  "aggregateMarketValue": {
    "label": "Market value",
    "format": "number"
  },
  "approximateSaleDate": {
    "label": "Proposed sale date",
    "format": "string"
  },
  "exchange": {
    "label": "Exchange",
    "format": "string"
  },
  "formType": {
    "label": "Form",
    "format": "string"
  },
  "filedAt": {
    "label": "Filed",
    "format": "string"
  },
  "accessionNumber": {
    "label": "Accession",
    "format": "string"
  },
  "filingIndexUrl": {
    "label": "SEC filing",
    "format": "string"
  },
  "sourceXmlUrl": {
    "label": "Source XML",
    "format": "string"
  }
}
```

## About this Actor

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