# Track COSCO Containers by Container Number

**Use case:** 

Track COSCO containers by container number and export container type, latest status, location, date, transportation, and history.

## Input

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

## Output

```json
{
  "tracking_number": {
    "label": "Tracking Number",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "total": {
    "label": "Containers",
    "format": "number"
  },
  "containers": {
    "label": "Containers",
    "format": "array"
  }
}
```

## About this Actor

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