msha_mines_search
Which mines and quarries operate in a market, and who runs them? Search the MSHA Mines data set — every coal and metal/non-metal mine under MSHA jurisdiction (NAICS-21 operators that are OSHA-exempt and invisible elsewhere) — by operator, mine name, state, county, commodity, canvass, coal_metal, mine type, status, active-only, or status date (since). Returns the mine, its operator (entity-resolved) and controller, commodity, employees, and status. MSHA public-domain records. [price: $0.05/row]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | status_dt | mine_name | employees :asc|:desc. Default status_dt:desc. | |
| limit | No | Max rows (default 25, cap 100). | |
| since | No | Current-status date on/after this date (YYYY-MM-DD) — surfaces newly-statused mines. | |
| state | No | State code(s), CSV. | |
| active | No | true = currently-active mines only. | |
| county | No | County name fragment. | |
| offset | No | Rows to skip. | |
| status | No | Mine status (Active | Abandoned | Intermittent | Temporarily Idled | NonProducing), CSV. | |
| canvass | No | Primary canvass (Coal | M/NM | Metal | Nonmetal | Sand & gravel | Stone), CSV. | |
| mine_id | No | MSHA mine id(s), CSV. | |
| operator | No | Mine operator/company name — suffix/punctuation-insensitive. | |
| commodity | No | Commodity/SIC or canvass fragment. | |
| entity_id | No | Resolved operator entity UUID (pivots to business360). | |
| mine_name | No | Mine name fragment. | |
| mine_type | No | Surface | Underground | Facility (CSV). | |
| coal_metal | No | C = coal, M = metal/non-metal. | |
| controller | No | Controlling entity (parent) name fragment. | |
| operator_id | No | MSHA operator id(s), CSV. |