Federal Reserve Enforcement Actions Actor
Pricing
Pay per usage
Go to Apify Store
Federal Reserve Enforcement Actions Actor
Scrapes the Federal Reserve Board's enforcement-action dataset from the public JSON feeds and enriches each record with page-level document links when available.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Chris Hoover
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Scrapes the Federal Reserve Board's public enforcement-actions dataset and emits structured records for monitoring, research, and compliance workflows.
What it does
- Reads the Federal Reserve's recent and historical enforcement JSON feeds
- Emits one record per action
- Enriches source HTML pages to match board-order or attachment PDFs when present
Input
startUrls: enforcement page URLs, press release URLs, or the JSON feed URLsmaxItems: maximum number of records to emitfetchDetails: whether to inspect the source HTML page for better document-link matchingdelaySeconds: pause between feed requestsdetailDelaySeconds: pause before detail-page requests
Output fields
| Field | Description |
|---|---|
party_name | Combined institution or person name |
banking_organization | Banking organization in the record |
individual_name | Individual in the record |
individual_affiliation | Organization affiliation for the individual |
action_type | Action type from the source feed |
enforcement_category | Normalized enforcement category |
action_date | Effective/action date |
termination_date | Termination date, if present |
document_link | Primary document or source link |
board_order_link | Board order or attachment PDF |
press_release_link | Press release page, when available |
source_url | Original source URL from the feed |
source_label | Feed label such as Press Release |
Use cases
- Track new enforcement actions as they are published.
- Build a historical compliance dataset for bank-risk analysis.
- Monitor terminations and order attachments without manual site checking.
Pricing
Recommended at $5.99 per 1,000 results.
Example costs:
- 100 results: about
$0.60 - 500 results: about
$3.00 - 1,000 results: about
$5.99 - 5,000 results: about
$29.95
Example output
{"party_name": "Small Business Bank, Lenexa, Kansas","action_type": "Prompt Corrective Action","action_date": "2026-06-29","document_link": "https://www.federalreserve.gov/newsevents/pressreleases/files/enf20260702a1.pdf","board_order_link": "https://www.federalreserve.gov/newsevents/pressreleases/files/enf20260702a1.pdf","press_release_link": "https://www.federalreserve.gov/newsevents/pressreleases/enforcement20260702a.htm","source_label": "Press Release"}
{"party_name": "Jason Burns","individual_affiliation": "Bank of Eufaula and S N B Bancshares, Inc.","action_type": "Cease and Desist Order","action_date": "2026-06-17","document_link": "https://www.federalreserve.gov/newsevents/pressreleases/files/enf20260625b1.pdf","board_order_link": "https://www.federalreserve.gov/newsevents/pressreleases/files/enf20260625b1.pdf","press_release_link": "https://www.federalreserve.gov/newsevents/pressreleases/enforcement20260625b.htm","source_label": "Press Release"}