# Asteroids (all) NASA JPL Small-Body Database

**Use case:** 

Extract NASA JPL Small-Body Database data filtered by Asteroids (all). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "designations": [
    "433",
    "1",
    "99942",
    "101955",
    "2",
    "4",
    "16",
    "21",
    "243"
  ],
  "browseKind": "a",
  "maxItems": 10
}
```

## Output

```json
{
  "fullName": {
    "label": "📌 Full Name",
    "format": "text"
  },
  "spkId": {
    "label": "🆔 SPK-ID",
    "format": "text"
  },
  "orbitClass": {
    "label": "🛰 Class",
    "format": "text"
  },
  "absoluteMagnitude": {
    "label": "✨ H",
    "format": "number"
  },
  "diameterKm": {
    "label": "📏 Diameter (km)",
    "format": "number"
  },
  "albedo": {
    "label": "🌗 Albedo",
    "format": "number"
  },
  "rotationPeriodHours": {
    "label": "🔄 Rotation (h)",
    "format": "number"
  },
  "spectralType": {
    "label": "🎨 Spectral Type",
    "format": "text"
  },
  "semiMajorAxisAu": {
    "label": "🪐 a (au)",
    "format": "number"
  },
  "eccentricity": {
    "label": "🥚 e",
    "format": "number"
  },
  "inclinationDeg": {
    "label": "📐 i (deg)",
    "format": "number"
  },
  "moidAu": {
    "label": "🌍 MOID (au)",
    "format": "number"
  },
  "sourceUrl": {
    "label": "🔗 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [NASA JPL Small-Body Database Scraper](https://apify.com/parseforge/jpl-small-body-database-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/jpl-small-body-database-scraper) to learn more, explore other use cases, and run it yourself.