Vesselfinder Port Scraper avatar

Vesselfinder Port Scraper

Under maintenance

Pricing

from $30.00 / 1,000 results

Go to Apify Store
Vesselfinder Port Scraper

Vesselfinder Port Scraper

Under maintenance

Retrieves all vessels expected to arrive, currently in port, and recently departed for any port worldwide using real-time AIS tracking data. Provide port names or UNLOCODE identifiers and get a complete picture of port traffic with vessel names, types, flags, and timing information.

Pricing

from $30.00 / 1,000 results

Rating

0.0

(0)

Developer

Romy

Romy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

What does VesselFinder Port Scraper do?

VesselFinder Port Scraper retrieves all vessels expected to arrive, currently in port, and recently departed for any port worldwide using VesselFinder's real-time AIS tracking data. Provide port names or UNLOCODE identifiers and get a complete picture of port traffic with vessel names, types, flags, and timing information.

Results are pushed directly to an Apify dataset. Use Apify's scheduling to monitor port congestion or track vessel movements at any cadence.

Why use VesselFinder Port Scraper?

  • Port congestion monitoring — see how many vessels are waiting to berth at any major port worldwide.
  • Supply chain visibility — track when cargo ships are expected at destination ports.
  • Logistics planning — know which vessels have departed and when new arrivals are expected.
  • Maritime intelligence — combine with vessel scrapers to build rich port traffic datasets.

How to use VesselFinder Port Scraper

  1. Open the Actor and click Try for free.
  2. In the Input tab, enter one or more port names or UNLOCODE identifiers.
  3. Click Start and wait for the run to finish.
  4. Download results from the Output tab in JSON, CSV, or Excel format.

Input

FieldTypeDescription
portsarrayPort names or UNLOCODE (e.g. ["Singapore", "Rotterdam", "IDJKT"])
{
"ports": ["Singapore", "Rotterdam"]
}

Output

Each item represents one vessel entry at the queried port.

{
"port_query": "Singapore",
"port_name": "Singapore, Singapore (SGSIN)",
"status": "in_port",
"vessel_name": "MSC POLARIS",
"mmsi": null,
"vessel_type": "Container Ship",
"flag": null,
"eta": null,
"arrived": "May 27, 14:00",
"departed": null,
"destination": null
}

Data table

FieldDescription
port_queryThe input value used to look up this port
port_nameFull port name as shown on VesselFinder
statusexpected, in_port, or departed
vessel_nameName of the vessel
mmsiMMSI number (when available)
vessel_typeVessel type (Container Ship, Tanker, etc.)
flagFlag state (when available)
etaEstimated time of arrival (for expected vessels)
arrivedArrival time (for in-port vessels)
departedDeparture time (for departed vessels)
destinationNext destination (when available)

Tips

  • Use UNLOCODE for precise port identification (e.g. SGSIN for Singapore, NLRTM for Rotterdam, IDJKT for Jakarta).
  • Run on a schedule to track port congestion trends over time.
  • Combine with vesselfinder-vessel-scraper to enrich each vessel entry with full technical specs.

FAQ and support

This Actor uses VesselFinder's publicly available port data for informational purposes only. Do not use the data for commercial redistribution without verifying VesselFinder's terms of service.

For bugs or feature requests, open an issue on the Actor's Issues tab.