# USNO Astronomical Almanac in Texas

**Use case:** 

Find and extract USNO Astronomical Almanac in Texas. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "locations": [
    "Texas"
  ],
  "startDate": "2026-06-08",
  "tz": 0,
  "dst": false,
  "maxItems": 10
}
```

## Output

```json
{
  "date": {
    "label": "📅 Date",
    "format": "text"
  },
  "latitude": {
    "label": "🧭 Lat",
    "format": "number"
  },
  "longitude": {
    "label": "🧭 Lon",
    "format": "number"
  },
  "currentMoonPhase": {
    "label": "🌙 Moon Phase",
    "format": "text"
  },
  "fractionIlluminated": {
    "label": "💡 Illuminated",
    "format": "text"
  },
  "sunRise": {
    "label": "🌅 Sunrise",
    "format": "text"
  },
  "sunSet": {
    "label": "🌇 Sunset",
    "format": "text"
  },
  "moonRise": {
    "label": "🌘 Moonrise",
    "format": "text"
  },
  "moonSet": {
    "label": "🌒 Moonset",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [USNO Astronomical Almanac Scraper](https://apify.com/parseforge/usno-astronomical-almanac-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/usno-astronomical-almanac-scraper) to learn more, explore other use cases, and run it yourself.