# Scrape Xbox games by title

**Use case:** 

Search the Xbox Store by game title. Structured game data with prices and media. Pay per result.

## Input

```json
{
  "searchQuery": "forza",
  "country": "en-GB",
  "countries": [],
  "allCountries": false,
  "maxResults": 5,
  "startUrls": [],
  "priceFilter": "all",
  "gamePassOnly": false,
  "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.