# Amazon FTC Enforcement Actions Scraper

**Use case:** 

Scrape FTC cases and enforcement actions mentioning Amazon with matter numbers, status, dates, and summaries.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.ftc.gov/legal-library/browse/cases-proceedings"
    }
  ],
  "search": "Amazon",
  "caseStatus": "All",
  "sortBy": "field_date",
  "maxItems": 25,
  "includeDetails": false
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  },
  "recordTypes": {
    "label": "Record types"
  },
  "summary": {
    "label": "Summary"
  },
  "actionType": {
    "label": "Type of action"
  },
  "lastUpdated": {
    "label": "Last updated"
  },
  "lastUpdatedIso": {
    "label": "Last updated ISO"
  },
  "matterNumber": {
    "label": "FTC matter/file number"
  },
  "caseStatus": {
    "label": "Case status"
  },
  "topics": {
    "label": "Topics"
  },
  "documents": {
    "label": "Documents"
  },
  "pressReleases": {
    "label": "Press releases"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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