# Israel Companies Registrar Data Export

**Use case:** 

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

## Input

```json
{
  "resourceId": "f004176c-b85f-4542-8901-7b3176f9a054",
  "maxItems": 100
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Image",
    "format": "text"
  },
  "company_id": {
    "label": "🆔 Company ID",
    "format": "text"
  },
  "name": {
    "label": "🏢 Name",
    "format": "text"
  },
  "name_english": {
    "label": "🔤 Name (EN)",
    "format": "text"
  },
  "type": {
    "label": "🏷️ Type",
    "format": "text"
  },
  "status": {
    "label": "⚡ Status",
    "format": "text"
  },
  "address": {
    "label": "📮 Address",
    "format": "text"
  },
  "city": {
    "label": "🏙️ City",
    "format": "text"
  },
  "registration_date": {
    "label": "📅 Reg Date",
    "format": "date"
  },
  "raw": {
    "label": "📦 Raw",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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