# CPSC Furniture Tip-Over Recalls Scraper

**Use case:** 

Scrape CPSC dresser and furniture tip-over recalls with tip-over hazards, affected models, remedies, and recall dates from the official CPSC feed.

## Input

```json
{
  "maxItems": 50,
  "productName": "dresser",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## 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 [🏷️ ON SALE 🎉]](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.