# ISO 8601 (UTC) Sunrise, Sunset & Twilight Times Standard

**Use case:** 

Standard Export of Sunrise, Sunset & Twilight Times for ISO 8601 (UTC). Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "coordinates": [
    {
      "name": "New York City",
      "lat": 40.7128,
      "lng": -74.006
    }
  ],
  "dates": [],
  "timeFormat": "iso",
  "maxItems": 100
}
```

## Output

```json
{
  "name": {
    "label": "Location",
    "format": "text"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "timezone": {
    "label": "Timezone",
    "format": "text"
  },
  "polarCondition": {
    "label": "Polar Condition",
    "format": "text"
  },
  "sunrise": {
    "label": "Sunrise",
    "format": "text"
  },
  "sunset": {
    "label": "Sunset",
    "format": "text"
  },
  "solarNoon": {
    "label": "Solar Noon",
    "format": "text"
  },
  "dayLengthSeconds": {
    "label": "Day Length (s)",
    "format": "number"
  },
  "dayLengthHuman": {
    "label": "Day Length",
    "format": "text"
  },
  "civilTwilightBegin": {
    "label": "Civil Twilight Begin",
    "format": "text"
  },
  "civilTwilightEnd": {
    "label": "Civil Twilight End",
    "format": "text"
  },
  "nauticalTwilightBegin": {
    "label": "Nautical Twilight Begin",
    "format": "text"
  },
  "nauticalTwilightEnd": {
    "label": "Nautical Twilight End",
    "format": "text"
  },
  "astronomicalTwilightBegin": {
    "label": "Astro Twilight Begin",
    "format": "text"
  },
  "astronomicalTwilightEnd": {
    "label": "Astro Twilight End",
    "format": "text"
  },
  "goldenHourMorningEnd": {
    "label": "Golden Hour AM End",
    "format": "text"
  },
  "goldenHourEveningBegin": {
    "label": "Golden Hour PM Begin",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Sunrise, Sunset & Twilight Times Scraper](https://apify.com/parseforge/sunrise-sunset-times-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/sunrise-sunset-times-scraper) to learn more, explore other use cases, and run it yourself.