Look up U.S
Look up U.S. OSHA workplace inspections by establishment or company name. Use establishment, state, start_date, end_date, violations_only, and limit. Receive up to 20 JSON records with activity_id, date_opened, report_id, state, inspection_type, scope, SIC, NAICS, violation_count, establishment_name, and official_url.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
896 msmedian answer time
$0.02listed price per call
$0.02price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://osha-search.krimskrams.xyz/v1/search
| Category | Company and compliance |
|---|---|
| Provider host | osha-search.krimskrams.xyz |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.02 | 896 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"establishment": "Amazon",
"limit": 10,
"state": "WA",
"violations_only": true
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"description": "Validated parameters for both payment routes.",
"properties": {
"end_date": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "End Date"
},
"establishment": {
"maxLength": 60,
"minLength": 2,
"title": "Establishment",
"type": "string"
},
"limit": {
"default": 20,
"maximum": 20,
"minimum": 1,
"title": "Limit",
"type": "integer"
},
"start_date": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Start Date"
},
"state": {
"default": "all",
"pattern": "^(all|[A-Za-z]{2})$",
"title": "State",
"type": "string"
},
"violations_only": {
"default": false,
"title": "Violations Only",
"type": "boolean"
}
},
"required": [
"establishment"
],
"title": "SearchParams",
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"end_date": {
"format": "date",
"title": "End Date",
"type": "string"
},
"establishment": {
"title": "Establishment",
"type": "string"
},
"result_count": {
"title": "Result Count",
"type": "integer"
},
"results": {
"items": {
"properties": {
"activity_id": {
"title": "Activity Id",
"type": "string"
},
"date_opened": {
"format": "date",
"title": "Date Opened",
"type": "string"
},
"establishment_name": {
"title": "Establishment Name",
"type": "string"
},
"inspection_type": {
"title": "Inspection Type",
"type": "string"
},
"naics": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Naics"
},
"official_url": {
"title": "Official Url",
"type": "string"
},
"report_id": {
"title": "Report Id",
"type": "string"
},
"scope": {
"title": "Scope",
"type": "string"
},
"sic": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Sic"
},
"state": {
"title": "State",
"type": "string"
},
"violation_count": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "Violation Count"
}
},
"title": "Inspection",
"type": "object"
},
"title": "Results",
"type": "array"
},
"retrieved_at": {
"format": "date-time",
"title": "Retrieved At",
"type": "string"
},
"source": {
"default": "OSHA",
"title": "Source",
"type": "string"
},
"source_hit_count": {
"title": "Source Hit Count",
"type": "integer"
},
"source_url": {
"default": "https://www.osha.gov/ords/imis/establishment.search",
"title": "Source Url",
"type": "string"
},
"start_date": {
"format": "date",
"title": "Start Date",
"type": "string"
},
"state": {
"title": "State",
"type": "string"
},
"violations_only": {
"title": "Violations Only",
"type":