Scandlines Scraper — Ferry Routes, Schedules & Prices avatar

Scandlines Scraper — Ferry Routes, Schedules & Prices

Pricing

Pay per usage

Go to Apify Store
Scandlines Scraper — Ferry Routes, Schedules & Prices

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

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

FieldTypeDescription
searchQuerystringSearch term (e.g., "puttgarden")
startUrlsarraySpecific page URLs to scrape
maxResultsintegerMax routes to extract (default: 100)
proxyConfigurationobjectProxy settings

Without input, it starts from the /routes overview page.

Output

FieldTypeExample
routeNamestring"Puttgarden - Rodby"
departurestring"Puttgarden"
arrivalstring"Rodby"
departureTimestringSchedule info
arrivalTimestringSchedule info
durationstring"45 min"
frequencystring"Every 30 minutes"
pricenumber39
currencystring"EUR"
descriptionstringRoute description
imageUrlstringRoute 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 /crossing links
  • Booking and checkout pages are excluded