# Track ZIM Containers by Container Number

**Use case:** 

Track ZIM containers by container number and export vessel legs, origin and destination ports, sailing dates, arrival dates, and ETA data.

## Input

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

## Output

```json
{
  "tracking_number": {
    "label": "Tracking Number",
    "format": "text"
  },
  "unitListItem": {
    "label": "Shipment Data",
    "format": "array"
  }
}
```

## About this Actor

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