# CFTC Enforcement Orders Extractor

**Use case:** 

Extract 2025 CFTC enforcement orders, press releases, respondents, penalties, and PDF/download links.

## Input

```json
{
  "maxItems": 50,
  "years": [
    2025
  ],
  "startUrls": [
    {
      "url": "https://www.cftc.gov/LawRegulation/Enforcement/EnforcementActions/index.htm?year=2025"
    }
  ],
  "fromDate": "2024-01-01",
  "includeDetails": true,
  "includeOrderLinks": true
}
```

## Output

```json
{
  "releaseNumber": {
    "label": "Release number"
  },
  "title": {
    "label": "Title"
  },
  "dateIso": {
    "label": "Date"
  },
  "actionType": {
    "label": "Action type"
  },
  "respondents": {
    "label": "Respondents"
  },
  "monetaryAmounts": {
    "label": "Amounts"
  },
  "penaltyTotalUsd": {
    "label": "Penalty total USD"
  },
  "releaseUrl": {
    "label": "Press release"
  },
  "orderLinks": {
    "label": "Orders / documents"
  },
  "summaryText": {
    "label": "Summary"
  },
  "sourceUrl": {
    "label": "Source index"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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