# Track Yang Ming Containers by Container Number

**Use case:** 

Track Yang Ming containers by container number and export status timeline, current event, location, movement date, and transport mode.

## Input

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

## Output

```json
{
  "tracking_number": {
    "label": "Tracking Number",
    "format": "text"
  },
  "track_type": {
    "label": "Type",
    "format": "text"
  },
  "statusHistory": {
    "label": "Status History",
    "format": "array"
  },
  "containers": {
    "label": "Containers",
    "format": "array"
  }
}
```

## About this Actor

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