Scandlines Scraper — Ferry Routes, Schedules & Prices
Pricing
Pay per usage
Go to Apify Store

Scandlines Scraper — Ferry Routes, Schedules & Prices
Scrape ferry routes, schedules, departure times, and prices from Scandlines.com — Denmark/Germany ferry operator.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Jelle Desramaults
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Scandlines Scraper
Extract ferry route information from scandlines.com, the operator running ferries between Germany and Denmark (Puttgarden-Rodby, Rostock-Gedser). This scraper collects route names, departure/arrival ports, crossing times, prices, and schedules.
This is not a product scraper. It extracts ferry route and schedule data.
Input
| Field | Type | Description |
|---|---|---|
searchQuery | string | Search term (e.g., "puttgarden") |
startUrls | array | Specific page URLs to scrape |
maxResults | integer | Max routes to extract (default: 100) |
proxyConfiguration | object | Proxy settings |
Without input, it starts from the /routes overview page.
Output
| Field | Type | Example |
|---|---|---|
routeName | string | "Puttgarden - Rodby" |
departure | string | "Puttgarden" |
arrival | string | "Rodby" |
departureTime | string | Schedule info |
arrivalTime | string | Schedule info |
duration | string | "45 min" |
frequency | string | "Every 30 minutes" |
price | number | 39 |
currency | string | "EUR" |
description | string | Route description |
imageUrl | string | Route hero image |
Notes
- Route names are split on dash to extract departure/arrival ports
- Duration extracted from page text matching "X min" patterns
- Currency detected from price text (EUR or DKK)
- The scraper follows
/route,/ferry, and/crossinglinks - Booking and checkout pages are excluded