# Battery CPSC recall scraper

**Use case:** 

Monitor official CPSC recalls mentioning batteries, hazards, remedies, companies, and product details.

## Input

```json
{
  "sinceDays": 90,
  "startDate": "",
  "endDate": "",
  "keyword": "battery",
  "productKeyword": "",
  "companyKeyword": "",
  "hazardKeyword": "",
  "remedyKeyword": "",
  "maxItems": 50,
  "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.