# Scrape controllers on PlayStation Direct

**Use case:** 

Extract controller listings from the PlayStation Direct US storefront. Structured product data with titles and prices. Pay per result.

## Input

```json
{
  "searchQuery": "controller",
  "category": "",
  "region": "en-us",
  "productCodes": [],
  "startUrls": [],
  "maxResults": 5,
  "fetchDetails": false,
  "sort": "onlineDate-desc"
}
```

## Output

```json
{
  "name": {
    "label": "Product",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceFormatted": {
    "label": "Price (fmt)",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "inStock": {
    "label": "In stock",
    "format": "boolean"
  },
  "preOrder": {
    "label": "Pre-order",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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