# Rome2Rio | Multi-Modal Travel Routes Latest Results

**Use case:** 

Latest Results of Rome2Rio | Multi-Modal Travel Routes. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "origin": "London",
  "destination": "Paris",
  "maxItems": 25
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "routeName": {
    "label": "📌 Route",
    "format": "text"
  },
  "transportMode": {
    "label": "🚆 Mode",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "duration": {
    "label": "⏱ Duration",
    "format": "text"
  },
  "priceFrom": {
    "label": "💰 Price From",
    "format": "text"
  },
  "priceTo": {
    "label": "💰 Price To",
    "format": "text"
  },
  "priceRange": {
    "label": "💵 Price Range",
    "format": "text"
  },
  "transfers": {
    "label": "🔄 Transfers",
    "format": "text"
  },
  "distance": {
    "label": "📏 Distance",
    "format": "text"
  },
  "operator": {
    "label": "🏢 Operator",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Rome2Rio Scraper | Multi-Modal Travel Routes](https://apify.com/parseforge/rome2rio-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/rome2rio-scraper) to learn more, explore other use cases, and run it yourself.