# Track Maersk Containers by Container Number

**Use case:** 

Track Maersk containers by container number and export shipment status, origin, destination, last update, container details, and events.

## Input

```json
{
  "trackingNumbers": [
    "MAEU3402103"
  ]
}
```

## Output

```json
{
  "tracking_number": {
    "label": "Tracking Number",
    "format": "text"
  },
  "origin": {
    "label": "Origin",
    "format": "object"
  },
  "destination": {
    "label": "Destination",
    "format": "object"
  },
  "last_update_time": {
    "label": "Last Update",
    "format": "text"
  },
  "containers": {
    "label": "Containers",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Maersk Tracking Scraper](https://apify.com/muhammetakkurtt/maersk-tracking-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/muhammetakkurtt/maersk-tracking-scraper) to learn more, explore other use cases, and run it yourself.