# LAX-JFK 30-Day Fare Calendar Data

**Use case:** 

Cheapest LAX to JFK fare for each of 30 departure dates plus live itineraries. Best-day-to-fly analysis from Google Flights in CSV or JSON.

## Input

```json
{
  "origin": "LAX",
  "destination": "JFK",
  "departureDate": "2026-09-15",
  "returnDate": "",
  "adults": 1,
  "maxResults": 20,
  "cabinClass": "economy",
  "maxStops": "",
  "sort": "best",
  "currency": "USD",
  "includePriceGrid": true,
  "priceGridDays": 30
}
```

## Output

```json
{
  "date": {
    "label": "📅 Date",
    "format": "string"
  },
  "min_price": {
    "label": "💲 Min price",
    "format": "number"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "string"
  }
}
```

## About this Actor

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