# EU Toy Safety Recall Deadline Tracker

**Use case:** 

Monitor changes to EU toy safety recall deadlines. Access detailed records with product, brand, risk, and source information.

## Input

```json
{
  "sourceMode": "startUrls",
  "startUrls": [
    {
      "url": "https://ec.europa.eu/safety-gate-alerts/",
      "sourceId": "SAFETY-GATE",
      "userData": {
        "sourceId": "SAFETY-GATE"
      }
    },
    {
      "url": "https://webgate.ec.europa.eu/icsms/",
      "sourceId": "ICSMS",
      "userData": {
        "sourceId": "ICSMS"
      }
    },
    {
      "url": "https://www.cpsc.gov/Recalls/CPSC-Recalls-Application-Program-Interface-API-Information",
      "sourceId": "CPSC-API",
      "userData": {
        "sourceId": "CPSC-API"
      }
    }
  ],
  "maxItems": 10,
  "sourceIds": [
    "SAFETY-GATE",
    "ICSMS",
    "CPSC-API"
  ],
  "pricingEvents": [],
  "sinceLastRun": false,
  "watchlistTerms": [],
  "includeSourceUrls": true,
  "includeMatchReasons": true,
  "outputMode": "buyer-ready-records"
}
```

## Output

```json
{
  "product_name": {
    "label": "Product name",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "risk_level": {
    "label": "Risk level",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "published_at": {
    "label": "Published",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [EU Toy Safety Recall Monitor](https://apify.com/zentrafoundry/eu-toy-safety-recall-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/eu-toy-safety-recall-monitor) to learn more, explore other use cases, and run it yourself.