# California and Texas CDC Respiratory Activity

**Use case:** 

Fetch the newest CDC acute respiratory illness activity records specifically for California and Texas in one compact dataset.

## Input

```json
{
  "geographies": [
    "California",
    "Texas"
  ],
  "includeUnavailable": false,
  "maxItems": 10
}
```

## Output

```json
{
  "weekEnd": {
    "label": "Week ending",
    "format": "string"
  },
  "geography": {
    "label": "Geography",
    "format": "string"
  },
  "activityLevel": {
    "label": "Activity level",
    "format": "string"
  },
  "sourceBuildTimestamp": {
    "label": "CDC build timestamp",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "fetchedAt": {
    "label": "Fetched at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [CDC State Flu Activity Tracker](https://apify.com/automation-lab/cdc-flu-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/cdc-flu-tracker) to learn more, explore other use cases, and run it yourself.