playstation_suggest
Retrieve PlayStation Store search suggestions for a term. Returns matching titles with platform, price, release date, and a direct store URL.
Instructions
Get PlayStation Store search suggestions for a term. Returns 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); l accepts a language code or locale such as en or en-US, with the locale's primary language used for text. Credential-free public PlayStation Store data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| l | No | Language code | |
| cc | No | Store country code (ISO, selects currency) | |
| term | Yes | Search term (partial or full) | |
| limit | No | Maximum number of suggestions to return (max 20) |