# Iceland Skatturinn Companies Registry Data Export

**Use case:** 

Data Export of Iceland Skatturinn Companies Registry. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "name": "apple",
  "kennitala": "",
  "address": "",
  "vat": ""
}
```

## Output

```json
{
  "kennitala": {
    "label": "Kennitala",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "postalCode": {
    "label": "ZIP",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "registryUrl": {
    "label": "Registry URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Iceland Skatturinn Companies Registry Scraper](https://apify.com/parseforge/iceland-skatturinn-companies-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/iceland-skatturinn-companies-scraper) to learn more, explore other use cases, and run it yourself.