# 12go.Asia   Train, Bus, Ferry, Flight Schedules (Asia) — Ful

**Use case:** 

Scrape the full 12go.asia - train, bus, ferry, flight schedules (asia) dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract 12go.asia - train, bus, ferry, flight schedules (asia) for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "searches": [
    {
      "origin": "Bangkok",
      "destination": "Koh Samui"
    }
  ],
  "currency": "USD",
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "mode": {
    "label": "Mode",
    "format": "string"
  },
  "operator": {
    "label": "Operator",
    "format": "string"
  },
  "origin_city": {
    "label": "Origin City",
    "format": "string"
  },
  "destination_city": {
    "label": "Destination City",
    "format": "string"
  },
  "departure_time": {
    "label": "Departure Time",
    "format": "string"
  },
  "arrival_time": {
    "label": "Arrival Time",
    "format": "string"
  },
  "duration_text": {
    "label": "Duration Text",
    "format": "string"
  },
  "price_total": {
    "label": "Price Total",
    "format": "number"
  },
  "price_currency": {
    "label": "Price Currency",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [12go.asia Scraper - Train, Bus, Ferry, Flight Schedules (Asia)](https://apify.com/jungle_synthesizer/12go-asia-multimodal-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/12go-asia-multimodal-scraper) to learn more, explore other use cases, and run it yourself.