# FTC Enforcement Actions Data Export

**Use case:** 

Data Export of FTC Enforcement Actions. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "startPage": 0
}
```

## Output

```json
{
  "title": {
    "label": "📌 title",
    "format": "text"
  },
  "matterNumber": {
    "label": "📌 matterNumber",
    "format": "text"
  },
  "caseType": {
    "label": "📌 caseType",
    "format": "text"
  },
  "caseStatus": {
    "label": "📌 caseStatus",
    "format": "text"
  },
  "lastUpdated": {
    "label": "📌 lastUpdated",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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