VOOZH about

URL: https://apify.com/alizarin_refrigerator-owner/multi-carrier-package-tracking-usps-ups-fedex

โ‡ฑ Multi-Carrier Package Tracking (USPS, UPS, FedEx) ยท Apify


๐Ÿ‘ Multi-Carrier Package Tracking (USPS, UPS, FedEx) avatar

Multi-Carrier Package Tracking (USPS, UPS, FedEx)

Pricing

from $0.01 / 1,000 results

Go to Apify Store

Multi-Carrier Package Tracking (USPS, UPS, FedEx)

Track Packages Across All Major Carriers Managing shipments from multiple carriers is a pain. Different APIs, different authentication methods, different response formats. USPS uses XML, UPS requires OAuth, FedEx has its own auth flow. The Multi-Carrier Package Tracking tracks all

Pricing

from $0.01 / 1,000 results

Rating

5.0

(1)

Developer

๐Ÿ‘ The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

45

Total users

5

Monthly active users

4 months ago

Last modified

Share

Track packages across USPS, UPS, and FedEx with a single API call. Auto-detects carrier from tracking number format.

Features

Automatic Carrier Detection

No need to specify which carrier โ€” the actor analyzes the tracking number format and routes to the correct API:

CarrierExample PatternDetection
UPS1Z999AA10123456784Starts with "1Z" + 16 chars
USPS9400111899223456789012Starts with 94/92/93 + 20 digits
FedEx79464479013812-15 digits

Unified Response Format

All carriers return the same structured data:

  • Current status and location
  • Estimated and actual delivery dates
  • Full event history with timestamps
  • Error handling with clear messages

Demo Mode

Test integrations without API credentials. Enable demoMode: true to get realistic sample data.


Quick Start

{
"input":"your input here"
}

Demo Mode

Set demoMode: true to test with sample data (no charges). When you're ready for real results, set demoMode: false or omit it.

{
"demoMode":true,
...
}

Input Parameters

ParameterTypeRequiredDescription
See input schema

Output Format

{
"trackingNumber":"1Z999AA10123456784",
"carrier":"UPS",
"status":"Delivered",
"statusDetail":"DELIVERED",
"estimatedDelivery":null,
"deliveredDate":"2025-01-13T14:23:00Z",
"lastUpdate":"2025-01-13T14:23:00Z",
"location":"Austin, TX 78701 US",
"events":[
{
"timestamp":"2025-01-13T14:23:00Z",
"status":"Delivered",
"location":"Austin, TX 78701 US",
"details":"Left at front door"
},
{
"timestamp":"2025-01-13T08:15:00Z",
"status":"Out For Delivery",
"location":"Austin, TX 78701 US",
"details":"On UPS vehicle for delivery"
},
{
"timestamp":"2025-01-12T22:45:00Z",
"status":"Departed Facility",
"location":"Dallas, TX 75261 US",
"details":"Departed UPS facility"
}
]
}

Pricing

This actor uses pay-per-event billing:

  • data_point: $0.01 per result

Use Cases

E-commerce Order Tracking

Build customer-facing tracking pages that work with any carrier your suppliers use.

Shipping Automation

Trigger workflows when packages are delivered or delayed:

  • Send delivery confirmation emails
  • Update inventory systems
  • Alert customers about delays

Logistics Dashboards

Monitor all shipments across carriers in a unified view.

Customer Support

Quickly look up any tracking number without switching between carrier websites.



Common Problems & Solutions

"Invalid API key" error

Cause: Your API key is wrong, expired, or doesn't have the right permissions. Fix: Double-check your API key. Make sure you copied it exactly without extra spaces.

"Rate limit exceeded" error

Cause: You've hit the API's rate limits. Fix: Wait a few minutes, then try again. Consider reducing the number of concurrent requests.

Empty or incomplete results

Cause: The target may have anti-scraping protection or the data doesn't exist. Fix:

  • Check if the URL/search query is correct
  • Try with different parameters
  • Some sites may block automated access

Demo data showing instead of real results

Cause: demoMode is still set to true. Fix: Set demoMode: false and provide your API key(s).

๐Ÿ“ž Support


Built by John Rippy | Actor Arsenal

You might also like

17Track Package Tracking Scraper

crawlerbros/seventeen-track-scraper

Multi-carrier package tracking via 17track.net - track packages from FedEx, UPS, USPS, DHL, Amazon, and 2,300+ carriers worldwide. Get tracking events, status, estimated delivery, and carrier information.

Shipping Rate Comparison (USPS, UPS, FedEx)

alizarin_refrigerator-owner/shipping-rate-comparison-usps-ups-fedex

Compare Shipping Costs Across All Major Carriers Shipping costs vary wildly between carriers. The same package can cost $8 with USPS or $25 with FedEx โ€” but most people don't have time to check all three. The Shipping Rate Comparison actor queries USPS, UPS, and FedEx APIs simultaneously

Shipping Location Finder (USPS, UPS, FedEx)

alizarin_refrigerator-owner/shipping-location-finder-usps-ups-fedex

Find Every Shipping Location Near You Need to ship a package but don't know where to go? Post offices, UPS Stores, FedEx locations, drop boxes, access points โ€” they're everywhere, but finding them all in one place is a hassle. The Shipping Location Finder searches USPS, UPS, and FedEx locations

UPS Tracking Info

spencers/ups-tracking-info

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

30

Usps Tracking

substantial_sponge/usps-tracking

Track USPS packages in bulk with real-time status updates, delivery estimates, and detailed tracking events. Simply provide tracking numbers and get comprehensive shipment information including location, status, and event history for all your packages.

๐Ÿ‘ User avatar

Duc Nguyen Huu

26

UPS Tracking Shipments

matt-de-laur/ups-tracking-shipments

Track any UPS shipment by tracking number. Returns full scan history, proof of delivery, origin and destination details, customs events, and all packages in a multi-piece shipment.

FedEx Package Tracking Scraper

parseforge/fedex-tracking-scraper

Track FedEx packages by tracking number. Get real-time delivery status, estimated and actual delivery dates, full tracking history with scan events, timestamps and locations. Extract shipper and recipient details, service type, package weight, signed-by name, and delivery attempts.

Usps Store Search Spider

getdataforme/usps-store-search-spider

Usps Store Search Spider efficiently scrapes USPS product data for market analysis and competitive intelligence. Customize queries, automate data collection, and export results in JSON, CSV, or Excel formats....