# Easybook Malaysia Intercity Bus Routes Catalog

**Use case:** 

Scrape Easybook's Malaysia intercity bus route catalog — city pairs, distance in km, average duration, operator count, and route page URLs.

## Input

```json
{
  "sp_intended_usage": "Map Malaysian intercity bus route coverage for a MaaS platform",
  "sp_improvement_suggestions": "N/A",
  "sp_contact": "Share your email here...",
  "dataSource": "easybook_routes",
  "maxItems": 500
}
```

## Output

```json
{
  "record_type": {
    "label": "Record Type",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "station_name": {
    "label": "Station Name",
    "format": "string"
  },
  "from_city": {
    "label": "From City",
    "format": "string"
  },
  "to_city": {
    "label": "To City",
    "format": "string"
  },
  "distance_km": {
    "label": "Distance Km",
    "format": "number"
  },
  "avg_duration_mins": {
    "label": "Avg Duration Mins",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Malaysia Transit — KTMB Rail & Easybook Bus Routes](https://apify.com/jungle_synthesizer/ktmb-malaysia-transit-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/ktmb-malaysia-transit-scraper) to learn more, explore other use cases, and run it yourself.