# Find Micro Center open-box GPU deals near me

**Use case:** 

Search Micro Center open-box GPU deals near you with store-level availability, live prices, pickup stock, and AI PC compatibility filters.

## Input

```json
{
  "storeId": "141",
  "budget": 1800,
  "aiGoal": "GAMING_AI_HYBRID",
  "minVram": 16,
  "preferredGpuBrand": "NVIDIA",
  "includeNpu": false,
  "includeOpenBox": true,
  "maxBuildOptions": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "record_type": {
    "label": "Record type",
    "format": "string"
  },
  "name": {
    "label": "Product name (open-box deal)",
    "format": "string"
  },
  "price": {
    "label": "Price (open-box deal)",
    "format": "number"
  },
  "deal_type": {
    "label": "Deal type",
    "format": "string"
  },
  "open_box_source": {
    "label": "Open-box source",
    "format": "string"
  },
  "link": {
    "label": "Link (open-box deal)",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Micro Center In-Store AI-Build Sniper](https://apify.com/pyralislabs/microcenter-ai-instore-sniper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/pyralislabs/microcenter-ai-instore-sniper) to learn more, explore other use cases, and run it yourself.