# Monitor Economy Flight Deals USA to Europe

**Use case:** 

Track the best economy flight prices from major US hubs to popular European destinations for strategic budget planning. Gain a competitive edge by identifying o

## Input

```json
{
  "originAirport": "JFK",
  "destinationAirport": "LHR",
  "outboundDate": "2024-09-15",
  "returnDate": "2024-09-22",
  "adults": 1,
  "children": 0,
  "infants": 0,
  "cabinClass": "economy",
  "currency": "USD",
  "language": "en",
  "country": "US",
  "maxStops": "one_stop",
  "airlines": [],
  "excludeAirlines": [],
  "maxResults": 10,
  "maxPrice": 800,
  "directOnly": false,
  "excludeBasicEconomy": false,
  "useApifyProxy": true
}
```

## Output

```json
{
  "price": {
    "label": "Price"
  },
  "airline": {
    "label": "Airline"
  },
  "departureAirport": {
    "label": "Departure airport"
  },
  "departureTime": {
    "label": "Departure time"
  },
  "arrivalAirport": {
    "label": "Arrival airport"
  },
  "arrivalTime": {
    "label": "Arrival time"
  },
  "durationMinutes": {
    "label": "Duration minutes"
  },
  "stops": {
    "label": "Stops"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Flights Scraper](https://apify.com/crawlerbros/google-flights-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/google-flights-scraper) to learn more, explore other use cases, and run it yourself.