# CPSC Product Recall   Consumer Safety Data — Full Export

**Use case:** 

Scrape the full cpsc product recall - consumer safety data dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract cpsc product recall - consumer safety data for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "dateFrom": "",
  "dateTo": "",
  "recallNumber": "",
  "titleSearch": "",
  "maxItems": 200
}
```

## Output

```json
{
  "recall_number": {
    "label": "Recall Number",
    "format": "string"
  },
  "recall_date": {
    "label": "Recall Date",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "manufacturers": {
    "label": "Manufacturers",
    "format": "array"
  },
  "hazards": {
    "label": "Hazards",
    "format": "array"
  },
  "remedy_options": {
    "label": "Remedy Options",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [CPSC Product Recall Crawler - Consumer Safety Data](https://apify.com/jungle_synthesizer/cpsc-recall-crawler) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/cpsc-recall-crawler) to learn more, explore other use cases, and run it yourself.