Search games (strict title match)
Strict title search. Returns only genuine matches, with none of the recommendation padding that GET /v2/marketplace/search produces.
Searching REPLACED here returns exactly two products - the game and its demo - where the standard search returns 20 results, 18 of which are unrelated.
When to use this instead of /marketplace/search
Use autosuggest when you know the title and want the product ID for it. Use search when you want browsing-style results with prices, ratings, images and pagination.
This is a different upstream endpoint, not a flag on the existing search, so the response shape differs: results are grouped under Results[].Products[] rather than Payload.SearchResults. Matching is on the start of the title.
Getting a title ID
Results carry a ProductId. To turn that into an Xbox title ID use GET /v2/marketplace/titleid/{productId}.
Query parameters
Title to match
Two-letter market code. Defaults to US.
Comma-separated families, e.g. Games,Apps. Defaults to Games.
Response
Matching products
Example response
{
"code": 200
}Changes
No recorded changes to this endpoint across all 1 revision of this API.