# Japan data.go.jp open datasets

**Use case:** 

Pull open datasets from Japan's data.go.jp catalog on Apify. Bounded default; export JSON/CSV/Excel.

## Input

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

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "hash": {
    "label": "Hash",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "format": {
    "label": "Format",
    "format": "text"
  },
  "created": {
    "label": "Created",
    "format": "text"
  },
  "private": {
    "label": "Private",
    "format": "text"
  },
  "docanlys": {
    "label": "Docanlys",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "mimetype": {
    "label": "Mimetype",
    "format": "text"
  },
  "position": {
    "label": "Position",
    "format": "text"
  },
  "copyright": {
    "label": "Copyright",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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