VOOZH about

URL: https://apify.com/shiokoshi356/tokyo-train-delay

⇱ Tokyo Train Delay Scraper - Real-time Data · Apify


👁 Tokyo Train Delay & Disruption Data avatar

Tokyo Train Delay & Disruption Data

Pricing

from $5.00 / 1,000 results

Go to Apify Store

Tokyo Train Delay & Disruption Data

Real-time Tokyo train delay and disruption data from ODPT. Covers Toei, Metro, JR East and private railways. All output in English with operator and line details.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

👁 Shiokoshi356

Shiokoshi356

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

3 months ago

Last modified

Categories

Share

Tokyo Train Delay

Real-time Tokyo train delay and disruption data from ODPT. Covers Toei, Metro, JR East and private railways. All output in English with operator and line details.

What does this actor do?

This actor extracts structured data and outputs it in a clean, machine-readable JSON format. All results are available via the Apify API and can be exported to CSV, JSON, Excel, and other formats.

Input parameters

ParameterTypeRequiredDefaultDescription
OperatorstringNo-Filter by operator name (e.g. 'Toei', 'Tokyo Metro', 'JR East'). Leave empty for all operators.
Include NormalbooleanNoFalseInclude lines with no delays (normal operation).
Max ResultsintegerNo100Maximum number of results to return.
Log LevelstringNoINFOLogging verbosity. Options: DEBUG, INFO, WARNING, ERROR

Output format

Each result item contains the following fields:

{
"record_id":"...",
"operator":"...",
"operator_id":"...",
"railway_line":"...",
"railway_id":"...",
"status":"...",
"status_text":"...",
"status_text_ja":"...",
"cause":"...",
"direction":"...",
"transfer_railways":"...",
"valid_from":"...",
"recorded_at":"...",
"data_source":"...",
"OPERATOR_NAMES":"...",
"RAILWAY_NAMES":"...",
"status_text_ja":"...",
"transfer_railways":"..."
}

How to use

Via Apify Console

  1. Navigate to this actor's page on Apify Store
  2. Configure the input parameters
  3. Click Start and wait for the run to complete
  4. Download results from the Dataset tab

Via Apify API

from apify_client import ApifyClient
client = ApifyClient("<YOUR_API_TOKEN>")
run = client.actor("<ACTOR_ID>").call(run_input={
"max_results":100
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

Integrations

This actor can be connected to various cloud services and web apps using integrations. You can integrate with services like Google Sheets, Slack, Zapier, Make, GitHub, and many more.

Pricing

This actor uses a pay-per-result pricing model at approximately $5 per 1,000 results. Actual costs may vary based on the complexity of the data extraction.

You might also like

Japan Rail Scraper - JR, Shinkansen, Metro Timetables

jungle_synthesizer/japan-rail-timetable-scraper

Scrape Japan rail timetables and fares from Yahoo! Transit. Covers JR Group, every Shinkansen line, Tokyo Metro, Toei, and major private rail (Odakyu, Tokyu, Keio, Hankyu, Kintetsu, etc). Returns IC fare, transfers, segments, train type, JR Pass eligibility. Hyperdia replacement.

👁 User avatar

BowTiedRaccoon

4

SEPTA Train View Scraper

parseforge/septa-train-view-scraper

Stream live SEPTA Regional Rail train positions around Philadelphia with line, train number, origin, destination, current station, and delay minutes. Filter by line such as Paoli or Trenton to power commuter dashboards, alert bots, or transit reliability studies.

2

České Dráhy Train Ticket & Connection Scraper

jindrich.bar/ceske-drahy-connections

Scrape train connections from České Dráhy (Czech state railways) with departure dates, prices, train types, and more.

👁 User avatar

Jindřich Bär

4

5.0

Technology Convergence Disruption MCP Server

ryanclinton/technology-convergence-disruption-mcp

MCP intelligence server for technology convergence disruption detection and analysis.

👁 User avatar

Ryan Clinton

2

IRCTC Train Data Scraper

scrapingshark/irctc-train-data-scraper

The IRCTC Train Data Scraper is an actor designed to automate the extraction of real-time train-related data from the Indian Railway Catering and Tourism Corporation (IRCTC) website. It fetches information such as trains between stations, seat availability, fare details, train routes and more.

👁 User avatar

ScrapingShark

32

SBB Scraper — Swiss Train Timetable & Connections

studio-amba/sbb-scraper

Scrape Swiss Federal Railways (SBB) train connections, timetables, and schedules. Search by station name and date. Returns departure times, arrival times, duration, train types, platforms, and transfer details. No login or cookies required.

👁 User avatar

Studio Amba

2

ÖBB Train Ticket and Connection Scraper

jindrich.bar/oebb-ticket-scraper

Scrape live Austrian Federal Railways train connections, schedules, ticket prices, transfers, delays, and fares across Austria and Europe. Extract structured ÖBB timetable data for travel apps, price monitoring, analytics, and AI agents.

👁 User avatar

Jindřich Bär

3

5.0

Irish Rail Realtime Scraper

parseforge/irishrail-realtime-scraper

Stream live Irish Rail train movements with train code, public message, direction, status, and last reported location. Filter by Northbound or Southbound to follow commuter and intercity services across Ireland for transit apps, dashboards, or delay analytics.

2

Indian Railways Scraper - Schedules, Fares & Live Status

jungle_synthesizer/indian-railways-timetable-scraper

Indian Railways data: schedules between stations, full train routes with per-stop timings, fares by class (1A/2A/3A/SL/CC/EC), seat availability, and live train running status. Covers Rajdhani, Shatabdi, Vande Bharat, Duronto, Garib Rath, Superfast, and Express trains.

👁 User avatar

BowTiedRaccoon

19