# Jet Aircraft for Sale Listings

**Use case:** 

Discover various jet aircraft for sale with complete specifications.

## Input

```json
{
  "searchQueries": [
    "Jet"
  ],
  "maxAircraft": 30,
  "fetchDetails": true,
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "year": {
    "label": "Year"
  },
  "priceLabel": {
    "label": "Price"
  },
  "totalTimeHours": {
    "label": "Hours"
  },
  "sellerName": {
    "label": "Seller"
  },
  "dealerName": {
    "label": "Dealer"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "country": {
    "label": "Country"
  },
  "listingUrl": {
    "label": "Listing URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Aircraft For Sale Scraper - Planes, Jets & Helicopters Leads](https://apify.com/scrapers_lat/aircraft-for-sale-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/aircraft-for-sale-scraper) to learn more, explore other use cases, and run it yourself.