# Monitoring stations UK Flood and River Monitoring

**Use case:** 

Extract UK Flood and River Monitoring data filtered by Monitoring stations. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "mode": "stations",
  "maxItems": 10,
  "parameter": "",
  "river": "",
  "town": ""
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "text"
  },
  "label": {
    "label": "Label",
    "format": "text"
  },
  "riverName": {
    "label": "River",
    "format": "text"
  },
  "town": {
    "label": "Town",
    "format": "text"
  },
  "parameter": {
    "label": "Parameter",
    "format": "text"
  },
  "latestValue": {
    "label": "Latest Value",
    "format": "number"
  },
  "unitName": {
    "label": "Unit",
    "format": "text"
  },
  "latestReadingDateTime": {
    "label": "Reading Time",
    "format": "text"
  },
  "severity": {
    "label": "Severity",
    "format": "text"
  },
  "stationReference": {
    "label": "Station Ref",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [UK Flood and River Monitoring Scraper](https://apify.com/parseforge/uk-flood-river-monitoring-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/uk-flood-river-monitoring-scraper) to learn more, explore other use cases, and run it yourself.