CFPB Enforcement Actions Monitor avatar

CFPB Enforcement Actions Monitor

Pricing

from $4.00 / 1,000 cfpb enforcement action rows

Go to Apify Store
CFPB Enforcement Actions Monitor

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

Defenestrator

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

8 hours ago

Last modified

Categories

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

ParameterTypeDefaultDescription
maxItemsinteger10Maximum result rows to collect (1–500).
filedFromstringInclusive lower date bound, YYYY-MM-DD.
filedTostringInclusive upper date bound, YYYY-MM-DD.
searchTermstringCase-insensitive filter on title and summary text.
pageLimitinteger2Maximum listing pages to scan (1–16).
includeDetailPagesbooleantrueFetch and parse each matching action's detail page.
includeRawFieldsbooleanfalseInclude selected raw source metadata for debugging/reconciliation.
timeoutSecsinteger30Request 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

FieldSource / DerivationNotes
recordKeyactionUrl or title/date fallbackStable identifier.
actionTitleListing/detail page titleRequired when parsed.
filedDate<time datetime="..."> normalized to YYYY-MM-DDRequired when available.
filedDateLabelListing date labelOptional.
summaryListing card description textSource text only.
actionUrlCFPB detail page URLAbsolute URL.
sourceNameConstantCFPB enforcement actions source label.
sourceUrlListing/page URLAbsolute URL.
collectedAtCurrent ISO timestampCollection timestamp.
pageNumberListing page scannedUseful for QA/debugging.
statusParsed from detail pageOptional; absent → null.
categoriesParsed from detail pageOptional; absent → empty.
productsParsed from detail pageOptional; absent → empty.
documentsDetail-page linked docsOptional; each has title and url.
rawSelected source fragmentsOnly 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.

EventPriceUnit
Actor start (apify-actor-start)$0.00005Once when the run starts.
CFPB Enforcement Action Row (apify-default-dataset-item)$0.004Per 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

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 null or empty arrays.
  • This is an HTTP-only Actor with no browser automation, proxy, login, CAPTCHA handling, or anti-scraping evasion.
  • The Actor respects pageLimit and maxItems and 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.

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.

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.