# Monitor recent CFPB enforcement actions

**Use case:** 

Run a bounded example that previews recent CFPB enforcement actions from official public pages with detail-page enrichment enabled.

## Input

```json
{
  "maxItems": 10,
  "pageLimit": 2,
  "includeDetailPages": true,
  "includeRawFields": false,
  "timeoutSecs": 30
}
```

## Output

```json
{
  "recordKey": {
    "label": "Record Key",
    "format": "text"
  },
  "actionTitle": {
    "label": "Action Title",
    "format": "text"
  },
  "filedDate": {
    "label": "Filed Date",
    "format": "date"
  },
  "filedDateLabel": {
    "label": "Filed Date Label",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "actionUrl": {
    "label": "Action URL",
    "format": "link"
  },
  "sourceName": {
    "label": "Source",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source Listing URL",
    "format": "link"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "products": {
    "label": "Products",
    "format": "array"
  },
  "pageNumber": {
    "label": "Page",
    "format": "number"
  },
  "collectedAt": {
    "label": "Collected At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [CFPB Enforcement Actions Monitor](https://apify.com/defenestrator/cfpb-enforcement-actions-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/defenestrator/cfpb-enforcement-actions-monitor) to learn more, explore other use cases, and run it yourself.