Nowlun Shipment Search — Find Shipments by Reference or Details avatar

Nowlun Shipment Search — Find Shipments by Reference or Details

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Nowlun Shipment Search — Find Shipments by Reference or Details

Nowlun Shipment Search — Find Shipments by Reference or Details

Search the Nowlun platform for shipments by reference number, sender, or recipient details. Returns matching shipment records with full tracking data.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Maged

Maged

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

0

Monthly active users

16 days ago

Last modified

Share

What does Nowlun Shipment Search do?

Nowlun Shipment Search lets you search for shipments on the Nowlun logistics platform by reference number, sender, recipient, or other identifying details. Returns matching shipment records with full tracking data.

This Actor runs on the Apify platform. Use it to look up shipments when you only have partial information, or to find all shipments associated with a particular sender or route.

  • Search by partial info — find shipments without an exact tracking number
  • Batch searches — run multiple search queries in one Actor run
  • Structured results — get back full shipment records with status and history
  • Automation-ready — integrate with your order management or logistics tools
  1. Open the Actor and click Try for free
  2. Enter search queries (reference number, sender name, etc.)
  3. Click Start — matching shipments appear in the Output tab
  4. Download as JSON or connect via the Apify API

Input

{
"queries": [
{ "reference": "ORD-2024-001", "type": "reference" },
{ "reference": "Ahmed Mohamed", "type": "sender" }
]
}
FieldTypeDescriptionDefault
queriesarraySearch queriesrequired
queries[].referencestringReference number, name, or identifierrequired
queries[].typestringSearch type: reference, sender, recipientreference

Output

{
"query": "ORD-2024-001",
"matchedShipments": [
{
"trackingNumber": "NWL-123456789",
"reference": "ORD-2024-001",
"status": "In Transit",
"sender": "Ahmed Mohamed",
"recipient": "Sara Ali",
"origin": "Cairo",
"destination": "Alexandria",
"createdAt": "2024-03-18T10:00:00Z"
}
]
}

Output fields

FieldTypeDescription
querystringThe search query used
matchedShipmentsarrayList of matching shipment records
trackingNumberstringNowlun tracking number
statusstringCurrent shipment status
senderstringSender name
recipientstringRecipient name
originstringOrigin location
destinationstringDestination location

Cost

Pay-per-result pricing:

VolumeEstimated cost
50 searches~$0.05–$0.25
500 searches~$0.50–$2.50

FAQ

Can I search without an exact tracking number? Yes — the Actor supports searching by reference number, sender name, and recipient name.

Is this Actor maintained? Yes. Report bugs or feature requests in the Issues tab.

Need help or have questions? Open an issue in the Issues tab or reach out on Discord: maged03211