# Track OOCL Containers by Container Number

**Use case:** 

Track OOCL containers by container number and export routing, vessel, port, release, customs, container details, and latest event data.

## Input

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

## Output

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

## About this Actor

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