Tokyo Train Delay & Disruption Data avatar

Tokyo Train Delay & Disruption Data

Pricing

Pay per usage

Go to Apify Store
Tokyo Train Delay & Disruption Data

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

Pay per usage

Rating

0.0

(0)

Developer

Shiokoshi356

Shiokoshi356

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days 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.