# Direct Ferries   Schedules & Operators — Full Export

**Use case:** 

Scrape the full direct ferries - schedules & operators dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract direct ferries - schedules & operators for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "route_search",
  "originPort": "Dover",
  "destinationPort": "Calais",
  "country": "france",
  "operator": "dfds",
  "maxItems": 200
}
```

## Output

```json
{
  "record_type": {
    "label": "Record Type",
    "format": "string"
  },
  "route_name": {
    "label": "Route Name",
    "format": "string"
  },
  "operator": {
    "label": "Operator",
    "format": "string"
  },
  "departure_time": {
    "label": "Departure Time",
    "format": "string"
  },
  "arrival_time": {
    "label": "Arrival Time",
    "format": "string"
  },
  "duration_text": {
    "label": "Duration Text",
    "format": "string"
  },
  "sailing_days": {
    "label": "Sailing Days",
    "format": "string"
  },
  "avg_price_text": {
    "label": "Avg Price Text",
    "format": "string"
  },
  "booking_url": {
    "label": "Booking Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Direct Ferries Scraper - Schedules & Operators](https://apify.com/jungle_synthesizer/direct-ferries-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/direct-ferries-scraper) to learn more, explore other use cases, and run it yourself.