# Compare Home Depot Stock Near Santa Clara

**Use case:** 

Compare one product across 3 Home Depot stores near ZIP 95050. See exact stock, local price, pickup, and curbside differences in one ready-made run.

## Input

```json
{
  "products": [
    "206577650"
  ],
  "zipCodes": [
    "95050"
  ],
  "storesPerZip": 3,
  "maxMatrixRows": 10,
  "requestTimeoutSecs": 45,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "zipCodeRequested": {
    "label": "Zip code requested"
  },
  "storeName": {
    "label": "Store name"
  },
  "storeAddress": {
    "label": "Store address"
  },
  "stockQuantity": {
    "label": "Stock quantity"
  },
  "inStock": {
    "label": "In stock"
  },
  "price": {
    "label": "Price"
  },
  "pickupAvailable": {
    "label": "Pickup available"
  },
  "curbsidePickupAvailable": {
    "label": "Curbside pickup available"
  },
  "distanceMiles": {
    "label": "Distance miles"
  },
  "productName": {
    "label": "Product name"
  },
  "productId": {
    "label": "Product id"
  },
  "productUrl": {
    "label": "Product url"
  },
  "status": {
    "label": "Status"
  },
  "storeId": {
    "label": "Store id"
  },
  "storeNameRaw": {
    "label": "Store name raw"
  },
  "storeSkuNumber": {
    "label": "Store sku number"
  },
  "modelNumber": {
    "label": "Model number"
  },
  "productInput": {
    "label": "Product input"
  },
  "originalPrice": {
    "label": "Original price"
  },
  "clearancePrice": {
    "label": "Clearance price"
  },
  "clearancePercentageOff": {
    "label": "Clearance percentage off"
  },
  "bulkPrice": {
    "label": "Bulk price"
  },
  "bulkQuantityRequired": {
    "label": "Bulk quantity required"
  },
  "limitedQuantity": {
    "label": "Limited quantity"
  },
  "maxPickupQuantity": {
    "label": "Max pickup quantity"
  },
  "availabilityType": {
    "label": "Availability type"
  },
  "reasonCode": {
    "label": "Reason code"
  },
  "errorMessage": {
    "label": "Error message"
  },
  "checkedAt": {
    "label": "Checked at"
  }
}
```

## About this Actor

This example demonstrates how to use [Home Depot Scraper - Bulk Stock, Price & Product Lookup by ZIP](https://apify.com/kamerozkan/home-depot-bulk-inventory-by-zip) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kamerozkan/home-depot-bulk-inventory-by-zip) to learn more, explore other use cases, and run it yourself.