# Amazon CPSC recall tracker

**Use case:** 

Track CPSC recalls mentioning Amazon with products, hazards, remedies, and source URLs.

## Input

```json
{
  "sinceDays": 365,
  "startDate": "",
  "endDate": "",
  "keyword": "smoke",
  "productKeyword": "",
  "companyKeyword": "Amazon",
  "hazardKeyword": "",
  "remedyKeyword": "",
  "maxItems": 100,
  "sortBy": "newest",
  "onlyNew": false,
  "includeImages": true
}
```

## Output

```json
{
  "recallId": {
    "label": "Recall ID"
  },
  "recallNumber": {
    "label": "Recall #"
  },
  "recallDate": {
    "label": "Recall date"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "CPSC URL",
    "format": "link"
  },
  "productNames": {
    "label": "Products"
  },
  "hazards": {
    "label": "Hazards"
  },
  "remedyOptions": {
    "label": "Remedy options"
  },
  "manufacturers": {
    "label": "Manufacturers"
  },
  "importers": {
    "label": "Importers"
  },
  "retailers": {
    "label": "Retailers"
  },
  "countries": {
    "label": "Countries"
  },
  "isNew": {
    "label": "New"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [CPSC Product Recalls Monitor](https://apify.com/automation-lab/cpsc-product-recalls-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/cpsc-product-recalls-monitor) to learn more, explore other use cases, and run it yourself.