# Latest CFPB Enforcement Actions Scraper

**Use case:** 

Scrape latest CFPB enforcement actions, docket numbers, summaries, statuses, product tags, and PDF links from ConsumerFinance.gov.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.consumerfinance.gov/enforcement/actions/"
    }
  ],
  "maxItems": 100,
  "includeDetails": true,
  "maxPages": 5
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "filingDate": {
    "label": "Filing date"
  },
  "status": {
    "label": "Status"
  },
  "forum": {
    "label": "Forum"
  },
  "docketNumber": {
    "label": "Docket number"
  },
  "products": {
    "label": "Products"
  },
  "documentLinks": {
    "label": "Documents"
  },
  "summary": {
    "label": "Summary"
  },
  "actionUrl": {
    "label": "Action URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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