# Station records NOAA CoastWatch ERDDAP Ocean Data

**Use case:** 

Extract NOAA CoastWatch ERDDAP Ocean Data data filtered by Station records. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "mode": "data",
  "datasetId": "cwwcNDBCMet",
  "variables": [
    "wtmp",
    "atmp",
    "wspd"
  ],
  "maxItems": 10
}
```

## Output

```json
{
  "station": {
    "label": "🛟 Station",
    "format": "text"
  },
  "datasetId": {
    "label": "🗂 Dataset",
    "format": "text"
  },
  "latitude": {
    "label": "📍 Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "📍 Longitude",
    "format": "number"
  },
  "time": {
    "label": "🕒 Time (UTC)",
    "format": "text"
  },
  "wtmp": {
    "label": "🌊 Water Temp",
    "format": "number"
  },
  "atmp": {
    "label": "🌡 Air Temp",
    "format": "number"
  },
  "wspd": {
    "label": "💨 Wind Speed",
    "format": "number"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [NOAA CoastWatch ERDDAP Ocean Data Scraper](https://apify.com/parseforge/noaa-coastwatch-erddap-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/noaa-coastwatch-erddap-scraper) to learn more, explore other use cases, and run it yourself.