# Macrostrat Geology Units Latest Results

**Use case:** 

Latest Results of Macrostrat Geology Units. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "lat": "43",
  "lng": "-89.3",
  "maxItems": 25
}
```

## Output

```json
{
  "unitName": {
    "label": "📌 Unit",
    "format": "text"
  },
  "formation": {
    "label": "🪨 Formation",
    "format": "text"
  },
  "group": {
    "label": "🗂 Group",
    "format": "text"
  },
  "topAgeMa": {
    "label": "⬆ Top Age (Ma)",
    "format": "number"
  },
  "bottomAgeMa": {
    "label": "⬇ Bottom Age (Ma)",
    "format": "number"
  },
  "lithology": {
    "label": "🧱 Lithology",
    "format": "text"
  },
  "depositionalEnvironment": {
    "label": "🌊 Environment",
    "format": "text"
  },
  "columnId": {
    "label": "🆔 Column",
    "format": "number"
  },
  "columnAreaKm2": {
    "label": "📐 Area (km²)",
    "format": "number"
  },
  "color": {
    "label": "🎨 Color",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Macrostrat Geology Units Scraper](https://apify.com/parseforge/macrostrat-geology-units-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/macrostrat-geology-units-scraper) to learn more, explore other use cases, and run it yourself.