# Image NASA Image and Video Library

**Use case:** 

Extract NASA Image and Video Library data filtered by Image. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "mediaType": "image",
  "maxItems": 10
}
```

## Output

```json
{
  "nasa_id": {
    "label": "🔹 nasa_id",
    "format": "text"
  },
  "title": {
    "label": "🔹 title",
    "format": "text"
  },
  "description": {
    "label": "🔹 description",
    "format": "text"
  },
  "keywords": {
    "label": "🔹 keywords",
    "format": "text"
  },
  "date_created": {
    "label": "🔹 date_created",
    "format": "text"
  },
  "media_type": {
    "label": "🔹 media_type",
    "format": "text"
  },
  "photographer": {
    "label": "🔹 photographer",
    "format": "text"
  },
  "location": {
    "label": "🔹 location",
    "format": "text"
  },
  "center": {
    "label": "🔹 center",
    "format": "text"
  },
  "asset_url": {
    "label": "🔹 asset_url",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

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