← All datasets
📦

Sample Products JSON Dataset

Testing · 10 records

E-commerce product records with SKU, category, price, stock, ratings, and tags. Free to use, no attribution required — copy it, download it, or open it directly in the JSON Formatter. Runs entirely in your browser.

#products#ecommerce#mock#api

Fields

idnumber
namestring
skustring
categorystring
pricenumber
currencystring
inStockboolean
stocknumber
ratingnumber
reviewsnumber
tagsarray

Common uses

  • Seeding test and staging databases
  • UI prototyping with realistic data
  • QA and edge-case test coverage
  • Load and fixture data for automated tests
[
  {
    "id": 1,
    "name": "Wireless Noise-Cancelling Headphones",
    "sku": "WNC-001",
    "category": "Electronics",
    "price": 299.99,
    "currency": "USD",
    "inStock": true,
    "stock": 142,
    "rating": 4.7,
    "reviews": 2341,
    "tags": [
      "audio",
      "wireless",
      "noise-cancelling"
    ]
  },
  {
    "id": 2,
    "name": "Mechanical Keyboard — TKL Layout",
    "sku": "MKB-002",
    "category": "Computer Peripherals",
    "price": 149.99,
    "currency": "USD",
    "inStock": true,
    "stock": 87,
    "rating": 4.8,
    "reviews": 1204,
    "tags": [
      "keyboard",
      "mechanical",
      "tkl"
    ]
  },
  {
    "id": 3,
    "name": "27-inch 4K Monitor",
    "sku": "MON-003",
    "category": "Displays",
    "price": 549,
    "currency": "USD",
    "inStock": true,
    "stock": 34,
    "rating": 4.6,
    "reviews": 876,
    "tags": [
      "monitor",
      "4k",
      "display"
    ]
  },
  {
    "id": 4,
    "name": "USB-C Hub 10-in-1",
    "sku": "HUB-004",
    "category": "Computer Peripherals",
    "price": 59.99,
    "currency": "USD",
    "inStock": true,
    "stock": 312,
    "rating": 4.4,
    "reviews": 3102,
    "tags": [
      "usb-c",
      "hub",
      "adapter"
    ]
  },
  {
    "id": 5,
    "name": "Ergonomic Office Chair",
    "sku": "CHR-005",
    "category": "Furniture",
    "price": 499,
    "currency": "USD",
    "inStock": false,
    "stock": 0,
    "rating": 4.9,
    "reviews": 567,
    "tags": [
      "chair",
      "ergonomic",
      "office"
    ]
  },
  {
    "id": 6,
    "name": "Portable SSD 2TB",
    "sku": "SSD-006",
    "category": "Storage",
    "price": 189.99,
    "currency": "USD",
    "inStock": true,
    "stock": 215,
    "rating": 4.7,
    "reviews": 1890,
    "tags": [
      "ssd",
      "portable",
      "storage"
    ]
  },
  {
    "id": 7,
    "name": "Webcam 4K 60fps",
    "sku": "WEB-007",
    "category": "Electronics",
    "price": 199.99,
    "currency": "USD",
    "inStock": true,
    "stock": 63,
    "rating": 4.5,
    "reviews": 743,
    "tags": [
      "webcam",
      "4k",
      "streaming"
    ]
  },
  {
    "id": 8,
    "name": "Standing Desk Converter",
    "sku": "DSK-008",
    "category": "Furniture",
    "price": 329,
    "currency": "USD",
    "inStock": true,
    "stock": 28,
    "rating": 4.3,
    "reviews": 412,
    "tags": [
      "standing desk",
      "ergonomic",
      "adjustable"
    ]
  },
  {
    "id": 9,
    "name": "Wireless Charging Pad",
    "sku": "CHG-009",
    "category": "Electronics",
    "price": 39.99,
    "currency": "USD",
    "inStock": true,
    "stock": 501,
    "rating": 4.2,
    "reviews": 2876,
    "tags": [
      "wireless",
      "charging",
      "qi"
    ]
  },
  {
    "id": 10,
    "name": "Developer Desk Mat XL",
    "sku": "MAT-010",
    "category": "Accessories",
    "price": 44.99,
    "currency": "USD",
    "inStock": true,
    "stock": 189,
    "rating": 4.6,
    "reviews": 1023,
    "tags": [
      "desk mat",
      "mousepad",
      "xl"
    ]
  }
]

Related datasets

👤 Sample Users📝 Lorem Ipsum⚠️ JSON Edge Cases

Related tools

JSON FormatterJSON DiffJSON to TypeScript