
UPS Tracking Info
Pricing
$5.00/month + usage
Go to Store

UPS Tracking Info
The unofficial UPS tracking info API -- Get package status, shipping events, and more!
0.0 (0)
Pricing
$5.00/month + usage
2
Total users
10
Monthly users
2
Runs succeeded
>99%
Last modified
5 months ago

What UPS tracking info can I access? 📦
- Package status
- Weight
- Service type
- Delivery address (city, state, country)
- Progress events and percentage
Input format
You can enter up to 20 tracking numbers in a single request.
{"trackingNumbers": ["1ZB350090325362692"]}
Output examples
✅ Valid tracking number
{"trackingNumber": "1ZB350090325362692","packageStatus": "Delivered","progressBarPercentage": "100","weight": "9.00","weightUnit": "LBS","shippedOrBilledDate": "05/06/2024","shipToAddress": {"city": "Lehi","state": "UT","country": "US",},"progressActivities": [{"date": "05/08/2024","time": "11:36 A.M.","location": "Lehi, UT, United States","activityScan": "Delivered",},{"date": "05/08/2024","time": "9:10 A.M.","location": "Ogden, UT, United States","activityScan": "Out For Delivery Today",},{"date": "05/08/2024","time": "8:41 A.M.","location": "Ogden, UT, United States","activityScan": "Loaded on Delivery Vehicle ",},{"date": "05/06/2024","time": "9:25 P.M.","location": "Salt Lake City, UT, United States","activityScan": "Severe weather conditions have delayed delivery.",},{"date": "05/06/2024","time": "3:39 P.M.","location": "Aurora, CO, United States","activityScan": "Departed from Facility",},{"date": "05/06/2024","time": "3:20 P.M.","location": "Aurora, CO, United States","activityScan": "We have your package",},{"date": "","time": "","location": "United States","activityScan": "Shipper created a label, UPS has not received the package yet. ",}],"leftAt": "Front porch"}
❌ Invalid tracking number
{"trackingNumber": "1Z81RE900350586502","errorCode": "504","errorText": "Tracking number not found in database","packageStatus": null,}
Your feedback 🙏
If you have any feedback or notice any bugs, please create an issue on the Issues tab in Apify Console. Thank you!