# Data.gov.uk Recent Health Datasets Scraper

**Use case:** 

Scrape the most recently updated UK health datasets from data.gov.uk with publisher, last-updated date, formats, and download links. Export to JSON or CSV.

## Input

```json
{
  "maxItems": 50,
  "searchQuery": "health",
  "oglOnly": false,
  "sort": "recent"
}
```

## Output

```json
{
  "title": {
    "label": "Dataset Title",
    "format": "text"
  },
  "url": {
    "label": "Dataset URL",
    "format": "link"
  },
  "publisher": {
    "label": "Publisher",
    "format": "text"
  },
  "lastUpdated": {
    "label": "Last Updated",
    "format": "date"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "topic": {
    "label": "Topic",
    "format": "text"
  },
  "format": {
    "label": "Format",
    "format": "text"
  },
  "license": {
    "label": "License",
    "format": "text"
  },
  "downloadLinks": {
    "label": "Download Links",
    "format": "object"
  },
  "contact": {
    "label": "Contact",
    "format": "text"
  },
  "contactUrl": {
    "label": "Contact url"
  },
  "scrapedTimestamp": {
    "label": "Scraped Date",
    "format": "datetime"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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