# Toyota Camry 2020 Safety Recalls

**Use case:** 

Get official NHTSA Toyota Camry 2020 safety recall campaigns with component, summary, consequence and remedy details.

## Input

```json
{
  "maxItems": 50,
  "dataset": "recalls",
  "makes": [
    "Toyota"
  ],
  "models": [
    "Camry"
  ],
  "modelYears": [
    "2020"
  ]
}
```

## Output

```json
{
  "dataset": {
    "label": "Dataset",
    "format": "text"
  },
  "campaignNumber": {
    "label": "Campaign #",
    "format": "text"
  },
  "odiNumber": {
    "label": "ODI #",
    "format": "text"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "modelYear": {
    "label": "Year",
    "format": "text"
  },
  "component": {
    "label": "Component",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "manufacturer": {
    "label": "Manufacturer",
    "format": "text"
  },
  "reportReceivedDate": {
    "label": "Recall Date",
    "format": "date"
  },
  "dateComplaintFiled": {
    "label": "Filed",
    "format": "date"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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