# SRI Ecuador RUC Bulk Lookup Scraper

**Use case:** 

Look up multiple Ecuadorian companies by RUC in the SRI registry with legal name, status and tax data.

## Input

```json
{
  "maxItems": 50,
  "rucs": [
    "1790016919001",
    "1768152560001"
  ],
  "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 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.