# SUNAT Peru Food & Beverage RUC Lookup

**Use case:** 

Search SUNAT RUC taxpayer records for major Peru food and beverage companies including Alicorp, Gloria, San Fernando, Backus and Corporacion Lindley.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "withBranches": false,
  "searchTerms": [
    "ALICORP",
    "GLORIA S.A.",
    "SAN FERNANDO",
    "BACKUS",
    "CORPORACION LINDLEY"
  ],
  "useProxy": false
}
```

## Output

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

## About this Actor

This example demonstrates how to use [SUNAT Peru RUC & Taxpayer Registry 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.