# PlayStation Direct Scraper (`unfenced-group/playstation-direct-scraper`) Actor

Scrape PlayStation Direct, Sony's official store: PS5 consoles, DualSense controllers, accessories, and games. Get name, price, stock, pre-order status, variants, promotions, and imagery across US, UK, German, French, Spanish, Italian, and Dutch storefronts. From $0.99 per 1,000 results.

- **URL**: https://apify.com/unfenced-group/playstation-direct-scraper.md
- **Developed by:** [Unfenced Group](https://apify.com/unfenced-group) (community)
- **Categories:** E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.79 / 1,000 products

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## PlayStation Direct Scraper

Scrape product data from [PlayStation Direct](https://direct.playstation.com), Sony's official store for PS5 consoles, DualSense controllers, accessories, and games. Get structured listings — name, price, stock, pre-order status, variants, promotions, categories, and product imagery — straight from the store catalogue.

This is the most complete PlayStation Direct scraper available: every field the store exposes, across multiple regional storefronts.

### What it does

- **Scrape the full catalogue** — list every product in a storefront, newest first or by price.
- **Search** — provide a keyword (e.g. "dualsense", "ps5") to scrape matching products.
- **Filter by category** — pass a category code to scrape a single section.
- **Scrape specific products** — pass product codes or product page URLs.
- **Multiple regions** — US, UK, Germany, France, Spain, Italy, Netherlands, each in local currency.
- **Optional deep detail** — turn on `fetchDetails` for variants, promotions, feature highlights, category hierarchy, and long descriptions.

### How to use

1. Pick a **Region**.
2. Enter a **Search query**, a **Category code**, **Product codes**, or **Product URLs** — or leave them all blank to list the whole catalogue.
3. Set **Max results** (use 0 for unlimited).
4. Turn on **Fetch detail pages** for the richest output.
5. Run.

### Output

List fields are always present. Detail fields are populated only when **Fetch detail pages** is enabled.

#### Always present

| Field | Type | Description |
|---|---|---|
| code | string | PlayStation Direct product code |
| name | string | Product name |
| baseProduct | string | Base product code (groups variants) |
| url | string | Product page URL |
| region | string | Storefront region scraped |
| currency | string | Currency code |
| price | number | Current price |
| priceFormatted | string | Price as displayed (e.g. "$74.00") |
| minPrice | number | Lowest price across variants |
| maxPrice | number | Highest price across variants |
| inStock | boolean | True when in stock |
| stockStatus | string | Raw stock status |
| lowStock | boolean | True when stock is low |
| preOrder | boolean | True for pre-order products |
| streetDate | string | Release / availability date |
| purchasable | boolean | Whether the product can be bought |
| psPlusGated | boolean | Requires PlayStation Plus |
| loginGated | boolean | Requires sign-in to purchase |
| klarnaEnabled | boolean | Klarna payment available |
| isMilitaryRestricted | boolean | Military purchase restriction |
| eligibleForNetflixVoucher | boolean | Netflix voucher eligibility |
| description | string | Short product description |
| thumbnail | string | Primary product image URL |
| images | array | All product image URLs |
| scrapedAt | string | Timestamp scraped (ISO 8601) |

#### With `fetchDetails: true`

| Field | Type | Description |
|---|---|---|
| overline | string | Category overline label (e.g. "PS5 Hardware") |
| longDescriptionHeader | string | Marketing header |
| longDescription | string | Full product description |
| sieProductFeatures | array | Key feature highlights |
| categories | array | Category names |
| categoryHierarchy | array | Category path with codes |
| primaryCategoryName | string | Primary category |
| variants | array | Codes of colour / edition variants |
| promotions | array | Active promotions and offers |
| compatibilityNotices | array | Purchase notices (e.g. quantity limits) |
| legalDisclosure | string | Legal disclosure text |
| seoTitle | string | SEO title |
| seoDescription | string | SEO description |
| releaseDateDisplay | string | Display-formatted release date |
| maxOrderQuantity | number | Maximum order quantity |

### Notes

- Prices and stock are read live at run time and reflect the store at that moment.
- The scraper reads publicly available product data only. It does not collect personal data.

### Category codes

Pass one of these as the **Category code** to scrape a single section:

| Code | Category |
|---|---|
| SIECategory101 | Games |
| SIECategory102 | Accessories |
| SIECategory111 | PS5 1st Party |
| SIECategory112 | PS5 Accessories |
| SIECategory117 | Recertified PS5 Accessories |
| SIECategory120 | PS5 3rd Party Games |

### Pricing

$0.99 per 1,000 results. Volume discounts apply automatically based on your Apify subscription, down to $0.69 per 1,000 results. You only pay for results.

---

### Need a custom scraper?

**[Unfenced Group](https://www.unfencedgroup.nl)** builds Apify actors for any website — for free.

If the site you need isn't in our portfolio yet, just ask. We scope, build, and publish it at no cost to you. You only pay for results — we absorb the compute and proxy costs ourselves. Same pay-per-result pricing, same quality, same standards as every actor in this portfolio.

**Get in touch:** [www.unfencedgroup.nl](https://www.unfencedgroup.nl)

# Actor input Schema

## `searchQuery` (type: `string`):

Keyword to search the PlayStation Direct store (e.g. 'dualsense', 'ps5'). Leave blank to list the full catalogue.
## `category` (type: `string`):

Optional Hybris category code to filter by (e.g. SIECategory102 for Accessories). Leave blank for all.
## `region` (type: `string`):

PlayStation Direct storefront to scrape.
## `productCodes` (type: `array`):

Optional list of specific PlayStation Direct product codes to scrape directly (e.g. 3005816).
## `startUrls` (type: `array`):

Optional list of PlayStation Direct product page URLs. The product code is parsed from each URL.
## `maxResults` (type: `integer`):

Maximum number of products to return. Set 0 for unlimited.
## `fetchDetails` (type: `boolean`):

Fetch each product's full detail for variants, promotions, feature bullets, category hierarchy, and long description. Slower but richer.
## `sort` (type: `string`):

Catalogue sort order for listing mode.

## Actor input object example

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

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("unfenced-group/playstation-direct-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("unfenced-group/playstation-direct-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call unfenced-group/playstation-direct-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=unfenced-group/playstation-direct-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "PlayStation Direct Scraper",
        "description": "Scrape PlayStation Direct, Sony's official store: PS5 consoles, DualSense controllers, accessories, and games. Get name, price, stock, pre-order status, variants, promotions, and imagery across US, UK, German, French, Spanish, Italian, and Dutch storefronts. From $0.99 per 1,000 results.",
        "version": "0.0",
        "x-build-id": "R4BgtLoQqcSz9eR12"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/unfenced-group~playstation-direct-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-unfenced-group-playstation-direct-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/unfenced-group~playstation-direct-scraper/runs": {
            "post": {
                "operationId": "runs-sync-unfenced-group-playstation-direct-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/unfenced-group~playstation-direct-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-unfenced-group-playstation-direct-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "searchQuery": {
                        "title": "Search query",
                        "type": "string",
                        "description": "Keyword to search the PlayStation Direct store (e.g. 'dualsense', 'ps5'). Leave blank to list the full catalogue.",
                        "default": ""
                    },
                    "category": {
                        "title": "Category code",
                        "type": "string",
                        "description": "Optional Hybris category code to filter by (e.g. SIECategory102 for Accessories). Leave blank for all.",
                        "default": ""
                    },
                    "region": {
                        "title": "Region / storefront",
                        "enum": [
                            "en-us",
                            "en-gb",
                            "de-de",
                            "fr-fr",
                            "es-es",
                            "it-it",
                            "nl-nl"
                        ],
                        "type": "string",
                        "description": "PlayStation Direct storefront to scrape.",
                        "default": "en-us"
                    },
                    "productCodes": {
                        "title": "Product codes",
                        "type": "array",
                        "description": "Optional list of specific PlayStation Direct product codes to scrape directly (e.g. 3005816).",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "startUrls": {
                        "title": "Product URLs",
                        "type": "array",
                        "description": "Optional list of PlayStation Direct product page URLs. The product code is parsed from each URL.",
                        "default": [],
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxResults": {
                        "title": "Max results",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of products to return. Set 0 for unlimited.",
                        "default": 5
                    },
                    "fetchDetails": {
                        "title": "Fetch detail pages",
                        "type": "boolean",
                        "description": "Fetch each product's full detail for variants, promotions, feature bullets, category hierarchy, and long description. Slower but richer.",
                        "default": false
                    },
                    "sort": {
                        "title": "Sort order",
                        "enum": [
                            "onlineDate-desc",
                            "relevance",
                            "price-asc",
                            "price-desc",
                            "name-asc"
                        ],
                        "type": "string",
                        "description": "Catalogue sort order for listing mode.",
                        "default": "onlineDate-desc"
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
