# Formaldehyde US Manufacturer & Importer Map

**Use case:** 

Reverse-map CASRN 50-00-0 formaldehyde and 123-91-1 1,4-dioxane to every US TSCA CDR site that manufactures or imports them, with volumes and owners.

## Input

```json
{
  "mode": "chemical",
  "assets": [
    {
      "lat": 40.8249,
      "lon": -111.9238,
      "radiusMiles": 3,
      "label": "Salt Lake City refinery corridor"
    },
    {
      "lat": 29.99435,
      "lon": -90.40726,
      "radiusMiles": 3,
      "label": "Norco LA petrochemical corridor"
    }
  ],
  "chemicalIds": [
    "50-00-0",
    "123-91-1"
  ],
  "chemicalFilter": [],
  "includeSitesWithoutCoordinates": false,
  "maxResults": 120,
  "simulateOutage": "none"
}
```

## Output

```json
{
  "record_type": {
    "label": "Record Type",
    "format": "string"
  },
  "site_name": {
    "label": "Site Name",
    "format": "string"
  },
  "site_city": {
    "label": "Site City",
    "format": "string"
  },
  "site_state": {
    "label": "Site State",
    "format": "string"
  },
  "distance_miles": {
    "label": "Distance Miles",
    "format": "number"
  },
  "chemical_name": {
    "label": "Chemical Name",
    "format": "string"
  },
  "chemical_id": {
    "label": "Chemical Id",
    "format": "string"
  },
  "activity": {
    "label": "Activity",
    "format": "string"
  },
  "production_volume_2023_lb": {
    "label": "Production Volume 2023 Lb",
    "format": "number"
  },
  "production_volume_2023_status": {
    "label": "Production Volume 2023 Status",
    "format": "string"
  },
  "production_volume_disclosure": {
    "label": "Production Volume Disclosure",
    "format": "string"
  },
  "workers_exposed_band": {
    "label": "Workers Exposed Band",
    "format": "string"
  },
  "max_concentration_band": {
    "label": "Max Concentration Band",
    "format": "string"
  },
  "epa_frs_id": {
    "label": "Epa Frs Id",
    "format": "string"
  },
  "coverage_note": {
    "label": "Coverage Note",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [EPA TSCA CDR Chemical Site Screener - Manufacture & Import](https://apify.com/malonestar/epa-tsca-cdr-chemical-site-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/epa-tsca-cdr-chemical-site-screener) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/malonestar/epa-tsca-cdr-chemical-site-screener.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
