# SAT 69-B RFC Batch Lookup for Compliance

**Use case:** 

Batch check Mexican RFCs against the SAT 69-B EFOS blacklist. Returns listed status and stage for vendor compliance and KYC screening.

## Input

```json
{
  "rfcs": [
    "AAA120730823",
    "AAA121206EV5",
    "AAA151209DYA",
    "AAAA620217U54",
    "AAAE910314EJ7",
    "AAA080808HL8",
    "AAA140116926"
  ],
  "maxItems": 10,
  "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.