Trackyourparcel Track & Trace

Returns tracking status for a parcel from a TrackYourParcel tracking URL. Use it when you have the TrackYourParcel link for a shipment.

What it does

  • Scrapes tracking events from the TrackYourParcel page.
  • Maps the latest event to a standard delivery status.
  • Returns status, event history and any last-mile carrier tracking URL found on the page.

Notes

  • Requires the full tracking URL for the parcel.

Inputs

NameTypeDescription
Tracking URLStringTracking URL for the package

Outputs

NameTypeDescription
Found Tracking?BooleanWhether any tracking info was found for the tracking number provided
StatusStringStatus of the package delivery Possible values: Label Created, Delivered, In Transit, Ready for Shipment, Ready for Pickup, Problem with Delivery, Returning to Sender.
Status DescriptionStringStatus description
Tracking URLStringTracking URL
Last Mile Tracking URLStringLast mile tracking URL
Last Event DateStringDate of the last update in ISO format
Tracking EventsListHistory of all the events for the package

Notes