# FedEx Package Tracking Latest Results

**Use case:** 

Latest Results of FedEx Package Tracking. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "trackingNumbers": [
    "123456789012"
  ],
  "maxItems": 25,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "trackingUrl": {
    "label": "Tracking URL",
    "format": "link"
  },
  "trackingNumber": {
    "label": "Tracking #"
  },
  "status": {
    "label": "Status"
  },
  "statusDescription": {
    "label": "Description"
  },
  "estimatedDelivery": {
    "label": "Est. Delivery"
  },
  "actualDelivery": {
    "label": "Actual Delivery"
  },
  "serviceType": {
    "label": "Service"
  },
  "lastLocation": {
    "label": "Last Location"
  },
  "signedBy": {
    "label": "Signed By"
  },
  "scrapedAt": {
    "label": "Scraped At"
  }
}
```

## About this Actor

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