# Ps5 Gamenation

**Use case:** 

Extract Gamenation data filtered by ps5. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "category": "ps5",
  "condition": "all"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "name": {
    "label": "Product Name",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "price": {
    "label": "Price (INR)",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original Price",
    "format": "number"
  },
  "discount": {
    "label": "Discount %",
    "format": "number"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "productType": {
    "label": "Type",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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