MarineTraffic Real-time Ship Data Scraper avatar
MarineTraffic Real-time Ship Data Scraper

Pricing

$30.00 / 1,000 results

Go to Store
MarineTraffic Real-time Ship Data Scraper

MarineTraffic Real-time Ship Data Scraper

Developed by

Romy Saputra Sihananda

Romy Saputra Sihananda

Maintained by Community

Scrape real-time ship positions from MarineTraffic based on latitude, longitude, and zoom level.

0.0 (0)

Pricing

$30.00 / 1,000 results

0

1

1

Last modified

14 days ago

🛳️ Marine Traffic Scraper (Real-time AIS Ship Data)

Marine Traffic Scraper is a fast and lightweight Apify actor designed to fetch real-time vessel data from MarineTraffic using latitude, longitude, and zoom level inputs. It queries MarineTraffic tile endpoints to extract live AIS ship information without needing an official API key.

🎯 Features

  • 📡 Real-Time Ship Tracking – Retrieve up-to-date vessel locations in any area.
  • 🌐 Lat/Lon Tile Querying – Specify geographic location and zoom level.
  • 🔁 Auto-Retry Support – (Optional) Automatically try nearby tiles if no ships found.
  • 🧩 Clean JSON Output – Structured results ideal for analysis and integration.
  • 🚢 Full Ship Metadata – Includes ship name, ID, type, dimensions, flag, destination, etc.

🚀 How to Use

  1. Run the actor on Apify Console or via API.
  2. Provide input with the following fields:
    • lat: Latitude (e.g., 10.1375)
    • lon: Longitude (e.g., 107.7525)
    • zoom: Zoom level (e.g., 12)
  3. Wait for execution to complete and download results in JSON format.

📌 Example Input

{
"lat": 10.1375,
"lon": 107.7525,
"zoom": 12
}

📦 Example Output

{
"lat": 10.137510724554955,
"zoom": 12,
"lon": 107.75256179700861,
"data": {
"marines": [
{
"LAT": "10.063494",
"LON": "107.74606",
"SPEED": "167",
"COURSE": "228",
"HEADING": "228",
"ELAPSED": "19",
"DESTINATION": "TH LCH",
"FLAG": "MH",
"LENGTH": "172",
"ROT": "0",
"SHIPNAME": "SAWASDEE RIGEL",
"SHIPTYPE": "7",
"SHIP_ID": "7605737",
"WIDTH": "27",
"L_FORE": "131",
"W_LEFT": "21",
"DWT": "22253",
"GT_SHIPTYPE": "11"
}
],
"total": 1
}
}

🔐 Disclaimer

This actor scrapes data from publicly accessible endpoints on MarineTraffic. You are responsible for ensuring your usage complies with MarineTraffic’s terms of service. For official and reliable access, we recommend using the MarineTraffic API.

🛠️ Support

If you encounter any issues or have questions, please reach out via the Apify Console or the Apify community forum.