FTC Enforcement Actions Scraper — Case Records API avatar

FTC Enforcement Actions Scraper — Case Records API

Pricing

from $50.00 / 1,000 ftc cases

Go to Apify Store
FTC Enforcement Actions Scraper — Case Records API

FTC Enforcement Actions Scraper — Case Records API

Scrape FTC Cases & Proceedings — case title, status, matter number, docket, federal court, filing date, full case summary, related press releases. For antitrust lawyers, advertising compliance teams, financial-services compliance, M&A firms screening for FTC scrutiny, journalists.

Pricing

from $50.00 / 1,000 ftc cases

Rating

0.0

(0)

Developer

NexGenData

NexGenData

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

5 days ago

Last modified

Categories

Share

⚖️ FTC Enforcement Actions Scraper — Antitrust, consumer-protection, and Section 5 cases — straight from FTC.gov

Scrape the Federal Trade Commission Cases & Proceedings library — antitrust merger challenges, consumer-protection cases, Section 5 (unfair or deceptive practices) actions, and FTC Act matters. Each row is one FTC case page, parsed into structured JSON.

One actor. One token. Regulator-direct data delivered in structured JSON.

Why This Actor

  • No seat licence. Westlaw and LexisNexis keep FTC matters behind general-purpose legal subscriptions. This actor is pay-per-record.
  • Regulator-direct. Read straight from ftc.gov on demand — no intermediary index, no end-of-day refresh lag.
  • Keyword + date filtering. Search the case index by keyword and narrow by filing date.
  • Press releases linked. Related FTC press-release titles are surfaced per case.
FeatureThis Actor ⚖️LexisNexisWestlawCornell LII
Pricing modelPay-per-result (cents per record)Per-seat license $5K-30K/yrPer-seat license $10K-25K/yrPer-seat license $10K-30K/yr
Real-time freshnessRead live from ftc.gov per runEnd-of-day refreshHourly refreshHourly refresh
Data sourceDirect from regulatorMixed proprietary + scrapedMixed proprietary + scrapedMixed proprietary + scraped
API accessREST + webhooks built inAdd-on; extra licenceAdd-on; extra licenceLimited
Setup time5 minutes (token + run)Procurement + onboardingProcurement + onboardingProcurement + onboarding

What You Get

Every dataset row contains exactly these fields, populated wherever the FTC case page provides them:

FieldDescription
case_urlCanonical ftc.gov case page URL
titleCase title as published
list_titleTitle as it appears in the case index
long_titleFull caption (e.g. "In the Matter of …, Respondents.")
case_statusFTC case status (e.g. Pending, Closed)
matter_numberFTC matter number
docket_numberDocket number, when the matter has one
federal_courtFederal court, for cases filed in court
filing_dateDate published on the case page (YYYY-MM-DD)
press_releasesList of related FTC press-release titles
descriptionShort case description
summaryCase Summary body text (up to 2,000 characters)
sourceAlways ftc.gov

Fields the FTC page does not publish come back as null — the schema is stable across runs, so it is safe to load into Snowflake, BigQuery, or Postgres without re-mapping.

Use Cases

  • M&A antitrust counsel — track FTC merger challenges and the conduct theories being litigated.
  • Compliance officers — build a precedent library of FTC consumer-protection actions in your industry.
  • Plaintiff law firms — source FTC matters as predicate for follow-on private actions.
  • Investors — monitor FTC enforcement risk against portfolio companies.
  • Journalists and academics — build a beat-feed or an empirical enforcement dataset.

Quick Start

from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("nexgendata/ftc-enforcement-actions-scraper").call(run_input={
"query": "",
"maxCases": 10,
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)
curl -X POST "https://api.apify.com/v2/acts/nexgendata~ftc-enforcement-actions-scraper/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"maxCases": 10}'

Input

InputMeaning
queryOptional keyword searched against the FTC case index. Leave blank for the most recent cases.
dateFrom / dateToOptional inclusive YYYY-MM-DD filters on the case's published date.
maxCasesMaximum rows to return (1–500). One case = one row.

Pricing

This actor uses pay-per-event pricing on Apify:

  • FTC case record — $0.05 per row pushed to the dataset (primary event).
  • Actor start — $0.00005 per run, charged per GB of memory, minimum one event.

Nothing else is charged. If the run returns 0 rows — because your keyword or date range matched nothing — no result events are charged, and the run's status message explains why. If ftc.gov is unreachable or returns a bot-check page, the run fails with a status message naming the cause rather than finishing green and empty.

Sister Actors in the NexGenData Fleet

Use caseActor
CFPB consumer complaints in financial servicescfpb-consumer-complaints-scraper
Federal court dockets via CourtListenercourtlistener-federal-docket-scraper
EPA enforcement and environmental violationsepa-echo-enforcement-scraper
Federal Register rule filingsfederal-register-rules-scraper
SEC 8-K material eventssec-form-8k-material-events-scraper
LDA lobbying disclosure filingslda-lobbying-disclosure-scraper

Browse the full catalog at https://apify.com/nexgendata?fpr=2ayu9b.

FAQ

Q: Is this legal? A: Yes. FTC enforcement actions and consent decrees are public records.

Q: How fresh is the data? A: The actor reads ftc.gov at run time, so it reflects the site as published.

Q: Can I filter by case type? A: Not as a dedicated field — use query (for example merger, privacy, COPPA) to search the index.

Q: Are settlement amounts and penalties extracted as fields? A: No. Monetary terms appear inside summary and description free text where the FTC publishes them; they are not parsed into numeric fields.

Q: Do you cover state-AG actions? A: No — this actor is FTC only.

Q: What's historical coverage? A: The FTC's online case database goes back to the 1990s; older matters carry summary metadata only.

About NexGenData

NexGenData publishes 200+ buyer-intent Apify actors covering SEC filings, federal regulatory data (EPA, FTC, CFPB, FEC, IRS 990, FAA), private-market intelligence, stock screeners, B2B lead generation, and competitive intelligence. All actors are pay-per-result with no seat licences and no minimum commitments.

Browse the full catalog at https://apify.com/nexgendata?fpr=2ayu9b.