Best Buy · Schema

ProductListResponse

Paginated list of Best Buy products.

RetailConsumer ElectronicsE-CommerceProductsStores

Properties

Name Type Description
from integer Starting index of returned results.
to integer Ending index of returned results.
total integer Total number of matching products.
currentPage integer Current page number.
totalPages integer Total number of pages available.
queryTime string Time taken to execute the query in seconds.
totalTime string Total response time in seconds.
partial boolean Whether the response is a partial result.
canonicalUrl string The canonical URL for this query.
nextCursorMark string Cursor mark for fetching the next page when using cursor-based pagination.
products array Array of product objects.
View JSON Schema on GitHub