# Class II 🥩 USDA FSIS Food Recall

**Use case:** 

Extract 🥩 USDA FSIS Food Recall data filtered by Class II. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "classification": "Class II"
}
```

## Output

```json
{
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "recallNumber": {
    "label": "🔢 Recall #",
    "format": "text"
  },
  "recallDate": {
    "label": "📅 Date",
    "format": "date"
  },
  "classification": {
    "label": "🚨 Class",
    "format": "text"
  },
  "establishment": {
    "label": "🏭 Establishment",
    "format": "text"
  },
  "statesAffected": {
    "label": "🗺 States",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [🥩 USDA FSIS Food Recall Scraper](https://apify.com/parseforge/usda-recall-watch-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/usda-recall-watch-scraper) to learn more, explore other use cases, and run it yourself.