# Bulk Track FedEx Package Delivery Status

**Use case:** 

Gain real-time insights into the delivery status of all your outbound FedEx shipments. Proactively manage customer inquiries and optimize logistics operations b

## Input

```json
{
  "mode": "bulkTrack",
  "trackingNumbers": [
    "784512345678",
    "784512345679",
    "784512345680",
    "784512345681",
    "784512345682"
  ],
  "carrier": "fedex",
  "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.