# Browse full asteroid catalog NASA Near-Earth Asteroids

**Use case:** 

Extract NASA Near-Earth Asteroids (NeoWs) data filtered by Browse full asteroid catalog. Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "maxItems": 10,
  "mode": "browse",
  "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.