UPS Tracking Info
Try for free
1 day trial then $5.00/month - No credit card required now
Go to Store
UPS Tracking Info
spencers/ups-tracking-info
Try for free
1 day trial then $5.00/month - No credit card required now
The unofficial UPS tracking info API -- Get package status, shipping events, and more!
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.
1{ 2 "trackingNumbers": ["1ZB350090325362692"] 3}
Output examples
✅ Valid tracking number
1{ 2 "trackingNumber": "1ZB350090325362692", 3 "packageStatus": "Delivered", 4 "progressBarPercentage": "100", 5 "weight": "9.00", 6 "weightUnit": "LBS", 7 "shippedOrBilledDate": "05/06/2024", 8 "shipToAddress": { 9 "city": "Lehi", 10 "state": "UT", 11 "country": "US", 12 }, 13 "progressActivities": [ 14 { 15 "date": "05/08/2024", 16 "time": "11:36 A.M.", 17 "location": "Lehi, UT, United States", 18 "activityScan": "Delivered", 19 }, 20 { 21 "date": "05/08/2024", 22 "time": "9:10 A.M.", 23 "location": "Ogden, UT, United States", 24 "activityScan": "Out For Delivery Today", 25 }, 26 { 27 "date": "05/08/2024", 28 "time": "8:41 A.M.", 29 "location": "Ogden, UT, United States", 30 "activityScan": "Loaded on Delivery Vehicle ", 31 }, 32 { 33 "date": "05/06/2024", 34 "time": "9:25 P.M.", 35 "location": "Salt Lake City, UT, United States", 36 "activityScan": "Severe weather conditions have delayed delivery.", 37 }, 38 { 39 "date": "05/06/2024", 40 "time": "3:39 P.M.", 41 "location": "Aurora, CO, United States", 42 "activityScan": "Departed from Facility", 43 }, 44 { 45 "date": "05/06/2024", 46 "time": "3:20 P.M.", 47 "location": "Aurora, CO, United States", 48 "activityScan": "We have your package", 49 }, 50 { 51 "date": "", 52 "time": "", 53 "location": "United States", 54 "activityScan": "Shipper created a label, UPS has not received the package yet. ", 55 } 56 ], 57 "leftAt": "Front porch" 58}
❌ Invalid tracking number
1{ 2 "trackingNumber": "1Z81RE900350586502", 3 "errorCode": "504", 4 "errorText": "Tracking number not found in database", 5 "packageStatus": null, 6}
Your feedback 🙏
If you have any feedback or notice any bugs, please create an issue on the Issues tab in Apify Console. Thank you!
Developer
Maintained by Community
Actor Metrics
4 monthly users
-
2 stars
>99% runs succeeded
Created in May 2024
Modified 3 months ago
Categories