# FlixBus Paris to Amsterdam Fares Scraper

**Use case:** 

Track FlixBus Paris to Amsterdam departures with times, duration, seats availability and live ticket prices.

## Input

```json
{
  "maxItems": 50,
  "fromCity": "Paris",
  "toCity": "Amsterdam",
  "departureDate": "2026-07-15",
  "passengers": 1,
  "currency": "EUR",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Brand",
    "format": "image"
  },
  "origin": {
    "label": "From",
    "format": "text"
  },
  "destination": {
    "label": "To",
    "format": "text"
  },
  "departure": {
    "label": "Departure",
    "format": "text"
  },
  "arrival": {
    "label": "Arrival",
    "format": "text"
  },
  "durationText": {
    "label": "Duration",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "seatsAvailable": {
    "label": "Seats",
    "format": "number"
  },
  "transfers": {
    "label": "Transfers",
    "format": "number"
  },
  "transferType": {
    "label": "Transfer Type",
    "format": "text"
  },
  "operator": {
    "label": "Operator",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "meansOfTransport": {
    "label": "Mode",
    "format": "text"
  },
  "amenities": {
    "label": "Amenities",
    "format": "array"
  },
  "bookingUrl": {
    "label": "Book",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [FlixBus Trips, Prices & Availability Scraper](https://apify.com/scrapers_lat/flixbus-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/flixbus-scraper) to learn more, explore other use cases, and run it yourself.