# Review recent OSHA severe injury reports

**Use case:** 

Run a small official OSHA severe-injury report preview sorted by recent event date with raw source fields disabled.

## Input

```json
{
  "maxItems": 10,
  "eventDateFrom": "2024-01-01",
  "injuryType": "any",
  "sortBy": "eventDate",
  "sortDescending": true,
  "includeRawFields": false,
  "timeoutSecs": 60
}
```

## Output

```json
{
  "recordId": {
    "label": "Record ID",
    "format": "text"
  },
  "eventDate": {
    "label": "Event Date",
    "format": "date"
  },
  "employer": {
    "label": "Employer",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "primaryNaics": {
    "label": "NAICS",
    "format": "text"
  },
  "hospitalized": {
    "label": "Hospitalized",
    "format": "boolean"
  },
  "amputation": {
    "label": "Amputation",
    "format": "boolean"
  },
  "lossOfEye": {
    "label": "Loss of Eye",
    "format": "boolean"
  },
  "natureTitle": {
    "label": "Nature",
    "format": "text"
  },
  "partOfBodyTitle": {
    "label": "Body Part",
    "format": "text"
  },
  "inspectionId": {
    "label": "Inspection ID",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [OSHA Severe Injury Reports Scraper](https://apify.com/defenestrator/osha-severe-injury-reports) with a specific input configuration. Visit the [Actor detail page](https://apify.com/defenestrator/osha-severe-injury-reports) to learn more, explore other use cases, and run it yourself.