# Planetary Kp Index (geomagnetic activity) NOAA SWPC Space

**Use case:** 

Extract NOAA SWPC Space Weather data filtered by Planetary Kp Index (geomagnetic activity). Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "product": "kp-index",
  "maxItems": 10
}
```

## Output

```json
{
  "product": {
    "label": "🛰 Product",
    "format": "text"
  },
  "time": {
    "label": "🕒 Time",
    "format": "text"
  },
  "kp": {
    "label": "🧲 Kp",
    "format": "number"
  },
  "speed": {
    "label": "💨 Speed",
    "format": "number"
  },
  "density": {
    "label": "🌫 Density",
    "format": "number"
  },
  "bt": {
    "label": "🧭 Bt",
    "format": "number"
  },
  "bz": {
    "label": "🧭 Bz",
    "format": "number"
  },
  "flux": {
    "label": "☀️ X-ray Flux",
    "format": "number"
  },
  "energyBand": {
    "label": "📐 Energy Band",
    "format": "text"
  },
  "summary": {
    "label": "⚠️ Summary",
    "format": "text"
  },
  "messageCode": {
    "label": "🔖 Code",
    "format": "text"
  },
  "ssn": {
    "label": "🔆 Sunspots",
    "format": "number"
  },
  "f107": {
    "label": "📡 F10.7",
    "format": "number"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [NOAA SWPC Space Weather Scraper](https://apify.com/parseforge/noaa-swpc-space-weather-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/noaa-swpc-space-weather-scraper) to learn more, explore other use cases, and run it yourself.