# Hong Kong Transit   MTR, KMB, Citybus, Light Rail — Full Exp

**Use case:** 

Scrape the full hong kong transit - mtr, kmb, citybus, light rail dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract hong kong transit - mtr, kmb, citybus, light rail for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "route_list",
  "operator": "mtr",
  "route": "1A",
  "direction": "outbound",
  "stop_id": "",
  "mtr_line": "",
  "maxItems": 200
}
```

## Output

```json
{
  "record_type": {
    "label": "Record Type",
    "format": "string"
  },
  "operator": {
    "label": "Operator",
    "format": "string"
  },
  "route_number": {
    "label": "Route Number",
    "format": "string"
  },
  "station_name_en": {
    "label": "Station Name En",
    "format": "string"
  },
  "eta_minutes": {
    "label": "Eta Minutes",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Hong Kong Transit Scraper - MTR, KMB, Citybus, Light Rail](https://apify.com/jungle_synthesizer/hong-kong-transit-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/hong-kong-transit-scraper) to learn more, explore other use cases, and run it yourself.