# SAT 69-B RFC Batch Verification for Vendor Onboarding

**Use case:** 

Check a batch of Mexican RFCs against the SAT 69-B EFOS list to screen new vendors before onboarding.

## Input

```json
{
  "maxItems": 10,
  "rfcs": [
    "AAC131022IU7",
    "AAC131030EPA",
    "AAC1312027F4",
    "AAC950309K87",
    "AACA7306273E2",
    "ABA090728BA3",
    "ABR190508R2A",
    "ABS1412013TA",
    "ABT190206730"
  ],
  "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 Mexico 69-B EFOS Taxpayer Blacklist 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.