# Consulta de Empresas por RUC - SRI Ecuador

**Use case:** 

Consulta empresas por RUC en el registro del SRI de Ecuador y obtén razón social, estado, actividad y régimen tributario.

## Input

```json
{
  "maxRecords": 10,
  "rucs": [
    "1790016919001"
  ],
  "includeEstablishments": true,
  "useProxy": false
}
```

## Output

```json
{
  "legalName": {
    "label": "Legal Name",
    "format": "text"
  },
  "ruc": {
    "label": "RUC",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "taxpayerType": {
    "label": "Taxpayer Type",
    "format": "text"
  },
  "economicActivity": {
    "label": "Economic Activity",
    "format": "text"
  },
  "regime": {
    "label": "Regime",
    "format": "text"
  },
  "specialTaxpayer": {
    "label": "Special Taxpayer",
    "format": "boolean"
  },
  "withholdingAgent": {
    "label": "Withholding Agent",
    "format": "boolean"
  },
  "keepsAccounting": {
    "label": "Keeps Accounting",
    "format": "boolean"
  },
  "startDate": {
    "label": "Activities Start",
    "format": "text"
  },
  "establishmentCount": {
    "label": "Establishments",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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