# Bulk UPS Package Tracking for Supply Chain Logistics

**Use case:** 

Effortlessly track multiple UPS packages simultaneously, receiving status updates and estimated delivery times. Streamline your supply chain operations by centr

## Input

```json
{
  "mode": "bulkTrack",
  "trackingNumbers": [
    "1Z9999999999999999",
    "1Z8888888888888888",
    "1Z7777777777777777",
    "1Z6666666666666666"
  ],
  "carrier": "ups",
  "query": "FedEx",
  "maxItems": 10
}
```

## Output

```json
{
  "trackingNumber": {
    "label": "Tracking number"
  },
  "carrier": {
    "label": "Carrier"
  },
  "status": {
    "label": "Status"
  },
  "lastEvent": {
    "label": "Last event"
  },
  "lastLocation": {
    "label": "Last location"
  },
  "estimatedDelivery": {
    "label": "Estimated delivery"
  }
}
```

## About this Actor

This example demonstrates how to use [17Track Package Tracking Scraper](https://apify.com/crawlerbros/seventeen-track-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/seventeen-track-scraper) to learn more, explore other use cases, and run it yourself.