UPS Tracking Info

UPS Tracking Info

The unofficial UPS tracking info API -- Get package status, shipping events, and more!

ECOMMERCEApify

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!

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!