CFPB Enforcement Actions Monitor
Pricing
from $4.00 / 1,000 cfpb enforcement action rows
CFPB Enforcement Actions Monitor
Monitor official CFPB enforcement action listings and detail pages into structured, source-linked rows for compliance, legal-ops, risk, and research workflows. Unofficial; not affiliated with the CFPB.
Pricing
from $4.00 / 1,000 cfpb enforcement action rows
Rating
0.0
(0)
Developer
Defenestrator
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
8 hours ago
Last modified
Share
Monitor the official CFPB enforcement actions listing and export structured, source-linked rows for compliance monitoring, legal operations, risk tracking, research, and public-record workflows.
Use this Actor when you need a repeatable Apify dataset/API output instead of manually checking the CFPB enforcement actions page. It can scan recent listing pages, filter by date or search term, and optionally enrich rows from action detail pages.
Unofficial / not affiliated: this Actor is independently developed and is not affiliated with, endorsed by, sponsored by, or maintained by the Consumer Financial Protection Bureau (CFPB) or any government agency.
Common use cases
- Monitor newly filed CFPB enforcement actions.
- Track actions mentioning specific products, entities, or topics.
- Maintain a structured log for compliance, legal operations, risk, or research workflows.
- Export official source-linked action rows to JSON, CSV, Excel, or an API integration.
- Feed agent workflows or internal dashboards with bounded, source-linked CFPB records.
What it does
- Fetches the official CFPB enforcement actions listing page with optional pagination.
- Parses listing cards into structured fields such as title, filing date, summary, source URL, and page number.
- Optionally fetches matching detail pages to extract status, categories, products, and linked documents.
- Filters results by date range (
filedFrom/filedTo), free-text search term, item limit, and page limit. - Writes a structured dataset to Apify storage.
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
maxItems | integer | 10 | Maximum result rows to collect (1–500). |
filedFrom | string | — | Inclusive lower date bound, YYYY-MM-DD. |
filedTo | string | — | Inclusive upper date bound, YYYY-MM-DD. |
searchTerm | string | — | Case-insensitive filter on title and summary text. |
pageLimit | integer | 2 | Maximum listing pages to scan (1–16). |
includeDetailPages | boolean | true | Fetch and parse each matching action's detail page. |
includeRawFields | boolean | false | Include selected raw source metadata for debugging/reconciliation. |
timeoutSecs | integer | 30 | Request timeout per page (10–120). |
Example input
{"maxItems": 10,"pageLimit": 2,"filedFrom": "2024-01-01","filedTo": "2025-12-31","searchTerm": "bank","includeDetailPages": true,"includeRawFields": false,"timeoutSecs": 30}
Output fields
| Field | Source / Derivation | Notes |
|---|---|---|
recordKey | actionUrl or title/date fallback | Stable identifier. |
actionTitle | Listing/detail page title | Required when parsed. |
filedDate | <time datetime="..."> normalized to YYYY-MM-DD | Required when available. |
filedDateLabel | Listing date label | Optional. |
summary | Listing card description text | Source text only. |
actionUrl | CFPB detail page URL | Absolute URL. |
sourceName | Constant | CFPB enforcement actions source label. |
sourceUrl | Listing/page URL | Absolute URL. |
collectedAt | Current ISO timestamp | Collection timestamp. |
pageNumber | Listing page scanned | Useful for QA/debugging. |
status | Parsed from detail page | Optional; absent → null. |
categories | Parsed from detail page | Optional; absent → empty. |
products | Parsed from detail page | Optional; absent → empty. |
documents | Detail-page linked docs | Optional; each has title and url. |
raw | Selected source fragments | Only when includeRawFields: true. |
Pricing
from $4.00 / 1,000 CFPB enforcement action rows
This Actor uses Apify Pay per Event pricing with platform usage included. The row event is charged only for useful rows written to the default dataset.
| Event | Price | Unit |
|---|---|---|
Actor start (apify-actor-start) | $0.00005 | Once when the run starts. |
CFPB Enforcement Action Row (apify-default-dataset-item) | $0.004 | Per CFPB enforcement action row. |
A row is one CFPB enforcement action row. Apify plan discounts, user-configured max-charge limits, and any future Apify pricing UI changes may affect final charges.
Official source
- CFPB enforcement actions: https://www.consumerfinance.gov/enforcement/actions/
Limitations and responsible use
- The CFPB may update its listing or detail-page structure at any time, which could break parsing.
- Detail-page enrichment is optional and best-effort; absent fields are returned as
nullor empty arrays. - This is an HTTP-only Actor with no browser automation, proxy, login, CAPTCHA handling, or anti-scraping evasion.
- The Actor respects
pageLimitandmaxItemsand does not exceed them.
This Actor does not provide legal, financial, investment, compliance, credit, employment, insurance, eligibility, enforcement, or consumer-impact advice. Do not use output as the sole basis for sensitive decisions. Use the data lawfully, verify important records against the official CFPB source, and do not use output for unsolicited mass messaging, harassment, or unlawful activity.
Related Actors in this portfolio
This Actor is part of the Public risk and enforcement monitors group. These are narrow, source-specific Apify Actors intended for scheduled checks and repeatable dataset exports — not broad scraped-content feeds.
- Texas Data Breach Reports Scraper — Official Texas data-breach notice rows for cybersecurity/compliance monitoring.
- OSHA Severe Injury Reports Scraper — Official OSHA severe-injury report rows for workplace-safety research.
- CFPB Enforcement Actions Monitor — Official CFPB enforcement-action rows for financial regulatory monitoring.
- PHMSA Pipeline Enforcement Cases — Official PHMSA pipeline enforcement case rows for safety/compliance monitoring.
Each listing includes its own source notes, limits, pricing, and responsible-use caveats. Use the official source links in each Actor when decisions require verification.