# SUNAT Peru Bank RUC Records Scraper

**Use case:** 

Scrape Peru bank and financial taxpayer records by name from SUNAT. Get RUC, legal name, status, address and economic activity for compliance.

## Input

```json
{
  "maxItems": 20,
  "withDetails": true,
  "withBranches": false,
  "searchTerms": [
    "banco"
  ],
  "useProxy": false
}
```

## Output

```json
{
  "razonSocial": {
    "label": "Legal Name",
    "format": "text"
  },
  "ruc": {
    "label": "RUC",
    "format": "text"
  },
  "estado": {
    "label": "Status",
    "format": "text"
  },
  "condicion": {
    "label": "Condition",
    "format": "text"
  },
  "tipoContribuyente": {
    "label": "Taxpayer Type",
    "format": "text"
  },
  "direccion": {
    "label": "Address",
    "format": "text"
  },
  "departamento": {
    "label": "Department",
    "format": "text"
  },
  "provincia": {
    "label": "Province",
    "format": "text"
  },
  "distrito": {
    "label": "District",
    "format": "text"
  },
  "ciiu": {
    "label": "CIIU Code",
    "format": "text"
  },
  "actividadEconomica": {
    "label": "Economic Activity",
    "format": "text"
  },
  "fechaInscripcion": {
    "label": "Registration Date",
    "format": "text"
  },
  "representanteLegal": {
    "label": "Legal Representatives",
    "format": "array"
  },
  "establishments": {
    "label": "Branch Locations",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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