# Sun (10) NASA JPL Horizons Ephemeris

**Use case:** 

Extract NASA JPL Horizons Ephemeris data filtered by Sun (10). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "body": "10",
  "center": "500@399",
  "startTime": "2026-06-08",
  "stopTime": "2026-06-18",
  "stepSize": "1 d",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Logo",
    "format": "image"
  },
  "bodyName": {
    "label": "🪐 Body",
    "format": "text"
  },
  "dateUtc": {
    "label": "📅 Date (UT)",
    "format": "text"
  },
  "raIcrf": {
    "label": "🧭 R.A. (ICRF)",
    "format": "text"
  },
  "decIcrf": {
    "label": "🧭 Dec (ICRF)",
    "format": "text"
  },
  "apparentMagnitude": {
    "label": "✨ App. Mag",
    "format": "number"
  },
  "deltaAu": {
    "label": "📏 Range (AU)",
    "format": "number"
  },
  "solarElongationDeg": {
    "label": "☀ Elongation",
    "format": "number"
  },
  "meanRadiusKm": {
    "label": "🌐 Mean Radius km",
    "format": "number"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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