# Scrape PlayStation games by title

**Use case:** 

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

## Input

```json
{
  "searchQuery": "spider-man",
  "country": "en-us",
  "countries": [],
  "allCountries": false,
  "maxResults": 5,
  "startUrls": [],
  "includeMedia": true,
  "includeDescription": true,
  "platforms": [],
  "ps5ProEnhanced": false,
  "experimentalOffersOnly": false,
  "psPlusDeals": false,
  "vrSupport": "any",
  "priceFilter": "all",
  "ageRatings": [],
  "genres": [],
  "useProxy": false
}
```

## Output

```json
{
  "name": {
    "label": "Game",
    "format": "text"
  },
  "basePrice": {
    "label": "Base price",
    "format": "text"
  },
  "discountedPrice": {
    "label": "Price",
    "format": "text"
  },
  "currencyCode": {
    "label": "Currency",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "platforms": {
    "label": "Platforms",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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