# Find Nintendo games by title

**Use case:** 

Search the Nintendo eShop by game title. Structured game data with prices and media. Pay per result.

## Input

```json
{
  "searchQuery": "zelda",
  "country": "GB",
  "countries": [],
  "allCountries": false,
  "maxResults": 5,
  "searchLanguage": "en",
  "nsuids": [],
  "priceFilter": "all",
  "ageRatings": [],
  "genres": [],
  "releasedAfter": "",
  "releasedBefore": "",
  "multiplayer": false,
  "handheldOnly": false,
  "hasDemo": false,
  "cloudSaves": false,
  "physicalVersion": false,
  "includeMedia": true,
  "includeDescription": true,
  "useProxy": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "publisher": {
    "label": "Publisher",
    "format": "text"
  },
  "ageRating": {
    "label": "Rating",
    "format": "text"
  },
  "lowestPriceValue": {
    "label": "Lowest",
    "format": "number"
  },
  "countriesPriced": {
    "label": "Countries",
    "format": "number"
  },
  "eshopUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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