# Track ONE Containers by Container Number

**Use case:** 

Track ONE containers by container number and export route, container details, latest event, full timeline, vessel voyages, and status data.

## Input

```json
{
  "trackingNumbers": [
    "ONEU0024740"
  ],
  "includeDetails": true
}
```

## Output

```json
{
  "tracking_number": {
    "label": "Tracking Number",
    "format": "text"
  },
  "total": {
    "label": "Matches",
    "format": "number"
  },
  "results": {
    "label": "Shipments",
    "format": "array"
  }
}
```

## About this Actor

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