# Track PIL Containers by Container Number

**Use case:** 

Track PIL containers by container number and export route, transhipment legs, vessel, voyage, ETA, and full container event timeline.

## Input

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

## Output

```json
{
  "tracking_number": {
    "label": "Tracking Number",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "place_of_receipt": {
    "label": "From",
    "format": "text"
  },
  "place_of_delivery": {
    "label": "To",
    "format": "text"
  },
  "events": {
    "label": "Events",
    "format": "array"
  }
}
```

## About this Actor

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