# Strict (broadest superset) Disposable Email Domains

**Use case:** 

Extract Disposable Email Domains data filtered by Strict (broadest superset). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "list": "strict"
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "hash": {
    "label": "SHA1 Hash",
    "format": "text"
  },
  "list": {
    "label": "List",
    "format": "text"
  },
  "isDisposable": {
    "label": "Is Disposable",
    "format": "boolean"
  },
  "totalListSize": {
    "label": "Total List Size",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Disposable Email Domains Scraper](https://apify.com/parseforge/disposable-email-domains-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/disposable-email-domains-scraper) to learn more, explore other use cases, and run it yourself.