# CMF Chile Recent Material Disclosures (Hechos Esenciales)

**Use case:** 

Export the last 7 days of CMF Chile hechos esenciales across all RVEMI listed issuers — filing date, type, document number, and PDF attachment URL.

## Input

```json
{
  "sp_intended_usage": "Describe your intended use...",
  "sp_improvement_suggestions": "Share your suggestions here...",
  "sp_contact": "Share your email here...",
  "maxItems": 100,
  "mode": "filings",
  "issuer_type": "RVEMI"
}
```

## Output

```json
{
  "issuer_name": {
    "label": "Issuer Name",
    "format": "string"
  },
  "rut": {
    "label": "Rut",
    "format": "string"
  },
  "ticker": {
    "label": "Ticker",
    "format": "string"
  },
  "sector": {
    "label": "Sector",
    "format": "string"
  },
  "vigencia": {
    "label": "Vigencia",
    "format": "string"
  },
  "filing_type": {
    "label": "Filing Type",
    "format": "string"
  },
  "filing_date": {
    "label": "Filing Date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [CMF Chile Issuer & Disclosure Scraper](https://apify.com/jungle_synthesizer/cmf-issuer-chile-disclosure-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/cmf-issuer-chile-disclosure-scraper) to learn more, explore other use cases, and run it yourself.