# CPSC Consumer Product Recalls Full Export

**Use case:** 

Full Export of CPSC Consumer Product Recalls. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "searchQuery": "lithium battery"
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title"
  },
  "recallDate": {
    "label": "Date"
  },
  "productName": {
    "label": "Product"
  },
  "hazard": {
    "label": "Hazard"
  },
  "remedy": {
    "label": "Remedy"
  },
  "units": {
    "label": "Units"
  },
  "manufacturer": {
    "label": "Manufacturer"
  }
}
```

## About this Actor

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