Console game catalog and pricing collection
PlayStationエンドポイントを使えば、「Console game catalog and pricing collection」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn any public PlayStation Store page into structured game data — product and concept (game hub) detail with pricing and editions, store search, category and all-games browse grids, deals shelves, latest releases, and merchandising pages as normalized JSON for game-market dashboards and price tracking. Credential-free.
Extract PlayStation Store game details, prices, editions, deals, release dates, and store search results as structured JSON from public PlayStation Store pages.
エンドポイントファミリー
6
ドキュメント化されたパラメータ
46
サンプル数
10
ライブカタログスナップショット
稼働エンドポイント
10
メソッド
GET
必須パラメータ
17
スキーマ参照
10
{
"platform": "PlayStation",
"endpoint": "playstation-search",
"method": "GET",
"path": "/playstation/search",
"auth": "apiKey"
}ユースケース
Extract PlayStation Store game details, prices, editions, deals, release dates, and store search results as structured JSON from public PlayStation Store pages.
PlayStationエンドポイントを使えば、「Console game catalog and pricing collection」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
PlayStationエンドポイントを使えば、「PlayStation Store deal and discount monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
PlayStationエンドポイントを使えば、「Game-market and competitor research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のPlayStationエンドポイントカタログから取得しています(エンドポイント10件、ドキュメント化されたリクエストパラメータ46個、公開レスポンススキーマ10件)。DocsとPlaygroundが参照しているカタログと同じものです。
PlayStationのエンドポイントは10件、9つのリクエストファミリーに分類されています(Concept、Browse、Categoryほか6件)。
これらのPlayStationエンドポイントには46個のリクエストパラメータがドキュメント化されており、うち17個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
10件のPlayStationエンドポイントのうち10件が実際のサンプルレスポンスを、10件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
PlayStationのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
PlayStationのエンドポイントは10個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/playstation/concept
/playstation/browse
/playstation/category
/playstation/deals
/playstation/latest
/playstation/page
エンドポイントカタログ
/playstation/searchReturns a page of PlayStation Store search results (concepts and products) for a term, with pagination and per-item price, platforms, classification, and media. Pass page to advance; next_page is set when more results exist. cc selects the store region (and price currency) and l the text language. Credential-free public PlayStation Store data.
MCPツール playstation_search
/playstation/productReturns normalized store metadata for a single PlayStation product/edition: title, np title id, parent concept id, product type and store classification, edition name, publisher, release date, platforms, genres, spoken/screen languages, content rating, aggregate star rating, purchase price, and media. cc selects the store region (and price currency) and l the text language. Credential-free public PlayStation Store data.
MCPツール playstation_product
/playstation/conceptReturns normalized store metadata for a PlayStation concept: title, publisher, release date, platforms, genres, description, content rating, aggregate star rating, the default product's purchase price, media, and the full lists of purchasable editions and add-ons. cc selects the store region (and price currency) and l the text language. Credential-free public PlayStation Store data.
MCPツール playstation_concept
/playstation/browseReturns a page of the PlayStation Store "all games" grid with per-item price, platforms, and media, plus the available filter facets (price, genre, platform, subscription, content type, etc.) with value counts. Pass page to advance; next_page is set when more results exist. cc selects the store region (and price currency) and l the text language. Credential-free public PlayStation Store data.
MCPツール playstation_browse
/playstation/categoryReturns a page of a specific PlayStation Store category grid (by category UUID) with per-item price, platforms, and media, plus the available filter facets with value counts. Pass page to advance; next_page is set when more results exist. cc selects the store region (and price currency) and l the text language. Credential-free public PlayStation Store data.
MCPツール playstation_category
/playstation/dealsReturns the PlayStation Store deals landing page as a list of merchandising shelves (sections), each with its titles and per-item price, plus a flattened, de-duplicated item list across all shelves. cc selects the store region (and price currency) and l the text language. Credential-free public PlayStation Store data.
MCPツール playstation_deals
/playstation/latestReturns the PlayStation Store latest-releases landing page as a list of merchandising shelves (sections), each with its titles and per-item price, plus a flattened, de-duplicated item list across all shelves. cc selects the store region (and price currency) and l the text language. Credential-free public PlayStation Store data.
MCPツール playstation_latest
/playstation/pageReads any PlayStation Store merchandising page by alias (e.g. collections, subscriptions, or a promotional alias) and returns its shelves (sections) plus the curated collection links found on the page. Each collection link carries a category_id (UUID) you can pass to /playstation/category to fetch that collection's full, paginated title grid — the credential-free way to browse themed/curated selections. Known aliases: collections, subscriptions, deals, latest. cc selects the store region (and price currency) and l the text language. Credential-free public PlayStation Store data.
MCPツール playstation_page
/playstation/concept/reviewsReturns one page of written PlayStation Store reviews for a concept (game hub), each with its title, body, rating, helpful count, spoiler flag, the edition the reviewer owned, and reviewer identity (online id, PS Plus subscriber status, verified-purchase status, avatar). Also includes the concept's aggregate star rating (including its rating distribution). page/page_size page through the full review list (total_count reports the true upstream review count, has_next_page whether a later page has more), sort controls ordering, and rating optionally filters to one star value. Reviews are region-scoped: cc selects the store region whose reviews are returned (and the price currency) and l the text language. Credential-free public PlayStation Store data.
MCPツール playstation_concept_reviews
/playstation/suggestReturns typeahead-style PlayStation Store search suggestions for a partial or full term: id, name, classification, platforms, publisher, release date, price, a representative image, and a direct store URL per match. Matching is upstream-ordered and loose (it may include titles that only loosely relate to the term), not a ranked exact-substring search. limit caps how many suggestions are returned (max 20; the upstream API does not honor a higher value). cc selects the store region (and price currency) and l the text language. Credential-free public PlayStation Store data.
MCPツール playstation_suggest
関連API
Media & Streaming
Research streaming catalogs, title availability, providers, offers, seasons, episodes, and release changes from JustWatch with normalized JSON.
Media & Streaming
Turn Apple Books ebook and audiobook pages into structured data — search, catalog detail, paginated customer reviews, similar titles, author bibliographies, series listings, and chart rankings as normalized JSON. Credential-free.
Media & Streaming
Search public Ticketmaster events and browse the full discovery hierarchy by category or city, with pagination plus event, attraction, and venue detail endpoints -- including fan reviews, related attractions, trending attractions, and enhanced venue branding -- for live-entertainment research.
対象企業
Sony Group Corp · SONY
PlayStationを運営するのはSony Group Corp(SONY)です。CrawloraのSECエンドポイントは同じ企業のCIKを受け取るため、提出書類・財務・インサイダー取引・13F保有を上記のPlayStationエンドポイントと同じAPIキーで取得できます。
SEC提出書類・財務API →PlayStationのスクレイピング方法
The PlayStation Store exposes game details, prices, deals, and release shelves through public web pages. Crawlora's PlayStation endpoints return them as normalized JSON — across search, product and concept detail, category and all-games browse, deals, latest releases, and merchandising pages — with no login, region juggling, or proxy setup.
A single product or concept (game hub) detail, a store search, a category or all-games grid, deals shelves, latest releases, or a merchandising page.
Pass a product/concept id or a query to Crawlora's PlayStation endpoint (e.g. /playstation/product, /playstation/search, /playstation/deals).
Receive title, price and editions, release date, platforms, media, and ratings as clean JSON.
Feed game-market dashboards and AI pipelines, or re-run to track price changes, deals, and new releases over time.
FAQ
Send a product or concept id (or a search query) to Crawlora's PlayStation endpoints and get game details, prices, editions, and deals as structured JSON — with region handling and pagination managed for you and no login. Collect public data and respect PlayStation's terms.
Yes. The /playstation/deals endpoint returns the store's deals shelves and /playstation/product returns current price and editions per game — re-run either on a schedule to track discounts and price changes over time as JSON.
Collecting publicly accessible game, price, and deals data is generally permissible if you respect PlayStation's terms of use, robots directives, rate limits, and applicable law. This is for public data you are authorized to collect.