# Finland Digitraffic Marine AIS Full Export

**Use case:** 

Full Export of Finland Digitraffic Marine AIS. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "mmsiFilter": [],
  "includeMetadata": true
}
```

## Output

```json
{
  "name": {
    "label": "🚢 Vessel",
    "format": "text"
  },
  "mmsi": {
    "label": "🆔 MMSI",
    "format": "number"
  },
  "latitude": {
    "label": "📍 Lat",
    "format": "number"
  },
  "longitude": {
    "label": "📍 Lon",
    "format": "number"
  },
  "speedKnots": {
    "label": "💨 SOG",
    "format": "number"
  },
  "courseDegrees": {
    "label": "🧭 COG",
    "format": "number"
  },
  "headingDegrees": {
    "label": "↗ Heading",
    "format": "number"
  },
  "navigationalStatus": {
    "label": "🚦 Nav Status",
    "format": "text"
  },
  "shipType": {
    "label": "⚓ Ship Type",
    "format": "text"
  },
  "destination": {
    "label": "🎯 Destination",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Finland Digitraffic Marine AIS Scraper](https://apify.com/parseforge/finland-digitraffic-marine-ais-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/finland-digitraffic-marine-ais-scraper) to learn more, explore other use cases, and run it yourself.