# FINRA AWC Decisions Scraper

**Use case:** 

Scrape FINRA AWC decisions by date range with respondent names, sanctions, fines, restitution, summaries, and document URLs.

## Input

```json
{
  "search": "barred",
  "documentType": "4610",
  "dateFrom": "2026-01-01",
  "maxItems": 250,
  "startPage": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "SHADER"
    ]
  }
}
```

## Output

```json
{
  "caseId": {
    "label": "Case ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "documentType": {
    "label": "Document type",
    "format": "string"
  },
  "officialDate": {
    "label": "Official date",
    "format": "string"
  },
  "respondents": {
    "label": "Respondents",
    "format": "array"
  },
  "sanctions": {
    "label": "Sanctions",
    "format": "array"
  },
  "fineAmounts": {
    "label": "Fines",
    "format": "array"
  },
  "restitutionAmounts": {
    "label": "Restitution",
    "format": "array"
  },
  "hasBar": {
    "label": "Bar",
    "format": "boolean"
  },
  "hasSuspension": {
    "label": "Suspension",
    "format": "boolean"
  },
  "hasCensure": {
    "label": "Censure",
    "format": "boolean"
  },
  "documentUrl": {
    "label": "Document URL",
    "format": "string"
  },
  "relatedDocumentsUrl": {
    "label": "Related docs",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [FINRA Disciplinary Actions Scraper](https://apify.com/automation-lab/finra-disciplinary-actions-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/finra-disciplinary-actions-scraper) to learn more, explore other use cases, and run it yourself.