# Get Emirates Skywards Earn Miles for all DXB Routes

**Use case:** 

Scrape Skywards and Tier Miles for every Emirates route from Dubai to all destinations. Get detailed data in minutes.

## Input

```json
{
  "milesType": "earn",
  "airlines": [
    "Emirates"
  ],
  "routeInputMethod": "network",
  "crossOrigins": [
    "DXB"
  ],
  "crossDestinations": [
    "LHR",
    "JFK"
  ],
  "networkOrigins": [
    "DXB"
  ],
  "routePairs": [
    "DXB-LHR",
    "DXB-JFK"
  ],
  "cabinClasses": [
    "Economy",
    "Premium Economy",
    "Business",
    "First"
  ],
  "tiers": [
    "Blue",
    "Silver",
    "Gold",
    "Platinum"
  ],
  "journeyType": "One Way",
  "maxConcurrency": 10,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "Direction": {
    "label": "Direction",
    "format": "string"
  },
  "Airline": {
    "label": "Airline",
    "format": "string"
  },
  "Leaving from": {
    "label": "From",
    "format": "string"
  },
  "Going to": {
    "label": "To",
    "format": "string"
  },
  "Cabin Class": {
    "label": "Cabin",
    "format": "string"
  },
  "Skywards Tier": {
    "label": "Tier",
    "format": "string"
  },
  "Fare": {
    "label": "Fare",
    "format": "string"
  },
  "Skywards Miles": {
    "label": "Skywards Miles",
    "format": "integer"
  },
  "Tier Miles": {
    "label": "Tier Miles",
    "format": "integer"
  },
  "Notes": {
    "label": "Notes",
    "format": "string"
  },
  "Scraped At": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Emirates Skywards Miles Scraper](https://apify.com/leafy-dev-jr/emirates-skywards-miles-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/leafy-dev-jr/emirates-skywards-miles-scraper) to learn more, explore other use cases, and run it yourself.