Home
Best Buy
Stores Api Store Structure
Stores Api Store Structure
A Best Buy store location with operational details.
Type: object
Properties: 16
Fortune 100 Retail Consumer Electronics E-Commerce Product Stores
Store is a JSON Structure definition published by Best Buy, describing 16 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
storeId
name
longName
address
address2
city
state
zipcode
phone
lat
lng
distance
storeType
hours
gmtOffset
services
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/best-buy/refs/heads/main/json-structure/stores-api-store-structure.json",
"name": "Store",
"description": "A Best Buy store location with operational details.",
"type": "object",
"properties": {
"storeId": {
"type": "int32",
"description": "Unique store identifier.",
"example": 281
},
"name": {
"type": "string",
"description": "Short store name.",
"example": "Best Buy - San Francisco"
},
"longName": {
"type": "string",
"description": "Full store name including address.",
"example": "Best Buy San Francisco - 1717 Harrison St"
},
"address": {
"type": "string",
"description": "Street address of the store.",
"example": "1717 Harrison St"
},
"address2": {
"type": "string",
"description": "Secondary address line (suite, building, etc.).",
"example": ""
},
"city": {
"type": "string",
"description": "City where the store is located.",
"example": "San Francisco"
},
"state": {
"type": "string",
"description": "Two-letter US state abbreviation.",
"example": "CA"
},
"zipcode": {
"type": "string",
"description": "US postal code.",
"example": "94103"
},
"phone": {
"type": "string",
"description": "Store phone number.",
"example": "415-626-9682"
},
"lat": {
"type": "double",
"description": "Store latitude coordinate.",
"example": 37.771
},
"lng": {
"type": "double",
"description": "Store longitude coordinate.",
"example": -122.411
},
"distance": {
"type": "double",
"description": "Distance from the search location in miles (when area query is used).",
"example": 0.8
},
"storeType": {
"type": "string",
"description": "Store format type.",
"enum": [
"Big Box",
"Express Kiosk",
"Warehouse Sale",
"Outlet Center",
"PAC Standalone"
],
"example": "Big Box"
},
"hours": {
"type": "string",
"description": "Store hours summary.",
"example": "Mon-Sat 10am-8pm, Sun 11am-7pm"
},
"gmtOffset": {
"type": "int32",
"description": "GMT offset for the store's timezone.",
"example": -8
},
"services": {
"type": "array",
"description": "Services offered at this store location.",
"items": {
"$ref": "#/components/schemas/StoreService"
}
}
}
}
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/stores-api-store-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms .
A second provider on the same verified email joins the account you already have.