Nowlun Track Shipment

Nowlun Track Shipment

by maged120

Automate Nowlun shipment tracking. Input a booking or B/L number to get structured data on status, ports, cargo, and shipping line—perfect for dashboards and workflows.

258 runs
15 users
Try This Actor

Opens on Apify.com

About Nowlun Track Shipment

Tired of manually checking the status of your shipments on Nowlun? I built this actor to solve exactly that. It automates the process of tracking any shipment on Nowlun.com, pulling all the critical details you need into a structured format without you having to lift a finger. Just feed it a booking number or a Bill of Lading (B/L), and it gets to work. It fetches everything: the booking reference, which shipping line is handling it, a description of the cargo, origin and destination ports, and the complete history of tracking updates. I use it to keep my own logistics dashboard updated or to pipe tracking data directly into my company's internal systems, saving hours of manual lookups each week. It's perfect for logistics managers, e-commerce operators, or anyone who needs to monitor multiple shipments regularly. You can run it on a schedule for proactive alerts or trigger it as part of a larger workflow whenever a new shipment is created. It turns a repetitive, manual website check into a reliable, automated data stream.

What does this actor do?

Nowlun Track Shipment is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

Nowlun Track Shipment Actor

Overview

This actor tracks shipments on the Nowlun platform (https://nowlun.com). It retrieves detailed information—like booking number, shipping line, cargo, port details, and tracking updates—using a booking number or bill of lading (B/L). Authentication is optional; requests without credentials return an "Unauthorized" message.

Key Features

  • Tracks shipments by booking number or B/L.
  • Automatically detects the shipping line if not specified.
  • Returns comprehensive shipment details, including port information and tracking history.
  • Supports optional authentication for enhanced access.

How to Use

Provide the required input fields as a JSON object. The actor needs a booking_number and a selector ("booking" or "bl"). You can optionally specify the shipping_line; if omitted, it will be auto-detected.

You can find valid shipping line values using the Nowlun Selectors actor: https://apify.com/maged120/nowlun-selectors.?fpr=python_automation

Input

Field Type Required Description
booking_number String Yes The shipment booking number or B/L (e.g., "HLCUALY240509398").
selector String Yes Specify the tracking type: "booking" or "bl".
shipping_line String No The shipping line (e.g., "Hapag-Lloyd"). Auto-detected if not provided.
email String Yes Your Nowlun account email for authentication.
password String Yes Your Nowlun account password. If omitted, returns "Unauthorized".

Example Input:

{
  "booking_number": "HLCUALY240509398",
  "selector": "booking",
  "shipping_line": "Hapag-Lloyd",
  "email": "user@example.com",
  "password": "yourpassword"
}

Output

The actor returns an array of shipment objects with the following structure.

Field Type Description
booking_number String The shipment booking number.
shipping_line String The shipping line handling the shipment.
state String Current state (e.g., "pending").
bl String Bill of lading number, if applicable.
company String Associated company, if available.
cargo String Description of the cargo (e.g., "20\"ST x 1").
vessel String Vessel name, if available.
pol Object Port of Loading details (port and date).
pod Object Port of Discharge details (port and date).
pickup Object Pickup port details (port and date).
dropoff Object Dropoff port details (port and date).
transits Array List of transit points, if any.
updates Array List of tracking updates with timestamps and statuses.

Example Output:

[
  {
    "booking_number": "HLCUALY240509398",
    "shipping_line": "Hapag-Lloyd",
    "state": "pending",
    "bl": "",
    "company": "",
    "cargo": "20\"ST x 1",
    "vessel": "",
    "pol": {
      "port": "Port Said East-Port, Egypt",
      "date": ""
    },
    "pod": {
      "port": "",
      "date": ""
    },
    "pickup": {
      "port": "",
      "date": ""
    },
    "dropoff": {
      "port": "",
      "date": ""
    },
    "transits": [],
    "updates": []
  }
]

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Nowlun Track Shipment now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
maged120
Pricing
Paid
Total Runs
258
Active Users
15
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support