# OSHA Inspection & Violation in TX

**Use case:** 

Export osha inspection & violation in TX — names, locations, and contact details.

## Input

```json
{
  "sp_intended_usage": "Example: extract osha inspection & violation for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "states": [
    "TX"
  ],
  "inspectionType": "",
  "dateFrom": "",
  "dateTo": "",
  "sicCode": "",
  "maxItems": 200
}
```

## Output

```json
{
  "estab_name": {
    "label": "Estab Name",
    "format": "string"
  },
  "site_state": {
    "label": "Site State",
    "format": "string"
  },
  "site_city": {
    "label": "Site City",
    "format": "string"
  },
  "insp_type": {
    "label": "Insp Type",
    "format": "string"
  },
  "open_date": {
    "label": "Open Date",
    "format": "string"
  },
  "viol_type": {
    "label": "Viol Type",
    "format": "string"
  },
  "current_penalty": {
    "label": "Current Penalty",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [OSHA Inspection & Violation Crawler](https://apify.com/jungle_synthesizer/osha-inspection-crawler) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/osha-inspection-crawler) to learn more, explore other use cases, and run it yourself.