# Find EPA WaterSense toilets

**Use case:** 

Run a ready-made EPA WaterSense toilet product search and preview labeled product rows from the official WaterSense catalog.

## Input

```json
{
  "category": "Toilet",
  "keyword": "",
  "brandName": "",
  "maxItems": 10,
  "includeRawFields": false
}
```

## Output

```json
{
  "recordKey": {
    "label": "Record Key",
    "format": "text"
  },
  "productCategory": {
    "label": "Category",
    "format": "text"
  },
  "brandName": {
    "label": "Brand",
    "format": "text"
  },
  "modelNumber": {
    "label": "Model Number",
    "format": "text"
  },
  "modelName": {
    "label": "Model Name",
    "format": "text"
  },
  "upc": {
    "label": "UPC",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "collectedAt": {
    "label": "Collected At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [EPA WaterSense Labeled Products](https://apify.com/defenestrator/epa-watersense-products) with a specific input configuration. Visit the [Actor detail page](https://apify.com/defenestrator/epa-watersense-products) to learn more, explore other use cases, and run it yourself.