# Travel advisory text and risk indicators export

**Use case:** 

Export State Department and CDC travel advisory text, risk indicators, health hazards, dates, and source links.

## Input

```json
{
  "sourceScope": "both",
  "minimumStateDepartmentLevel": "1",
  "maxRecords": 25
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "level": {
    "label": "Level",
    "format": "integer"
  },
  "levelLabel": {
    "label": "Level label",
    "format": "string"
  },
  "countries": {
    "label": "Countries",
    "format": "array"
  },
  "countryCodes": {
    "label": "Country codes",
    "format": "array"
  },
  "riskCategories": {
    "label": "Risk categories",
    "format": "array"
  },
  "diseaseOrHazard": {
    "label": "Disease or hazard",
    "format": "string"
  },
  "summaryText": {
    "label": "Summary",
    "format": "string"
  },
  "detailsText": {
    "label": "Details",
    "format": "string"
  },
  "keyPoints": {
    "label": "Key points",
    "format": "array"
  },
  "issuedDate": {
    "label": "Issued date",
    "format": "string"
  },
  "updatedDate": {
    "label": "Updated date",
    "format": "string"
  },
  "updateNote": {
    "label": "Update note",
    "format": "string"
  },
  "sourceId": {
    "label": "Source ID",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [US Travel Advisories Scraper](https://apify.com/maximedupre/us-travel-advisories-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/us-travel-advisories-scraper) to learn more, explore other use cases, and run it yourself.