# UPS Package Tracking Data Export

**Use case:** 

Data Export of UPS Package Tracking. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "trackingNumbers": [
    "1Z999AA10123456784"
  ],
  "maxItems": 100,
  "locale": "en_US",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "trackingNumber": {
    "label": "Tracking Number",
    "format": "text"
  },
  "trackingNumberType": {
    "label": "Tracking Number Type",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "statusDetail": {
    "label": "Status Detail",
    "format": "text"
  },
  "progressBarType": {
    "label": "Progress Bar Type",
    "format": "text"
  },
  "progressBarPercentage": {
    "label": "Progress %",
    "format": "text"
  },
  "isDelivered": {
    "label": "Is Delivered",
    "format": "boolean"
  },
  "scheduledDelivery": {
    "label": "Scheduled Delivery",
    "format": "text"
  },
  "deliveredDate": {
    "label": "Delivered Date",
    "format": "text"
  },
  "deliveredTime": {
    "label": "Delivered Time",
    "format": "text"
  },
  "deliveryLocation": {
    "label": "Delivery Location",
    "format": "text"
  },
  "leftAt": {
    "label": "Left At",
    "format": "text"
  },
  "signedBy": {
    "label": "Signed By",
    "format": "text"
  },
  "serviceType": {
    "label": "Service Type",
    "format": "text"
  },
  "weight": {
    "label": "Weight",
    "format": "text"
  },
  "weightUnit": {
    "label": "Weight Unit",
    "format": "text"
  },
  "shippedDate": {
    "label": "Shipped Date",
    "format": "text"
  },
  "descriptionOfGoods": {
    "label": "Description of Goods",
    "format": "text"
  },
  "referenceNumbers": {
    "label": "Reference Numbers",
    "format": "array"
  },
  "postalServiceTrackingId": {
    "label": "Postal Service Tracking ID",
    "format": "text"
  },
  "senderShipperNumber": {
    "label": "Sender Shipper Number",
    "format": "text"
  },
  "isSmallPackage": {
    "label": "Small Package",
    "format": "boolean"
  },
  "isCommercialAddress": {
    "label": "Commercial Address",
    "format": "boolean"
  },
  "shipToCity": {
    "label": "Ship To City",
    "format": "text"
  },
  "shipToState": {
    "label": "Ship To State",
    "format": "text"
  },
  "shipToCountry": {
    "label": "Ship To Country",
    "format": "text"
  },
  "shipToZipCode": {
    "label": "Ship To Zip Code",
    "format": "text"
  },
  "shipToCompanyName": {
    "label": "Ship To Company",
    "format": "text"
  },
  "shipFromCity": {
    "label": "Ship From City",
    "format": "text"
  },
  "shipFromState": {
    "label": "Ship From State",
    "format": "text"
  },
  "shipFromCountry": {
    "label": "Ship From Country",
    "format": "text"
  },
  "activities": {
    "label": "Activities",
    "format": "array"
  },
  "milestones": {
    "label": "Milestones",
    "format": "array"
  },
  "signatureImageUrl": {
    "label": "Signature Image",
    "format": "link"
  },
  "proofOfDeliveryUrl": {
    "label": "Proof of Delivery URL",
    "format": "link"
  },
  "deliveryPhotoUrl": {
    "label": "Delivery Photo",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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