# Track CMA CGM Containers by Container Number

**Use case:** 

Track CMA CGM containers by container number and export full event timelines, vessels, voyages, ports, facilities, and actual dates.

## Input

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

## Output

```json
{
  "tracking_number": {
    "label": "Tracking Number",
    "format": "text"
  },
  "events": {
    "label": "Tracking Events",
    "format": "array"
  }
}
```

## About this Actor

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