# Climatology (long-term means) NASA POWER Solar & Weather

**Use case:** 

Extract NASA POWER Solar & Weather Data data filtered by Climatology (long-term means). Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "maxItems": 10,
  "points": [
    {
      "name": "Phoenix, AZ",
      "latitude": 33.4484,
      "longitude": -112.074
    },
    {
      "name": "Berlin, DE",
      "latitude": 52.52,
      "longitude": 13.405
    }
  ],
  "temporal": "climatology",
  "start": "20240101",
  "end": "20240131",
  "community": "RE",
  "parameters": [
    "ALLSKY_SFC_SW_DWN",
    "T2M",
    "T2M_MAX",
    "T2M_MIN",
    "RH2M",
    "WS10M",
    "PRECTOTCORR"
  ],
  "unitsFormat": "METRIC"
}
```

## Output

```json
{
  "name": {
    "label": "Location",
    "format": "text"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "elevation": {
    "label": "Elev (m)",
    "format": "number"
  },
  "temporal": {
    "label": "Granularity",
    "format": "text"
  },
  "period": {
    "label": "Period",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "parameters": {
    "label": "Parameters",
    "format": "object"
  },
  "community": {
    "label": "Community",
    "format": "text"
  },
  "unitsFormat": {
    "label": "Units",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [NASA POWER Solar & Weather Data Scraper](https://apify.com/parseforge/nasa-power-energy-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/nasa-power-energy-scraper) to learn more, explore other use cases, and run it yourself.