# Track MSC Containers by Container Number

**Use case:** 

Track MSC containers by container number and export shipment status, vessel, voyage, route, ETA, container details, and events.

## Input

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

## Output

```json
{
  "tracking_number": {
    "label": "Tracking Number",
    "format": "text"
  },
  "tracking_type": {
    "label": "Type",
    "format": "text"
  },
  "bill_of_ladings": {
    "label": "Bills of Lading",
    "format": "array"
  }
}
```

## About this Actor

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