# ECHA Europe Chemicals Latest Results

**Use case:** 

Latest Results of ECHA Europe Chemicals. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "search": "benzene",
  "maxItems": 25
}
```

## Output

```json
{
  "substance_name": {
    "label": "🧪 Substance",
    "format": "text"
  },
  "cas_number": {
    "label": "🔬 CAS",
    "format": "text"
  },
  "ec_number": {
    "label": "🧬 EC",
    "format": "text"
  },
  "classification": {
    "label": "⚠️ Classification",
    "format": "text"
  },
  "hazard_statements": {
    "label": "☣️ Hazards",
    "format": "text"
  },
  "registrants": {
    "label": "🏭 Registrants",
    "format": "number"
  },
  "tonnage": {
    "label": "⚖️ Tonnage",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ECHA Europe Chemicals Scraper](https://apify.com/parseforge/echa-europe-chemicals-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/echa-europe-chemicals-scraper) to learn more, explore other use cases, and run it yourself.