# Mumbai Weather Forecast Data

**Use case:** 

Get the current weather and hourly forecast for Mumbai including temperature, humidity, wind speed and precipitation for planning and research.

## Input

```json
{
  "latitude": "19.0760",
  "longitude": "72.8777",
  "maxItems": 50
}
```

## Output

```json
{
  "date": {
    "label": "Date"
  },
  "tempMax": {
    "label": "Max Temp (°C)"
  },
  "tempMin": {
    "label": "Min Temp (°C)"
  },
  "precipitation": {
    "label": "Precipitation (mm)"
  },
  "windMax": {
    "label": "Max Wind (km/h)"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "timezone": {
    "label": "Timezone"
  }
}
```

## About this Actor

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