# South Korea Rail   Seoul Metro, AREX, Korail Commuter — Full

**Use case:** 

Scrape the full south korea rail - seoul metro, arex, korail commuter dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract south korea rail - seoul metro, arex, korail commuter for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "realtimePosition",
  "operator": "any",
  "station": "강남",
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "mode": {
    "label": "Mode",
    "format": "string"
  },
  "line_en": {
    "label": "Line En",
    "format": "string"
  },
  "operator": {
    "label": "Operator",
    "format": "string"
  },
  "train_no": {
    "label": "Train No",
    "format": "string"
  },
  "direction": {
    "label": "Direction",
    "format": "string"
  },
  "current_station_en": {
    "label": "Current Station En",
    "format": "string"
  },
  "target_station_en": {
    "label": "Target Station En",
    "format": "string"
  },
  "train_status": {
    "label": "Train Status",
    "format": "string"
  },
  "arrival_message": {
    "label": "Arrival Message",
    "format": "string"
  },
  "korea_rail_pass_eligible": {
    "label": "Korea Rail Pass Eligible",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [South Korea Rail Scraper - Seoul Metro, AREX, Korail Commuter](https://apify.com/jungle_synthesizer/south-korea-rail-transit-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/south-korea-rail-transit-scraper) to learn more, explore other use cases, and run it yourself.