# Monitor All UK FCDO Travel Advice Updates

**Use case:** 

Scrape all GOV.UK/FCDO country travel advice records for monitoring, alerts, compliance dashboards, and travel-risk workflows.

## Input

```json
{
  "countries": [],
  "allCountries": true,
  "maxItems": 250,
  "sections": [],
  "includeText": true,
  "includeHtml": false
}
```

## Output

```json
{
  "country": {
    "label": "Country"
  },
  "slug": {
    "label": "Slug"
  },
  "url": {
    "label": "GOV.UK URL",
    "format": "link"
  },
  "publicUpdatedAt": {
    "label": "Updated"
  },
  "alertStatus": {
    "label": "Alert"
  },
  "changeDescription": {
    "label": "Latest change"
  },
  "warningsSummary": {
    "label": "Warnings summary"
  },
  "emailSignupUrl": {
    "label": "Email signup",
    "format": "link"
  },
  "sectionTitles": {
    "label": "Sections"
  },
  "withdrawn": {
    "label": "Withdrawn"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [UK FCDO Foreign Travel Advice Scraper](https://apify.com/automation-lab/uk-fcdo-foreign-travel-advice-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/uk-fcdo-foreign-travel-advice-scraper) to learn more, explore other use cases, and run it yourself.