# 9414290 NOAA Tides

**Use case:** 

Explore 9414290 with NOAA Tides Scraper - Water Level Observations. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "stationId": "9414290",
  "product": "water_level",
  "days": 1,
  "datum": "MLLW",
  "units": "metric",
  "timeZone": "gmt",
  "maxResults": 3
}
```

## Output

```json
{
  "station_id": {
    "label": "Station Id",
    "format": "text"
  },
  "station_name": {
    "label": "Station Name",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "product": {
    "label": "Product",
    "format": "text"
  },
  "observed_at": {
    "label": "Observed At",
    "format": "date"
  },
  "value": {
    "label": "Value",
    "format": "number"
  },
  "sigma": {
    "label": "Sigma",
    "format": "number"
  },
  "quality": {
    "label": "Quality",
    "format": "text"
  },
  "flags": {
    "label": "Flags",
    "format": "text"
  },
  "datum": {
    "label": "Datum",
    "format": "text"
  },
  "units": {
    "label": "Units",
    "format": "text"
  },
  "station_url": {
    "label": "Station Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [NOAA Tides Scraper - Water Level Observations](https://apify.com/benthepythondev/noaa-tides-water-level-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/noaa-tides-water-level-scraper) to learn more, explore other use cases, and run it yourself.