Delivery Exception & Claims Monitor avatar

Delivery Exception & Claims Monitor

Pricing

from $30.00 / 1,000 shipment analyzeds

Go to Apify Store
Delivery Exception & Claims Monitor

Delivery Exception & Claims Monitor

Detect late, stale, returned, or exception shipments and generate a source-backed HTML evidence pack for support and claims workflows.

Pricing

from $30.00 / 1,000 shipment analyzeds

Rating

0.0

(0)

Developer

Luigy Gabriel

Luigy Gabriel

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 hours ago

Last modified

Share

Detect shipment problems before customers chase support. This Actor applies transparent exception rules to tracking events, ranks operational risk, and creates an HTML evidence pack that support teams can preserve with a claim.

Detection rules

  • Explicit carrier exceptions, failed attempts, damage, address issues, loss, and customs holds.
  • Return-to-sender events.
  • Estimated delivery dates that passed beyond your grace period.
  • Tracking histories with no new scan beyond your stale threshold.
  • Missing dated tracking evidence.

Every flag includes the source status or date that triggered it. The Actor never claims a package is lost based only on elapsed time.

Sources and billing

manual mode analyzes shipment events you provide and does not run another Actor. seventeen-track mode calls crawlerbros/seventeen-track-scraper (or the marketplace Actor ID you specify). That child Actor has its own availability, terms, and charges in addition to this Actor.

Example manual input

{
"provider": "manual",
"stuckHours": 48,
"lateGraceHours": 12,
"shipments": [{
"trackingNumber": "TEST123",
"carrier": "Example Carrier",
"status": "In transit",
"estimatedDelivery": "2026-08-01T18:00:00Z",
"events": [{
"date": "2026-07-30T12:00:00Z",
"description": "Departed regional facility",
"location": "Memphis, TN"
}]
}]
}

The dataset contains one analysis per shipment. OUTPUT contains the aggregate summary. CLAIMS_EVIDENCE is a printable HTML evidence pack. Carrier policies still govern refunds and claims.