# Find Xbox Game Pass titles

**Use case:** 

Scrape games available on Xbox Game Pass. Structured game catalog data. No subscription, pay per result.

## Input

```json
{
  "searchQuery": "halo",
  "country": "en-US",
  "countries": [],
  "allCountries": false,
  "maxResults": 5,
  "startUrls": [],
  "priceFilter": "all",
  "gamePassOnly": true,
  "fourKOnly": false,
  "cloudGamingOnly": false,
  "playAnywhereOnly": false,
  "optimizedSeriesOnly": false,
  "platforms": [],
  "genres": [],
  "includeMedia": true,
  "includeDescription": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "publisherName": {
    "label": "Publisher",
    "format": "text"
  },
  "listPrice": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "averageRating": {
    "label": "Rating",
    "format": "number"
  },
  "includedWithGamePass": {
    "label": "Game Pass",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Xbox Store Scraper](https://apify.com/unfenced-group/xbox-store-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/xbox-store-scraper) to learn more, explore other use cases, and run it yourself.