# Peru SUNAT RUC | Business Registry Lookup Full Export

**Use case:** 

Full Export of Peru SUNAT RUC | Business Registry Lookup. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "rucNumbers": [
    "20131312955",
    "20100070970"
  ],
  "maxItems": 500
}
```

## Output

```json
{
  "ruc": {
    "label": "RUC",
    "format": "text"
  },
  "razonSocial": {
    "label": "Razón Social",
    "format": "text"
  },
  "nombreComercial": {
    "label": "Nombre Comercial",
    "format": "text"
  },
  "tipo": {
    "label": "Tipo",
    "format": "text"
  },
  "estado": {
    "label": "Estado",
    "format": "text"
  },
  "condicion": {
    "label": "Condición",
    "format": "text"
  },
  "direccion": {
    "label": "Dirección",
    "format": "text"
  },
  "departamento": {
    "label": "Departamento",
    "format": "text"
  },
  "provincia": {
    "label": "Provincia",
    "format": "text"
  },
  "distrito": {
    "label": "Distrito",
    "format": "text"
  },
  "fechaInscripcion": {
    "label": "Inscripción",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Peru SUNAT RUC Scraper | Business Registry Lookup](https://apify.com/parseforge/peru-sunat-ruc-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/peru-sunat-ruc-scraper) to learn more, explore other use cases, and run it yourself.