# Toy Product Recalls in Texas

**Use case:** 

Access the latest toy product recalls in Texas for child safety and compliance.

## Input

```json
{
  "maxRecalls": 10,
  "recallDateStart": "",
  "recallDateEnd": "",
  "recallTitle": "",
  "productName": "toy"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "recallNumber": {
    "label": "Recall #",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "recallDate": {
    "label": "Recall Date",
    "format": "date"
  },
  "hazards": {
    "label": "Hazards",
    "format": "array"
  },
  "injuries": {
    "label": "Injuries",
    "format": "array"
  },
  "manufacturers": {
    "label": "Manufacturers",
    "format": "array"
  },
  "importers": {
    "label": "Importers",
    "format": "array"
  },
  "manufacturerCountries": {
    "label": "Made In",
    "format": "array"
  },
  "remedies": {
    "label": "Remedies",
    "format": "array"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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