# Single date NASA Astronomy Picture of the Day

**Use case:** 

Extract NASA Astronomy Picture of the Day data filtered by Single date. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "mode": "date",
  "randomCount": 10,
  "thumbsForVideos": true,
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Image URL",
    "format": "image"
  },
  "date": {
    "label": "📅 Date",
    "format": "date"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "mediaType": {
    "label": "📂 Media Type",
    "format": "text"
  },
  "permalink": {
    "label": "🔗 Permalink",
    "format": "link"
  },
  "copyright": {
    "label": "👤 Copyright",
    "format": "text"
  },
  "explanation": {
    "label": "📝 Explanation",
    "format": "text"
  },
  "sourceUrl": {
    "label": "🔗 Source URL",
    "format": "link"
  },
  "videoUrl": {
    "label": "🎬 Video URL",
    "format": "link"
  },
  "hdUrl": {
    "label": "🖼️ HD Image URL",
    "format": "image"
  },
  "thumbnailUrl": {
    "label": "🖼️ Thumbnail URL",
    "format": "image"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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