# SAT 69-B EFOS Blacklist Full Export (Mexico)

**Use case:** 

Export the full SAT 69-B EFOS blacklist of Mexico with RFC, taxpayer name and status. Built for AML, KYC and vendor compliance screening.

## Input

```json
{
  "rfcs": [
    "AAA120730823",
    "XAXX010101000"
  ],
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "rfc": {
    "label": "RFC",
    "format": "text"
  },
  "name": {
    "label": "Taxpayer Name",
    "format": "text"
  },
  "situacion": {
    "label": "Status",
    "format": "text"
  },
  "listed": {
    "label": "Listed",
    "format": "boolean"
  },
  "presuncionOficioNumber": {
    "label": "Presunto Oficio",
    "format": "text"
  },
  "dofPublicationPresunto": {
    "label": "DOF Presunto",
    "format": "text"
  },
  "definitivoOficioNumber": {
    "label": "Definitivo Oficio",
    "format": "text"
  },
  "dofPublicationDefinitivo": {
    "label": "DOF Definitivo",
    "format": "text"
  },
  "sentenciaOficioNumber": {
    "label": "Sentencia Oficio",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [SAT 69-B Scraper](https://apify.com/scrapers_lat/sat-69b-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/sat-69b-scraper) to learn more, explore other use cases, and run it yourself.