# Data Terstruktur Unilever Indonesia

**Use case:** 

Akses informasi lengkap tentang Unilever Indonesia, termasuk alamat dan kontak.

## Input

```json
{
  "companyNames": [
    "Unilever Indonesia"
  ],
  "tickers": [],
  "sectors": [],
  "maxCompanies": 1,
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "name": {
    "label": "Company"
  },
  "ticker": {
    "label": "Code"
  },
  "legalForm": {
    "label": "Legal Form"
  },
  "status": {
    "label": "Status"
  },
  "sector": {
    "label": "Sector"
  },
  "industry": {
    "label": "Industry"
  },
  "city": {
    "label": "City"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "fullTimeEmployees": {
    "label": "Employees",
    "format": "number"
  },
  "topOfficerName": {
    "label": "Top Officer"
  }
}
```

## About this Actor

This example demonstrates how to use [Indonesia Companies Scraper (PT, Tbk, Sector & Address)](https://apify.com/scrapers_lat/indonesia-companies-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/indonesia-companies-scraper) to learn more, explore other use cases, and run it yourself.