PlayStation Direct Scraper
Pricing
from $0.79 / 1,000 products
PlayStation Direct Scraper
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.69 per 1,000 results.
Pricing
from $0.79 / 1,000 products
Rating
0.0
(0)
Developer
Unfenced Group
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
16 days ago
Last modified
Categories
Share

Extract products from direct.playstation.com at scale, in a clean, consistent structure ready for price monitoring, market research, catalogue analysis and resale tooling. No API key required.
Why this scraper?
🎯 Built for direct.playstation.com
A dedicated official-store scraper tuned for direct.playstation.com — its categories, price formats and currency (USD), not a generic tool pointed at it.
💶 Structured pricing
Current price as a clean number in USD, plus discounts and previous prices where the source shows them. Items without a published price return null, never a guess.
📦 Stock status
Availability on every record, so you can monitor stock and catch restocks.
🖼️ Photos
Photo URLs for every product where the source publishes them.
📄 Full item content
Complete description and title for every record, with a direct link back to the source.
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
searchQuery | string | (empty) | Keyword to search the PlayStation Direct store (e.g. 'dualsense', 'ps5'). Leave blank to list the full catalogue. |
category | string | (empty) | Optional Hybris category code to filter by (e.g. SIECategory102 for Accessories). Leave blank for all. |
region | string | "en-us" | PlayStation Direct storefront to scrape. |
productCodes | array | (empty) | Optional list of specific PlayStation Direct product codes to scrape directly (e.g. 3005816). |
startUrls | array | (empty) | Optional list of PlayStation Direct product page URLs. The product code is parsed from each URL. |
maxResults | integer | 5 | Maximum number of products to return. Set 0 for unlimited. |
fetchDetails | boolean | false | Fetch each product's full detail for variants, promotions, feature bullets, category hierarchy, and long description. Slower but richer. |
sort | string | "onlineDate-desc" | Catalogue sort order for listing mode. |
Output schema
Every field below is present on every record. Fields the source does not publish for a given item are returned as null rather than omitted.
| Field | Type | Description |
|---|---|---|
code | string | Code. |
name | string | Item name as published. |
baseProduct | string | Base product. |
url | string | Direct link to the item. |
region | string | Region. |
currency | string | Currency code of the price. |
price | number | Current price (null when no price is published). |
priceFormatted | string | Price formatted. |
minPrice | number | Min price. |
maxPrice | number | Max price. |
inStock | boolean | true when the item is in stock. |
stockStatus | string | Stock status. |
lowStock | boolean | Low stock. |
preOrder | boolean | Pre order. |
streetDate | string | Street date. |
releaseDateDisplay | string | Release date display. |
purchasable | boolean | Purchasable. |
maxOrderQuantity | number | Max order quantity. |
psPlusGated | boolean | Ps plus gated. |
loginGated | boolean | Login gated. |
klarnaEnabled | boolean | Klarna enabled. |
isMilitaryRestricted | boolean | Is military restricted. |
eligibleForNetflixVoucher | boolean | Eligible for netflix voucher. |
description | string | Full item description in plain text. |
descriptionMarkdown | string | Description in Markdown/plain text. |
thumbnail | string | Thumbnail. |
images | array | URLs of item photos. |
overline | string | Overline. |
longDescriptionHeader | string | Long description header. |
longDescription | string | Long description. |
sieProductFeatures | string | Sie product features. |
categories | array | Categories. |
categoryHierarchy | array | Category hierarchy. |
primaryCategoryName | string | Primary category name. |
variants | array | Variants. |
promotions | array | Promotions. |
compatibilityNotices | array | Compatibility notices. |
legalDisclosure | string | Legal disclosure. |
seoTitle | string | Seo title. |
seoDescription | string | Seo description. |
scrapedAt | string | Timestamp when this record was scraped. |
Example record
{"code": "1000051491","name": "Certified Refurbished DualSense® Wireless Controller - Volcanic Red","baseProduct": "RecertifiedDualSenseBase","url": "https://direct.playstation.com/ps-direct-us/products/1000051491","region": "en-us","currency": "USD","price": 64,"priceFormatted": "$64.00","minPrice": 59,"maxPrice": 64,"inStock": true,"stockStatus": "inStock","lowStock": false,"preOrder": false,"streetDate": null,"releaseDateDisplay": null,"purchasable": true,"maxOrderQuantity": 5,"psPlusGated": false,"loginGated": false,"klarnaEnabled": true,"isMilitaryRestricted": false,"eligibleForNetflixVoucher": false,"description": "Refurbished controller from Sony. Ignite your gaming sessions with the metallic finish of the Volcanic Red DualSense® wireless controller.","descriptionMarkdown": "**Refurbished controller from Sony.** \n \nIgnite your gaming sessions with the metallic finish of the Volcanic Red DualSense® wireless controller.","thumbnail": "https://media.direct.playstation.com/is/image/sierialto/Dualsense-refurbished-hero-1-volcanic-red","images": ["https://media.direct.playstation.com/is/image/sierialto/Dualsense-refurbished-hero-1-volcanic-red"],"overline": "Save up to $15* when you buy refurbished.","longDescriptionHeader": null,"longDescription": null,"sieProductFeatures": null,"categories": ["Accessories","Recertified PS5 Accessories"],"categoryHierarchy": [{"code": "SIECategory117","name": "Recertified PS5 Accessories"},{"code": "SIECategory102","name": "Accessories"}],"primaryCategoryName": "Accessories","variants": ["1000030582","1000031641","1000031642","1000039234"],"promotions": ["Offer code valid for one-time use from 12/19/2022 12:00AM PT through 2/28/2023 11:59PM PT. Offer is good for 15% off you …","PlayStation Plus members are eligible for express delivery at no extra cost when purchasing a console with at least one …"],"compatibilityNotices": ["*Saving based on price of the new DualSense Controller.","Certified Refurbished products may have minor cosmetic imperfections.","Comes with a 12 month manufacturer’s warranty.","Compatible with PlayStation®5 console, PC, Mac® and mobile devices."],"legalDisclosure": "**Compared to DUALSHOCK®4 wireless controller. ***Haptic feedback and adaptive triggers may require USB connection and are available when supported by game. ****Internet and account for PlayStation™Ne …","seoTitle": "Buy Certified Refurbished DualSense® Wireless Controller - Volcanic Red | PlayStation® (US) | See Price","seoDescription": "Ignite your gaming sessions with the metallic finish of the Volcanic Red DualSense® wireless controller. Discover the features, price, and more.","scrapedAt": "2026-07-02T16:05:27.262Z"}
Examples
Search for DualSense:
{"searchQuery": "DualSense","maxResults": 100}
Filter by category or condition:
{"searchQuery": "DualSense","maxResults": 100,"category": "used"}
Scrape a specific search URL:
{"startUrls": [{"url": "https://www.direct.playstation.com/"}],"maxResults": 200}
Daily monitoring (run on a schedule):
{"searchQuery": "DualSense","maxResults": 500}
Schedule this input to run once a day in the Apify Scheduler to track prices, stock and new items over time.
💰 Pricing
$0.99 per 1,000 results — you only pay for successfully retrieved products. Failed retries are never charged.
| Results | Cost |
|---|---|
| 100 | ~$0.10 |
| 1,000 | ~$0.99 |
| 10,000 | ~$9.90 |
| 100,000 | ~$99.00 |
Flat-rate alternatives typically charge $29–$49/month regardless of usage.
Subscription tiers lower the rate further, down to $0.69 per 1,000 at the highest tier. Use the Max results cap in the input to control your spend exactly.
Performance
| Run size | Typical time |
|---|---|
| 100 results | under 1 minute |
| 1,000 results | 2–4 minutes |
| 10,000 results | 20–35 minutes |
Known limitations
- Some fields (brand, condition, shipping) are only returned when the seller or source publishes them — expect
nullon a share of records. - Prices and stock change constantly; records reflect the moment of scraping.
- Very large result sets are bounded by the source's own paging limits.
- Items can sell or be withdrawn at any time, so a small share of URLs may expire shortly after scraping.
Technical details
- Source: direct.playstation.com
- Coverage: everything the public search exposes, filterable via the input parameters above
- Retry: automatic retry on network errors with exponential backoff
Need a custom scraper?
Unfenced Group 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