# Find Google Flights deals from New York

**Use case:** 

Scrape Google Flights deal listings starting from New York. Export destinations, prices, dates, and airlines for travel deal monitoring and newsletters.

## Input

```json
{
  "startingPoint": "New York",
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "destination": {
    "label": "Destination"
  },
  "country": {
    "label": "Country"
  },
  "departureDate": {
    "label": "Departure date"
  },
  "returnDate": {
    "label": "Return date"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "discountPercent": {
    "label": "Discount percent"
  },
  "stops": {
    "label": "Stops"
  },
  "duration": {
    "label": "Duration"
  },
  "route": {
    "label": "Route"
  },
  "airline": {
    "label": "Airline"
  },
  "bookingUrl": {
    "label": "Booking url"
  }
}
```

## About this Actor

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