# Close-approach feed (date range) NASA Near-Earth Asteroids

**Use case:** 

Standard Export of NASA Near-Earth Asteroids (NeoWs) for Close-approach feed (date range). Structured results ready to export for analysis, lead generation,

## Input

```json
{
  "maxItems": 100,
  "mode": "feed",
  "startDate": "2026-05-01",
  "endDate": "2026-05-07",
  "hazardousOnly": false
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "designation": {
    "label": "Designation",
    "format": "text"
  },
  "isPotentiallyHazardous": {
    "label": "Hazardous",
    "format": "boolean"
  },
  "diameterMaxMeters": {
    "label": "Diameter (m)",
    "format": "number"
  },
  "closeApproachDate": {
    "label": "Approach Date",
    "format": "text"
  },
  "missDistanceKm": {
    "label": "Miss Distance (km)",
    "format": "number"
  },
  "relativeVelocityKms": {
    "label": "Velocity (km/s)",
    "format": "number"
  },
  "orbitingBody": {
    "label": "Orbiting",
    "format": "text"
  },
  "absoluteMagnitudeH": {
    "label": "Magnitude H",
    "format": "number"
  },
  "nasaJplUrl": {
    "label": "JPL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [NASA Near-Earth Asteroids (NeoWs) Scraper](https://apify.com/parseforge/nasa-neows-asteroids-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/nasa-neows-asteroids-scraper) to learn more, explore other use cases, and run it yourself.