# Momondo | Flight Prices and Travel Deals Data Export

**Use case:** 

Data Export of Momondo | Flight Prices and Travel Deals. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "origin": "JFK",
  "destination": "LHR",
  "outboundDate": "2026-08-01",
  "maxItems": 100
}
```

## Output

```json
{
  "airline": {
    "label": "Airline",
    "format": "text"
  },
  "origin": {
    "label": "From",
    "format": "text"
  },
  "destination": {
    "label": "To",
    "format": "text"
  },
  "departureTime": {
    "label": "Departs",
    "format": "text"
  },
  "stops": {
    "label": "Stops",
    "format": "number"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "deepLink": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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