# Full Award Chart North America to Asia All Cabins

**Use case:** 

Extract comprehensive award redemption rates for all cabin classes from North America to Asia across a broad set of frequent flyer programs. This provides marke

## Input

```json
{
  "originRegion": "north_america",
  "destinationRegion": "asia",
  "cabin": "business",
  "issuers": [
    "aeroplan",
    "alaska",
    "american",
    "anaMileage",
    "britishAirways",
    "emirates",
    "flyingBlue",
    "lifemiles",
    "lufthansa",
    "qatar",
    "singaporeKrisflyer",
    "united",
    "virginAtlantic"
  ],
  "oneWay": false,
  "partnerOnly": false,
  "maxResults": 200
}
```

## Output

```json
{
  "issuer": {
    "label": "Issuer"
  },
  "issuerName": {
    "label": "Issuer name"
  },
  "originRegion": {
    "label": "Origin region"
  },
  "destinationRegion": {
    "label": "Destination region"
  },
  "cabin": {
    "label": "Cabin"
  },
  "miles": {
    "label": "Miles"
  },
  "milesOneWay": {
    "label": "Miles one way"
  },
  "isPartner": {
    "label": "Is partner"
  },
  "partnerName": {
    "label": "Partner name"
  },
  "milesNote": {
    "label": "Miles note"
  },
  "taxes_min_usd": {
    "label": "Taxes min usd"
  },
  "taxes_max_usd": {
    "label": "Taxes max usd"
  },
  "sourceUrl": {
    "label": "Source url"
  }
}
```

## About this Actor

This example demonstrates how to use [Flight Award Mileage Chart Scraper](https://apify.com/crawlerbros/flight-award-scraper-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/flight-award-scraper-pro) to learn more, explore other use cases, and run it yourself.