# Registro de empresas en Tierra del Fuego - Ushuaia

**Use case:** 

Consulta el registro de Ushuaia en Tierra del Fuego y verifica su situación tributaria.

## Input

```json
{
  "companyNames": [
    "Ushuaia"
  ],
  "cuitNumbers": [],
  "maxCompanies": 30,
  "includeRegistrationDetails": false,
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "razonSocial": {
    "label": "Legal Name"
  },
  "taxId": {
    "label": "CUIT / CDI"
  },
  "personType": {
    "label": "Entity Type"
  },
  "legalForm": {
    "label": "Legal Form"
  },
  "gananciasStatus": {
    "label": "Income Tax"
  },
  "ivaStatus": {
    "label": "VAT"
  },
  "monotributoCategory": {
    "label": "Monotributo"
  },
  "isEmployer": {
    "label": "Employer",
    "format": "boolean"
  },
  "taxRegimes": {
    "label": "Tax Registrations",
    "format": "array"
  },
  "detailUrl": {
    "label": "Detail",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Argentina Company & CUIT Registry Scraper](https://apify.com/scrapers_lat/argentina-companies-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/argentina-companies-scraper) to learn more, explore other use cases, and run it yourself.