COSCO Cargo Tracking Scraper avatar

COSCO Cargo Tracking Scraper

Pricing

from $5.00 / 1,000 tracking results

Go to Apify Store
COSCO Cargo Tracking Scraper

COSCO Cargo Tracking Scraper

Track COSCO Shipping Lines (COSCON) cargo shipments in real time. Enter container, bill of lading, or booking numbers to get container type, current status, location, and complete shipment history. Bulk tracking with structured JSON, CSV, or Excel output.

Pricing

from $5.00 / 1,000 tracking results

Rating

5.0

(1)

Developer

Muhammet Akkurt

Muhammet Akkurt

Maintained by Community

Actor stats

2

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

COSCO Container Tracking & Shipment Data Scraper — Track by Container, B/L or Booking Number

COSCO Cargo Tracking Scraper

What does COSCO Cargo Tracking Scraper do?

COSCO Cargo Tracking Scraper is an Apify actor that extracts real-time shipment tracking data from COSCO Shipping Lines, one of the world's largest container shipping carriers. Simply enter your tracking numbers — container numbers, B/L (Bill of Lading) numbers, or booking numbers — and the scraper automatically detects the type, queries the COSCO tracking system, and returns structured shipment data ready for analysis or integration.

No coding experience is needed. Paste your numbers, click Start, and download the results in JSON, CSV, Excel, or other formats.

Why scrape COSCO shipment data?

Manually checking the COSCO website for container tracking updates is time-consuming, especially when managing multiple shipments across different trade lanes. This actor automates COSCO cargo tracking so you can:

  • 📦 Monitor shipment status — Get the latest container status, location and movement date for every shipment
  • 🔄 Track in bulk — Track hundreds of container, B/L, or booking numbers in a single run
  • 📊 Feed data into dashboards — Export structured tracking data to Google Sheets, Slack, email, or your own systems via Apify integrations
  • Set up automated tracking — Schedule periodic runs to monitor shipment progress without manual checks
  • 🚨 Catch exceptions early — Track discharge, gate-out and empty-return events as they happen
  • 🔗 Build logistics pipelines — Use the Apify API to integrate COSCO tracking data into your supply chain tools

What data can you extract from COSCO?

The scraper extracts the following data points from COSCO's tracking system:

Data FieldDescription
Tracking NumberThe number you submitted
TypeDetected number type (cntr, bl, or bkg)
Container NumberContainer number(s) resolved from the tracking number
Container TypeContainer size/type (e.g. 20GP, 40HQ)
Latest StatusMost recent container status (e.g. Discharged at T/S POD, Empty Equipment Returned)
Latest LocationLocation of the latest status (terminal, city, country)
Latest DateDate/time of the latest status
TransportationTransport mode of the latest movement (e.g. Vessel, Truck, Rail)
Status HistoryList of the container status events returned by COSCO

Ready-to-Run Examples

Get started in seconds — open the example in the Apify Console and click Run:

How to track COSCO shipments step by step

  1. Go to the COSCO Cargo Tracking Scraper on Apify Store
  2. Click Try for free to open the actor in the Apify Console
  3. Enter your tracking numbers in the Tracking Numbers field — one per line. Container numbers (e.g., CSNU1036292), B/L numbers, and booking numbers are all accepted; the type is detected automatically
  4. Click Start to run the scraper
  5. When the run finishes, preview the results in the Output tab, or download them as JSON, CSV, Excel, XML, HTML, or RSS

Example input

{
"trackingNumbers": [
"CSNU1036292"
]
}

COSCO tracking input parameters

ParameterTypeRequiredDescription
trackingNumbersArray of strings✅ YesThe numbers to track — one per line. Container numbers, B/L numbers, and booking numbers are all accepted; the type is detected automatically.

COSCO Cargo Tracking Scraper output example

Each tracked number produces one structured item in the dataset. Here is an example of the output when tracking a container number:

{
"tracking_number": "CSNU1036292",
"type": "cntr",
"total": 1,
"containers": [
{
"containerNumber": "CSNU1036292",
"containerType": "20GP",
"latestStatus": "Discharged at T/S POD",
"latestLocation": "Nansha Stevedoring Corporation Ltd,Nansha,Guangdong,China",
"latestDate": "2026-07-17 12:05",
"transportation": "Vessel",
"statusHistory": [
{
"status": "Discharged at T/S POD",
"location": "Nansha Stevedoring Corporation Ltd,Nansha,Guangdong,China",
"date": "2026-07-17 12:05",
"transportation": "Vessel"
}
]
}
]
}

When you track a B/L or booking number, every container under that shipment is returned in the containers array. Numbers with no current tracking status are skipped and not charged.

Integrations and COSCO tracking API

COSCO Cargo Tracking Scraper is built on the Apify platform, which gives you powerful options to automate and integrate your cargo tracking workflow:

  • API access — Call the actor programmatically via the Apify API to track shipments from your own applications
  • Scheduled runs — Set up scheduled recurring runs to monitor shipment progress daily, hourly, or at any interval
  • Webhooks — Receive notifications when a tracking run finishes so you can trigger downstream processes
  • Integrations — Connect tracking results to Google Sheets, Slack, Zapier, Make, and many more
  • Data formats — Download results in JSON, CSV, Excel, XML, HTML, or RSS

This makes COSCO Cargo Tracking Scraper a drop-in solution for supply chain management systems, logistics dashboards, and automated shipping notifications.

Frequently asked questions

Our scrapers are ethical and do not extract any private user data. They only extract publicly available shipment tracking information that any visitor can access on the COSCO website with a tracking number. We therefore believe that our scrapers, when used for ethical purposes by Apify users, are safe. However, you should be aware that your results could contain data related to commercial shipments. If you're unsure about your use case, consult your legal team.

Can I track multiple shipments at once?

Yes. Enter as many tracking numbers as you need in the Tracking Numbers field — one per line. The scraper processes them in parallel batches for maximum speed and uses automatic IP rotation to handle rate limits.

What types of tracking numbers are supported?

The scraper accepts three types of numbers and detects the type automatically — no manual selection needed:

  • Container numbers — ISO 6346 format (4 letters + 7 digits, e.g., CSNU1036292)
  • B/L (Bill of Lading) numbers — COSCO B/L reference numbers
  • Booking numbers — COSCO booking reference numbers

What if a tracking number is not found?

If a number returns no tracking status from COSCO's system, the scraper logs a warning and skips it. You are not charged for numbers that return no results.

How do I get support or report issues?

If you encounter any issues or have questions about the COSCO Cargo Tracking Scraper, you can:

  • Open an issue on the Issues tab of the actor page
  • Reach out to the developer for a custom solution based on your specific tracking needs

We welcome all feedback and feature requests!