VATSIM Live Network Scraper avatar

VATSIM Live Network Scraper

Pricing

from $6.00 / 1,000 results

Go to Apify Store
VATSIM Live Network Scraper

VATSIM Live Network Scraper

Scrapes live VATSIM network data for online pilots and controllers. Returns callsign, position, flight plan, frequency, and facility as flat rows.

Pricing

from $6.00 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 days ago

Last modified

Share

ParseForge

VATSIM Live Network Scraper

Scrape live VATSIM network data for online pilots and controllers, up to a million records per run. Get callsign, position, flight plan, frequency, and facility in one flat row. No login or API key. Export to CSV, JSON, Excel, or XML.

VATSIM's live network shows thousands of pilots and controllers online right now, but the official data feed is a raw JSON stream that is hard to parse and filter. This Actor reads that public feed directly, filters by callsign, departure, or arrival airport, and returns each match in one fixed schema. No registration, no API key, no rate limits.

Who uses itWhat they scrape VATSIM for
Flight sim enthusiastsWhich aircraft are flying into a specific airport right now
Virtual airlinesTracking their pilots' live flights across the network
ATC training teamsMonitoring which controllers are online at a facility
Aviation data analystsBuilding real-time dashboards of network activity

What it does

This Actor collects live VATSIM network records for online pilots or controllers, filtered by callsign, departure, or arrival airport, and returns each one as a flat row.

  • ✈️ Pilots mode: returns connected pilots with callsign, position, altitude, ground speed, and full flight plan.
  • 🎧 Controllers mode: returns online ATC with callsign, frequency, facility type, and visual range.
  • 🔍 Callsign filter: keep only records whose callsign contains your text, like DLH or BAW.
  • 🛫 Departure and arrival filters: for pilots, match the flight plan's origin or destination ICAO code.
  • 📊 Flat row output: every record is a single row with consistent fields, ready for CSV or JSON export.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with VATSIM data

🛬 Monitor arrivals at a hub airport.

A virtual airline operations team runs the Actor with arrival set to their hub ICAO to see every inbound flight in real time and plan gate assignments.

📡 Track controller coverage.

An ATC training coordinator runs the Actor in controllers mode to see which positions are staffed at a facility and identify gaps for a training event.

🔎 Find a specific flight.

A flight simmer enters a partial callsign like BAW to locate a friend's flight and see its current position and planned route.

📊 Analyze network activity.

A data analyst runs the Actor every 15 minutes and stores the results to build a time series of traffic volume by airport or airline.

Why choose this scraper

What you get
No API keyReads the public VATSIM data feed directly, no registration or OAuth.
Live dataEvery run pulls the current network state, not a cached snapshot.
Flexible filtersFilter by callsign, departure, or arrival airport before data is saved.
ScalableCollect up to 1,000,000 records per run, from a single flight to the whole network.

How it compares

No other Store actor targets VATSIM the same way, so the honest comparison is with the alternatives teams actually weigh.

VATSIM Live Network ScraperBuild it in-houseBy hand
SetupRun it now, zero configDays of engineeringNone, but hours per pull
When VATSIM changesMaintained for youYou fix itYou re-learn the page
Proxies, retries, anti-botBuilt inYour problemBrowser only
OutputFixed JSON schema, CSV/Excel exportWhatever you buildCopy-paste
CostPay per resultEngineering timeAnalyst hours

Configure the run

Drive the Actor with a mode (pilots or controllers) and optional callsign, departure, or arrival filters. Filters run as each record is read, so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
"maxItems": 10
}

A larger pull:

{
"maxItems": 200
}

Pricing

Pay-per-result: $0.008 per result collected. You pay only for the results written to your dataset.

Results collectedApproximate cost
100 results$0.80
1,000 results$8.00
10,000 results$80.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the VATSIM Live Network Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to VATSIM through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/vatsim-live-network-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check your filters. A callsign, departure, or arrival filter that is too specific may exclude all records. Try clearing filters and running again.

Why is the dataset smaller than expected?

The live network changes constantly. If you set maxItems lower than the number of matching records, only that many are returned. Increase maxItems.

Why do I see fewer controllers than pilots?

That is normal. VATSIM typically has far more pilots than controllers online at any time. Use controllers mode to see only ATC.

Why is the departure filter not working?

Departure and arrival filters apply only to pilots. If you are in controllers mode, those filters are ignored.

FAQ

QuestionAnswer
Do I need a VATSIM account or API key?No. The Actor reads the public VATSIM data feed directly, so no login or key is required.
How often is the data updated?The Actor pulls the live network state at the moment the run starts. For continuous monitoring, schedule runs every few minutes.
Can I get both pilots and controllers in one run?No, each run returns one mode. Run the Actor twice, once for pilots and once for controllers, and merge the datasets.
What does the callsign filter do?It keeps only records whose callsign contains the text you enter, case insensitive. For example, DLH matches DLH123 and DLH456.
Do departure and arrival filters work for controllers?No, those filters apply to pilots only. Controllers are filtered by callsign only.
What is the maximum number of records I can collect?You can set maxItems up to 1,000,000. The live network typically has a few thousand pilots and controllers at any time.
What format is the output?Each record is a flat row with fields like callsign, latitude, longitude, altitude, and flight plan. You can export to CSV, JSON, Excel, or XML.
Can I filter by airline or aircraft type?Not directly. Use the callsign filter to approximate airline, or export all data and filter in your own tool.

Browse the full ParseForge collection for more scrapers.

🆘 Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by VATSIM Network. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.