# Catalog (list datasets) CMS Open Data

**Use case:** 

Extract CMS Open Data data filtered by Catalog (list datasets). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "mode": "catalog",
  "searchQuery": "hospital"
}
```

## Output

```json
{
  "identifier": {
    "label": "Identifier",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "publisher": {
    "label": "Publisher",
    "format": "text"
  },
  "contactPoint": {
    "label": "Contact",
    "format": "object"
  },
  "keyword": {
    "label": "Keywords",
    "format": "object"
  },
  "theme": {
    "label": "Theme",
    "format": "object"
  },
  "modified": {
    "label": "Modified",
    "format": "date"
  },
  "accessLevel": {
    "label": "Access",
    "format": "text"
  },
  "landingPage": {
    "label": "Landing Page",
    "format": "link"
  },
  "downloadUrl": {
    "label": "Download",
    "format": "link"
  },
  "rows": {
    "label": "Sample Rows",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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