Maritime Vessel Intelligence (AIS) avatar

Maritime Vessel Intelligence (AIS)

Pricing

from $5.00 / 1,000 vessels

Go to Apify Store
Maritime Vessel Intelligence (AIS)

Maritime Vessel Intelligence (AIS)

Live AIS vessel tracking + ship intelligence for the Baltic Sea / Northern Europe. No key.

Pricing

from $5.00 / 1,000 vessels

Rating

0.0

(0)

Developer

Dev D

Dev D

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Maritime Vessel Intelligence (AIS) ๐Ÿšข

Live AIS vessel tracking + ship intelligence for the Baltic Sea / Northern Europe โ€” straight from Finland's official Digitraffic service. No API key, no proxy.

Get a live snapshot of vessels at sea, each merged with its identity: position, speed, course and navigation status combined with vessel name, IMO, ship type, destination, draught and ETA. AIS/vessel data is normally paid and locked behind commercial APIs โ€” this uses a fully open government feed.

Perfect for maritime logistics & port ops, supply-chain visibility, shipping analytics, research and journalism, and vessel-monitoring apps.

Uses Digitraffic (Finnish Transport Infrastructure Agency) โ€” no key, no login. Coverage: Baltic Sea / Northern Europe (the area Digitraffic receives AIS for).


Modes

  • ๐Ÿ›ฐ๏ธ Live vessel positions โ€” every currently-tracked vessel with position + identity.
  • โš“ Port calls โ€” recent/scheduled port call records.

Features

  • โœ… No API key, no proxy โ€” open government AIS feed.
  • โœ… Position + identity in one row โ€” name, IMO, type, destination, not just coordinates.
  • โœ… Decoded โ€” ship-type category, navigation status and AIS ETA decoded to readable values.
  • โœ… Filters โ€” by MMSI, ship-type category, bounding box, or moving-only.

Input

FieldDescription
Modepositions / port-calls.
MMSI listTrack specific vessels, e.g. ["230099950"].
Ship type categoriesCargo / Tanker / Passenger / Fishing / โ€ฆ.
Moving onlyOnly vessels under way (speed > 0.5 kn).
Bounding boxminLat / maxLat / minLon / maxLon.
Max resultsCap on records.

Example โ€” moving cargo & tankers

{
"mode": "positions",
"shipTypeCategories": ["Cargo", "Tanker"],
"movingOnly": true
}

Example โ€” track specific vessels

{
"mode": "positions",
"mmsiList": ["230099950", "245656000"]
}

Output

{
"mmsi": 245656000,
"name": "BOTHNIABORG",
"imo": 9182160,
"call_sign": "PBGV",
"ship_type": 70,
"ship_type_category": "Cargo",
"destination": "BREMEN",
"eta": "07-19 17:00",
"draught_m": 7.2,
"latitude": 60.01,
"longitude": 24.95,
"speed_knots": 15.9,
"course": 212.4,
"heading": 210,
"nav_status": "Under way using engine",
"position_timestamp": 1690000000,
"url": "https://www.marinetraffic.com/en/ais/details/ships/mmsi:245656000"
}

Run it on a schedule

Run every few minutes to build a track history for your fleet or a sea area โ€” pipe to a database, map or webhook for live monitoring and ETA prediction.

Notes & limitations

  • Coverage is regional (Baltic Sea / Northern Europe) โ€” this is a Finnish government feed, not global AIS.
  • AIS is self-reported by vessels; some fields (destination, ETA, occasionally speed) can be stale or inconsistent โ€” values are passed through faithfully.
  • Data source: Digitraffic / Fintraffic (CC BY 4.0). Attribution appreciated.

Keywords

AIS, vessel tracking, ship tracking, maritime, marine traffic, vessel positions, MMSI, IMO, ship intelligence, Baltic Sea, port calls, shipping data, maritime logistics, supply chain, vessel finder, cargo ships, tankers, Digitraffic, marine data, fleet tracking.