# Scrape Nintendo Switch games from GameMania

**Use case:** 

Extract Nintendo Switch game listings from GameMania in the Netherlands. Structured product data with titles and prices. Pay per result.

## Input

```json
{
  "categories": [
    "nintendo-switch"
  ],
  "searchQueries": [
    "zelda",
    "mario kart"
  ],
  "fetchDetails": false,
  "maxResults": 5,
  "maxPagesPerList": 0
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "platform": {
    "label": "Platform",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Cur",
    "format": "text"
  },
  "availability": {
    "label": "Availability",
    "format": "text"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "image": {
    "label": "Image",
    "format": "image"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "text"
  }
}
```

## About this Actor

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