Nowlun Shipment Search — Find Shipments by Reference or Details
Pricing
from $10.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
5
Total users
0
Monthly active users
16 days ago
Last modified
Categories
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.
Why use Nowlun Shipment Search?
- 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
How to use Nowlun Shipment Search
- Open the Actor and click Try for free
- Enter search queries (reference number, sender name, etc.)
- Click Start — matching shipments appear in the Output tab
- Download as JSON or connect via the Apify API
Input
{"queries": [{ "reference": "ORD-2024-001", "type": "reference" },{ "reference": "Ahmed Mohamed", "type": "sender" }]}
| Field | Type | Description | Default |
|---|---|---|---|
queries | array | Search queries | required |
queries[].reference | string | Reference number, name, or identifier | required |
queries[].type | string | Search type: reference, sender, recipient | reference |
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
| Field | Type | Description |
|---|---|---|
query | string | The search query used |
matchedShipments | array | List of matching shipment records |
trackingNumber | string | Nowlun tracking number |
status | string | Current shipment status |
sender | string | Sender name |
recipient | string | Recipient name |
origin | string | Origin location |
destination | string | Destination location |
Cost
Pay-per-result pricing:
| Volume | Estimated 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