# Track HMM Containers by Container Number

**Use case:** 

Track HMM containers by container number and export shipment status, route, vessel, voyage, current location, container details, and events.

## Input

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

## Output

```json
{
  "tracking_number": {
    "label": "Tracking Number",
    "format": "text"
  },
  "tracking_type": {
    "label": "Type",
    "format": "text"
  },
  "data": {
    "label": "Tracking Data",
    "format": "object"
  }
}
```

## About this Actor

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