# FlixBus — Bus & Train Schedules, Fares (40+ Countries) — Ful

**Use case:** 

Scrape the full flixbus — bus & train schedules, fares (40+ countries) dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract flixbus — bus & train schedules, fares (40+ countries) for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "origin": "Berlin",
  "destination": "Prague",
  "date": "",
  "passengers": 1,
  "currency": "EUR",
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "service": {
    "label": "Service",
    "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_minutes": {
    "label": "Duration Minutes",
    "format": "number"
  },
  "transfers": {
    "label": "Transfers",
    "format": "number"
  },
  "price_total": {
    "label": "Price Total",
    "format": "number"
  },
  "price_currency": {
    "label": "Price Currency",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [FlixBus Scraper — Bus & Train Schedules, Fares (40+ Countries)](https://apify.com/jungle_synthesizer/flixbus-multi-country-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/flixbus-multi-country-scraper) to learn more, explore other use cases, and run it yourself.