# ONS UK Data Catalogue Scraper

**Use case:** 

Browse the ONS UK data catalogue of official statistics. Get dataset titles, IDs and metadata from the Office for National Statistics as JSON.

## Input

```json
{
  "mode": "catalogue",
  "datasetIds": [],
  "edition": "time-series",
  "maxItems": 10
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "national_statistic": {
    "label": "National statistic",
    "format": "text"
  },
  "release_frequency": {
    "label": "Release frequency",
    "format": "text"
  },
  "next_release": {
    "label": "Next release",
    "format": "text"
  },
  "nextReleaseDate": {
    "label": "Next Release Date",
    "format": "text"
  },
  "unit_of_measure": {
    "label": "Unit of measure",
    "format": "text"
  },
  "last_updated": {
    "label": "Last updated",
    "format": "text"
  },
  "qmi": {
    "label": "Qmi",
    "format": "text"
  },
  "latest_version": {
    "label": "Latest version",
    "format": "number"
  },
  "taxonomy": {
    "label": "Taxonomy",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ONS UK Statistics Beta API Scraper](https://apify.com/parseforge/ons-uk-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/ons-uk-scraper) to learn more, explore other use cases, and run it yourself.