# Mercury NASA JPL Close Approach

**Use case:** 

Extract NASA JPL Close Approach data filtered by Mercury. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "dateMin": "2026-01-01",
  "dateMax": "2026-03-01",
  "maxDistanceAu": "0.05",
  "maxMagnitude": "22",
  "body": "Merc",
  "maxItems": 10
}
```

## Output

```json
{
  "designation": {
    "label": "🪨 Designation",
    "format": "text"
  },
  "fullName": {
    "label": "📛 Full Name",
    "format": "text"
  },
  "body": {
    "label": "🌍 Body",
    "format": "text"
  },
  "closeApproachDate": {
    "label": "📅 Approach Date",
    "format": "text"
  },
  "julianDate": {
    "label": "🕓 Julian Date",
    "format": "number"
  },
  "nominalDistanceAu": {
    "label": "📏 Distance (au)",
    "format": "number"
  },
  "nominalDistanceLd": {
    "label": "🌙 Distance (LD)",
    "format": "number"
  },
  "minDistanceAu": {
    "label": "📐 Min Distance (au)",
    "format": "number"
  },
  "maxDistanceAu": {
    "label": "📐 Max Distance (au)",
    "format": "number"
  },
  "relativeVelocityKmS": {
    "label": "🚀 Rel. Velocity (km/s)",
    "format": "number"
  },
  "infinityVelocityKmS": {
    "label": "💫 V-infinity (km/s)",
    "format": "number"
  },
  "absoluteMagnitude": {
    "label": "✨ H Magnitude",
    "format": "number"
  },
  "orbitId": {
    "label": "🛰 Orbit ID",
    "format": "text"
  },
  "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 Close Approach Scraper](https://apify.com/parseforge/jpl-close-approach-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/jpl-close-approach-scraper) to learn more, explore other use cases, and run it yourself.