# MET Norway Weather Forecast Latest Results

**Use case:** 

Latest Results of MET Norway Weather Forecast. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "latitude": "59.9139",
  "longitude": "10.7522",
  "maxItems": 25
}
```

## Output

```json
{
  "latitude": {
    "label": "🌍 Lat",
    "format": "text"
  },
  "longitude": {
    "label": "🌍 Lon",
    "format": "text"
  },
  "time": {
    "label": "🕒 Time",
    "format": "text"
  },
  "temperature": {
    "label": "🌡️ Temp",
    "format": "text"
  },
  "wind_speed": {
    "label": "💨 Wind Speed",
    "format": "text"
  },
  "wind_direction": {
    "label": "🧭 Wind Dir",
    "format": "text"
  },
  "humidity": {
    "label": "💧 Humidity",
    "format": "text"
  },
  "precipitation": {
    "label": "🌧️ Precip",
    "format": "text"
  },
  "pressure": {
    "label": "📊 Pressure",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [MET Norway Weather Forecast Scraper](https://apify.com/parseforge/met-no-weather-forecast-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/met-no-weather-forecast-scraper) to learn more, explore other use cases, and run it yourself.