# Find Family Flights for Adults & Kids

**Use case:** 

Search Google Flights for family trips with multiple adults and children — get prices, airlines, stops and duration for the whole party on any route.

## Input

```json
{
  "origin": "ORD",
  "destination": "MCO",
  "departDate": "2026-12-20",
  "returnDate": "2026-12-27",
  "tripType": "round_trip",
  "routes": [
    "JFK-LAX-2026-09-15",
    "BOS-SFO-2026-10-02"
  ],
  "cabinClass": "economy",
  "stops": "any",
  "adults": 2,
  "children": 2,
  "infantsInSeat": 0,
  "infantsOnLap": 0,
  "currency": "USD",
  "market": "us",
  "maxResultsPerRoute": 0,
  "onlyBestFlights": false,
  "includePriceInsights": true,
  "monitorMode": false,
  "monitorKey": "default",
  "deduplicateResults": true,
  "maxRetries": 4,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "tripGroup": {
    "label": "Search"
  },
  "leg": {
    "label": "Leg"
  },
  "origin": {
    "label": "From"
  },
  "destination": {
    "label": "To"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Cur"
  },
  "mainAirline": {
    "label": "Airline"
  },
  "stops": {
    "label": "Stops"
  },
  "stopsText": {
    "label": "Stops"
  },
  "departureTime": {
    "label": "Departs"
  },
  "departureDate": {
    "label": "Dep date"
  },
  "arrivalTime": {
    "label": "Arrives"
  },
  "arrivalDate": {
    "label": "Arr date"
  },
  "durationText": {
    "label": "Duration"
  },
  "durationMinutes": {
    "label": "Mins"
  },
  "carryOnBags": {
    "label": "Carry-on"
  },
  "checkedBags": {
    "label": "Checked"
  },
  "cabinClass": {
    "label": "Cabin"
  },
  "isBest": {
    "label": "Best"
  },
  "googleFlightsUrl": {
    "label": "Link"
  }
}
```

## About this Actor

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