ToolAssay

Which hazardous-waste handlers operate in a market?

Which hazardous-waste handlers operate in a market? Search EPA RCRAInfo (every registered hazardous-waste generator, transporter, and treatment/storage/disposal facility) by company, state, city, generator status (LQG/SQG/VSQG), NAICS industry, or handler role (transporter, TSDF, active). Returns the handler (entity-resolved where possible), address, generator status, and role flags — an EHS vendor's entire regulated universe, not just ECHO hits. EPA public-domain records.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
264 msmedian answer time
$1.25listed price per call
$1.25price 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://api.govparse.io/v1/epa/rcra-handlers/search

CategoryCompany and compliance
Provider hostapi.govparse.io
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$1.25 264 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "company": "Chemours",
    "handler_id": "TXD000000000",
    "state": "OH"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "active": {
          "description": "true = currently-active handler sites only.",
          "examples": [
            "true"
          ],
          "type": "string"
        },
        "city": {
          "description": "City fragment.",
          "examples": [
            "Cleveland"
          ],
          "type": "string"
        },
        "company": {
          "description": "Handler/company name \u2014 suffix/punctuation-insensitive.",
          "examples": [
            "Chemours"
          ],
          "type": "string"
        },
        "entity_id": {
          "description": "Resolved employer entity UUID (pivots to business360).",
          "examples": [
            "b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"
          ],
          "type": "string"
        },
        "generator_status": {
          "description": "LQG | SQG | VSQG | Non-Generator (CSV).",
          "examples": [
            "LQG"
          ],
          "type": "string"
        },
        "handler_id": {
          "description": "EPA RCRA handler ID(s), CSV.",
          "examples": [
            "TXD000000000"
          ],
          "type": "string"
        },
        "limit": {
          "description": "Max rows (default 25, cap 100).",
          "examples": [
            25
          ],
          "type": "integer"
        },
        "lqg": {
          "description": "true = large-quantity generators only.",
          "examples": [
            "true"
          ],
          "type": "string"
        },
        "naics": {
          "description": "NAICS prefix(es), CSV (e.g. 32 = manufacturing, 3251 = basic chemicals).",
          "examples": [
            "3251"
          ],
          "type": "string"
        },
        "offset": {
          "description": "Rows to skip.",
          "examples": [
            0
          ],
          "type": "integer"
        },
        "sort": {
          "description": "facility_name | generator_status :asc|:desc. Default facility_name:asc.",
          "examples": [
            "generator_status:asc"
          ],
          "type": "string"
        },
        "state": {
          "description": "State code(s), CSV.",
          "examples": [
            "OH"
          ],
          "type": "string"
        },
        "transporter": {
          "description": "true = hazardous-waste transporters only.",
          "examples": [
            "true"
          ],
          "type": "string"
        },
        "tsdf": {
          "description": "true = operating treatment/storage/disposal facilities only.",
          "examples": [
            "true"
          ],
          "type": "string"
        }
      },
      "required": [],
      "type": "object"
    }
  },
  "type": "object"
}

This page as JSON