# CDC Socrata Datasets Full Export

**Use case:** 

Full Export of CDC Socrata Datasets. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "category": "COVID-19",
  "maxItems": 500
}
```

## Output

```json
{
  "id": {
    "label": "🔹 id",
    "format": "text"
  },
  "name": {
    "label": "🔹 name",
    "format": "text"
  },
  "description": {
    "label": "🔹 description",
    "format": "text"
  },
  "category": {
    "label": "🔹 category",
    "format": "text"
  },
  "rowsUpdatedAt": {
    "label": "🔹 rowsUpdatedAt",
    "format": "text"
  },
  "viewCount": {
    "label": "🔹 viewCount",
    "format": "text"
  },
  "columnCount": {
    "label": "🔹 columnCount",
    "format": "text"
  },
  "url": {
    "label": "🔹 url",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

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