# Israel data.gov.il open datasets

**Use case:** 

Pull open datasets from Israel's data.gov.il catalog on Apify. Bounded default run; export JSON/CSV/Excel or schedule.

## Input

```json
{
  "maxResults": 3
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "hash": {
    "label": "Hash",
    "format": "text"
  },
  "size": {
    "label": "Size",
    "format": "text"
  },
  "notes": {
    "label": "Notes",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "format": {
    "label": "Format",
    "format": "text"
  },
  "created": {
    "label": "Created",
    "format": "text"
  },
  "mimetype": {
    "label": "Mimetype",
    "format": "text"
  },
  "position": {
    "label": "Position",
    "format": "text"
  },
  "url_type": {
    "label": "Url Type",
    "format": "text"
  },
  "frequency": {
    "label": "Frequency",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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