# Collect a public catalog of franchise games

**Use case:** 

Gather PlayStation Store game listings for a specific franchise or series into a clean research dataset for evidence and catalog work.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://store.playstation.com/en-us/concept/10017658"
    }
  ],
  "storefront": "en-us",
  "maxResults": 20,
  "maxListingPages": 1,
  "enrichDetails": false,
  "useResidentialProxy": false
}
```

## Output

```json
{
  "title": {
    "label": "Game title",
    "format": "string"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "storefront": {
    "label": "Storefront",
    "format": "string"
  },
  "currentPrice": {
    "label": "Current price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "originalPrice": {
    "label": "Original price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount percent",
    "format": "integer"
  },
  "isOnSale": {
    "label": "On sale",
    "format": "boolean"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  },
  "platforms": {
    "label": "Platforms",
    "format": "array"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [PlayStation Store Scraper — Games & Prices](https://apify.com/khadinakbar/playstation-store-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/khadinakbar/playstation-store-scraper) to learn more, explore other use cases, and run it yourself.